Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ahci/
HDahci.h324 #define AHCI_EM_UNIT (1 << 30) /* Enclosure Mgmt device. */ macro
HDahci.c384 device_set_ivars(child, (void *)(intptr_t)AHCI_EM_UNIT); in ahci_attach()
594 } else if (unit & AHCI_EM_UNIT) { in ahci_alloc_resource()
697 if ((ivars & AHCI_EM_UNIT) == 0) in ahci_print_child()
709 if ((ivars & AHCI_EM_UNIT) == 0) in ahci_child_location()