Home
last modified time | relevance | path

Searched refs:cmd_tbl_dma (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h309 dma_addr_t cmd_tbl_dma; member
H A Dlibahci.c1300 dma_addr_t cmd_tbl_dma; in ahci_fill_cmd_slot() local
1302 cmd_tbl_dma = pp->cmd_tbl_dma + tag * AHCI_CMD_TBL_SZ; in ahci_fill_cmd_slot()
1306 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); in ahci_fill_cmd_slot()
1307 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); in ahci_fill_cmd_slot()
2400 pp->cmd_tbl_dma = mem_dma; in ahci_port_start()
H A Dacard-ahci.c341 pp->cmd_tbl_dma = mem_dma; in acard_ahci_port_start()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c1357 dma_addr_t cmd_tbl_dma; in ahci_fill_cmd_slot() local
1359 cmd_tbl_dma = pp->cmd_tbl_dma + tag * AHCI_CMD_TBL_SZ; in ahci_fill_cmd_slot()
1363 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); in ahci_fill_cmd_slot()
1364 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); in ahci_fill_cmd_slot()
2565 pp->cmd_tbl_dma = mem_dma; in ahci_port_start()
H A Dahci.h313 dma_addr_t cmd_tbl_dma; member
H A Dacard-ahci.c337 pp->cmd_tbl_dma = mem_dma; in acard_ahci_port_start()

Completed in 11 milliseconds