Searched refs:AHCI_P_IX_SDB (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ | ||
H A D | ahci.h | 230 #define AHCI_P_IX_SDB 0x00000008 macro |
H A D | pci_ahci.c | 333 irq = (fis[1] & (1 << 6)) ? AHCI_P_IX_SDB : 0; in ahci_write_fis() |