Home
last modified time | relevance | path

Searched refs:cmd_table_phys (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/ahci/
HDahci.h346 u_int64_t cmd_table_phys; /* 128byte aligned */ member
HDahci.c1506 clp->cmd_table_phys = htole64(ch->dma.work_bus + AHCI_CT_OFFSET + in ahci_execute_transaction()
/trueos/sys/dev/ata/chipsets/
HData-ahci.c489 clp->cmd_table_phys = htole64(ch->dma.work_bus + ATA_AHCI_CT_OFFSET); in ata_ahci_begin_transaction()
602 clp->cmd_table_phys = htole64(ch->dma.work_bus + ATA_AHCI_CT_OFFSET); in ata_ahci_issue_cmd()
/trueos/sys/dev/ata/
HData-all.h282 u_int64_t cmd_table_phys; /* 128byte aligned */ member