Searched defs:portinfo (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c1319 grub_uint32_t portinfo;
1321 portinfo = grub_ohci_readreg32 (o, GRUB_OHCI_REG_RHUBA);
1323 grub_dprintf ("ohci", "root hub ports=%d\n", portinfo & 0xFF);
1325 return portinfo & 0xFF;
1317 grub_uint32_t portinfo; local

Completed in 27 milliseconds