Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dvhub.h46 #define VHUB_CTRL_SET_TEST_MODE(x) ((x) << 8) macro
H A Ddev.c125 val |= VHUB_CTRL_SET_TEST_MODE((wIndex >> 8) & 0x7); in ast_vhub_dev_feature()
H A Dhub.c229 val |= VHUB_CTRL_SET_TEST_MODE((wIndex >> 8) & 0x7); in ast_vhub_hub_dev_feature()