Searched refs:dvstctr_reg (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | r8a66597.h | 284 unsigned long dvstctr_reg = get_dvstctr_reg(port); in get_rh_usb_speed() local 286 return r8a66597_read(r8a66597, dvstctr_reg) & RHST; in get_rh_usb_speed() 292 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_port_power() local 298 r8a66597_bset(r8a66597, VBOUT, dvstctr_reg); in r8a66597_port_power() 300 r8a66597_bclr(r8a66597, VBOUT, dvstctr_reg); in r8a66597_port_power()
|
D | r8a66597-hcd.c | 1704 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_root_hub_control() local 1706 tmp = r8a66597_read(r8a66597, dvstctr_reg); in r8a66597_root_hub_control() 1709 dvstctr_reg); in r8a66597_root_hub_control() 2264 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_bus_suspend() local 2270 r8a66597_bclr(r8a66597, UACT, dvstctr_reg); /* suspend */ in r8a66597_bus_suspend() 2275 r8a66597_bset(r8a66597, RWUPE, dvstctr_reg); in r8a66597_bus_suspend() 2295 unsigned long dvstctr_reg = get_dvstctr_reg(port); in r8a66597_bus_resume() local 2303 r8a66597_mdfy(r8a66597, RESUME, RESUME | UACT, dvstctr_reg); in r8a66597_bus_resume() 2305 r8a66597_mdfy(r8a66597, UACT, RESUME | UACT, dvstctr_reg); in r8a66597_bus_resume()
|