Searched refs:USB_TXVALID_DLY_CONFIG_UTMI16_MASK (Results 1 – 1 of 1) sorted by relevance
1522 #define USB_TXVALID_DLY_CONFIG_UTMI16_MASK 0x000000f0 macro1523 #define USB_TXVALID_DLY_CONFIG_UTMI16_GET(x) (((x) & USB_TXVALID_DLY_CONFIG_UTMI16_MASK) >> USB…1524 …UTMI16_SET(x) (((x) << USB_TXVALID_DLY_CONFIG_UTMI16_LSB) & USB_TXVALID_DLY_CONFIG_UTMI16_MASK)