Searched refs:cmd_tbl_dma (Results 1 – 2 of 2) sorted by relevance
1356 dma_addr_t cmd_tbl_dma; in ahci_fill_cmd_slot() local1358 cmd_tbl_dma = pp->cmd_tbl_dma + tag * AHCI_CMD_TBL_SZ; in ahci_fill_cmd_slot()1362 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); in ahci_fill_cmd_slot()1363 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); in ahci_fill_cmd_slot()2556 pp->cmd_tbl_dma = mem_dma; in ahci_port_start()
312 dma_addr_t cmd_tbl_dma; member