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

/freebsd-current/sys/dev/ahci/
H A Dahci.h324 #define AHCI_EM_UNIT (1 << 30) /* Enclosure Mgmt device. */ macro
H A Dahci.c384 device_set_ivars(child, (void *)(intptr_t)AHCI_EM_UNIT);
592 } else if (unit & AHCI_EM_UNIT) {
695 if ((ivars & AHCI_EM_UNIT) == 0)
707 if ((ivars & AHCI_EM_UNIT) == 0)

Completed in 66 milliseconds