Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.h325 #define AHCI_UNIT 0xff /* Channel number. */ macro
H A Dahci.c591 unit &= AHCI_UNIT; in ahci_alloc_resource()
595 unit &= AHCI_UNIT; in ahci_alloc_resource()
666 int unit = (intptr_t)device_get_ivars(child) & AHCI_UNIT; in ahci_setup_intr()
682 int unit = (intptr_t)device_get_ivars(child) & AHCI_UNIT; in ahci_teardown_intr()
698 retval += printf(" at channel %d", (int)ivars & AHCI_UNIT); in ahci_print_child()
710 sbuf_printf(sb, "channel=%d", (int)ivars & AHCI_UNIT); in ahci_child_location()