Home
last modified time | relevance | path

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

/linux/drivers/usb/renesas_usbhs/
H A Dcommon.c101 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_host_ctrl()
115 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_function_ctrl()
137 usbhs_bset(priv, SYSCFG, DPRPU, enable ? DPRPU : 0); in usbhs_sys_function_pullup()
H A Dcommon.h112 #define DPRPU (1 << 4) /* D+ Line Resistance Control */ macro
/linux/include/linux/usb/
H A Dr8a66597.h136 #define DPRPU 0x0010 /* b4: D+ pull up control */ macro