Home
last modified time | relevance | path

Searched refs:cmd_tbl_dma (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
A Dlibahci.c1310 dma_addr_t cmd_tbl_dma; in ahci_fill_cmd_slot() local
1312 cmd_tbl_dma = pp->cmd_tbl_dma + tag * AHCI_CMD_TBL_SZ; in ahci_fill_cmd_slot()
1316 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); in ahci_fill_cmd_slot()
1317 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); in ahci_fill_cmd_slot()
2433 pp->cmd_tbl_dma = mem_dma; in ahci_port_start()
A Dahci.h308 dma_addr_t cmd_tbl_dma; member
A Dacard-ahci.c341 pp->cmd_tbl_dma = mem_dma; in acard_ahci_port_start()

Completed in 19 milliseconds