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

/openbsd-current/sys/dev/pci/
H A Dxhci_pci.c251 uint8_t bios_sem; local
269 bios_sem = XREAD1(&psc->sc, xecp + XHCI_XECP_BIOS_SEM);
270 if (bios_sem) {
275 bios_sem = XREAD1(&psc->sc, xecp +
277 if (bios_sem == 0)
281 if (silent == 0 && bios_sem)

Completed in 68 milliseconds