Searched refs:dvstctr_reg (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/usb/host/ |
| D | r8a66597.h | 278 unsigned long dvstctr_reg = get_dvstctr_reg(port); in get_rh_usb_speed() local 280 return r8a66597_read(r8a66597, dvstctr_reg) & RHST; in get_rh_usb_speed() 286 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_port_power() local 292 r8a66597_bset(r8a66597, VBOUT, dvstctr_reg); in r8a66597_port_power() 294 r8a66597_bclr(r8a66597, VBOUT, dvstctr_reg); in r8a66597_port_power()
|
| D | r8a66597-hcd.c | 1691 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_root_hub_control() local 1693 tmp = r8a66597_read(r8a66597, dvstctr_reg); in r8a66597_root_hub_control() 1696 dvstctr_reg); in r8a66597_root_hub_control() 2252 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_bus_suspend() local 2258 r8a66597_bclr(r8a66597, UACT, dvstctr_reg); /* suspend */ in r8a66597_bus_suspend() 2263 r8a66597_bset(r8a66597, RWUPE, dvstctr_reg); in r8a66597_bus_suspend() 2283 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_bus_resume() local 2291 r8a66597_mdfy(r8a66597, RESUME, RESUME | UACT, dvstctr_reg); in r8a66597_bus_resume() 2293 r8a66597_mdfy(r8a66597, UACT, RESUME | UACT, dvstctr_reg); in r8a66597_bus_resume()
|