Home
last modified time | relevance | path

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

/common/
A Dusb_hub.c626 unsigned char *bitmap; in usb_hub_configure() local
662 bitmap = (unsigned char *)&hub->desc.u.hs.DeviceRemovable[0]; in usb_hub_configure()
664 memset(bitmap, 0xff, (USB_MAXCHILDREN+1+7)/8); in usb_hub_configure()
665 bitmap = (unsigned char *)&hub->desc.u.hs.PortPowerCtrlMask[0]; in usb_hub_configure()
666 memset(bitmap, 0xff, (USB_MAXCHILDREN+1+7)/8); /* PowerMask = 1B */ in usb_hub_configure()
/common/spl/
A DKconfig1603 This bitmap of options is passed from U-Boot SPL to OpenSBI.

Completed in 17 milliseconds