Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Dpciconf.c669 uint16_t bctl; in print_bridge_windows() local
738 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_1, 2); in print_bridge_windows()
739 print_special_decode(bctl & PCIB_BCR_ISA_ENABLE, in print_bridge_windows()
740 bctl & PCIB_BCR_VGA_ENABLE, subtractive); in print_bridge_windows()
776 uint16_t bctl; in print_cardbus_windows() local
778 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_2, 2); in print_cardbus_windows()
780 bctl & CBB_BCR_PREFETCH_0_ENABLE); in print_cardbus_windows()
782 bctl & CBB_BCR_PREFETCH_1_ENABLE); in print_cardbus_windows()
785 print_special_decode(bctl & CBB_BCR_ISA_ENABLE, in print_cardbus_windows()
786 bctl & CBB_BCR_VGA_ENABLE, false); in print_cardbus_windows()
/freebsd/sys/dev/acpi_support/
H A Dacpi_system76.c62 bctl, /* S76_CTRL_BCTL */ member
212 return (&sc->bctl); in acpi_system76_ctrl_map()