Home
last modified time | relevance | path

Searched refs:bios_sem (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c395 uint8_t bios_sem; in xhci_pci_take_controller() local
409 bios_sem = XREAD1(sc, capa, eecp + XHCI_XECP_BIOS_SEM); in xhci_pci_take_controller()
410 if (bios_sem == 0) in xhci_pci_take_controller()
417 bios_sem = XREAD1(sc, capa, eecp + XHCI_XECP_BIOS_SEM); in xhci_pci_take_controller()
418 if (bios_sem == 0) in xhci_pci_take_controller()
H A Dehci_pci.c518 uint8_t bios_sem; in ehci_pci_take_controller() local
529 bios_sem = pci_read_config(self, eecp + in ehci_pci_take_controller()
531 if (bios_sem == 0) { in ehci_pci_take_controller()
540 bios_sem = pci_read_config(self, eecp + in ehci_pci_take_controller()
542 if (bios_sem == 0) in ehci_pci_take_controller()
/dragonfly/sys/bus/pci/
H A Dpci.c2891 uint32_t bios_sem; in ehci_early_takeover() local
2910 bios_sem = pci_read_config(self, eecp + in ehci_early_takeover()
2912 if (bios_sem == 0) { in ehci_early_takeover()
2921 for (i = 0; (i < 100) && (bios_sem != 0); i++) { in ehci_early_takeover()
2923 bios_sem = pci_read_config(self, eecp + in ehci_early_takeover()
2927 if (bios_sem != 0) { in ehci_early_takeover()
2947 uint32_t bios_sem; in xhci_early_takeover() local
2971 if (bios_sem == 0) { in xhci_early_takeover()
2986 for (i = 0; (i < 5000) && (bios_sem != 0); i++) { in xhci_early_takeover()
2989 bios_sem = bus_read_1(res, eecp + in xhci_early_takeover()
[all …]