Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.h195 #define USB_STS_CFGSTS_MASK BIT(0) macro
196 #define USB_STS_CFGSTS(p) ((p) & USB_STS_CFGSTS_MASK)
H A Dgadget.c1023 val & USB_STS_CFGSTS_MASK, 100); in cdns3_set_hw_configuration()