Searched refs:AHCI_CT_OFFSET (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.h301 #define AHCI_CT_OFFSET (AHCI_CL_OFFSET + AHCI_CL_SIZE * AHCI_MAX_SLOTS) macro
304 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
H A Dahci.c1827 (ch->dma.work + AHCI_CT_OFFSET + (AHCI_CT_SIZE * slot->slot));
1857 (ch->dma.work + AHCI_CT_OFFSET + (AHCI_CT_SIZE * slot->slot));
1893 clp->cmd_table_phys = htole64(ch->dma.work_bus + AHCI_CT_OFFSET +

Completed in 93 milliseconds