Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Dtegra_usbphy.c242 #define UTMIP_BIAS_PDTRK_COUNT(x) (((x) & 0x1f) << 3) macro
462 val &= ~UTMIP_BIAS_PDTRK_COUNT(~0); in usbphy_utmi_enable()
463 val |= UTMIP_BIAS_PDTRK_COUNT(0x5); in usbphy_utmi_enable()