Searched refs:USB_PHY_CONFIG_HOSTMODE_MASK (Results 1 – 1 of 1) sorted by relevance
1498 #define USB_PHY_CONFIG_HOSTMODE_MASK 0x00000001 macro1499 #define USB_PHY_CONFIG_HOSTMODE_GET(x) (((x) & USB_PHY_CONFIG_HOSTMODE_MASK) >> USB_PHY_C…1500 …FIG_HOSTMODE_SET(x) (((x) << USB_PHY_CONFIG_HOSTMODE_LSB) & USB_PHY_CONFIG_HOSTMODE_MASK)