Home
last modified time | relevance | path

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

/src/usr.sbin/pciconf/
H A Dpciconf.c634 uint16_t bctl; in print_bridge_windows() local
703 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_1, 2); in print_bridge_windows()
704 print_special_decode(bctl & PCIB_BCR_ISA_ENABLE, in print_bridge_windows()
705 bctl & PCIB_BCR_VGA_ENABLE, subtractive); in print_bridge_windows()
741 uint16_t bctl; in print_cardbus_windows() local
743 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_2, 2); in print_cardbus_windows()
745 bctl & CBB_BCR_PREFETCH_0_ENABLE); in print_cardbus_windows()
747 bctl & CBB_BCR_PREFETCH_1_ENABLE); in print_cardbus_windows()
750 print_special_decode(bctl & CBB_BCR_ISA_ENABLE, in print_cardbus_windows()
751 bctl & CBB_BCR_VGA_ENABLE, false); in print_cardbus_windows()
/src/sys/dev/acpi_support/
H A Dacpi_system76.c62 bctl, /* S76_CTRL_BCTL */ member
212 return (&sc->bctl); in acpi_system76_ctrl_map()