Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dahci.h221 #define AHCI_P_CLB 0x00 macro
H A Dpci_ahci.c2117 case AHCI_P_CLB: in pci_ahci_port_write()
2305 case AHCI_P_CLB: in pci_ahci_port_read()
2323 p += (offset - AHCI_P_CLB) / sizeof(uint32_t); in pci_ahci_port_read()
/freebsd/sys/dev/ahci/
H A Dahci.h226 #define AHCI_P_CLB 0x00 macro
H A Dahci.c988 ATA_OUTL(ch->r_mem, AHCI_P_CLB, work & 0xffffffff); in ahci_ch_init()