Searched refs:USB_TXVALID_DLY_CONFIG_UTMI8_MASK (Results 1 – 1 of 1) sorted by relevance
1527 #define USB_TXVALID_DLY_CONFIG_UTMI8_MASK 0x0000000f macro1528 #define USB_TXVALID_DLY_CONFIG_UTMI8_GET(x) (((x) & USB_TXVALID_DLY_CONFIG_UTMI8_MASK) >> USB_…1529 …G_UTMI8_SET(x) (((x) << USB_TXVALID_DLY_CONFIG_UTMI8_LSB) & USB_TXVALID_DLY_CONFIG_UTMI8_MASK)