Home
last modified time | relevance | path

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

/u-boot/drivers/usb/emul/
A Dsandbox_hub.c236 port = (setup->index & USB_HUB_PORT_MASK) - 1; in sandbox_hub_submit_control_msg()
256 port = (setup->index & USB_HUB_PORT_MASK) - 1; in sandbox_hub_submit_control_msg()
270 port = (setup->index & USB_HUB_PORT_MASK) - 1; in sandbox_hub_submit_control_msg()
/u-boot/include/
A Dusb_defs.h307 #define USB_HUB_PORT_MASK 0xf macro

Completed in 4 milliseconds