Searched refs:HCRHDESCA (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | isp116x.h | 66 #define HCRHDESCA 0x12 macro 470 isp116x_show_reg_##type(d, HCRHDESCA, s); \
|
D | isp116x-hcd.c | 1300 val = isp116x_read_reg32(isp116x, HCRHDESCA); in isp116x_stop() 1302 isp116x_write_reg32(isp116x, HCRHDESCA, val); in isp116x_stop() 1361 isp116x_write_reg32(isp116x, HCRHDESCA, val); in isp116x_start() 1362 isp116x->rhdesca = isp116x_read_reg32(isp116x, HCRHDESCA); in isp116x_start()
|
D | isp1362-hcd.c | 1874 port = isp1362_read_reg32(isp1362_hcd, HCRHDESCA) & RH_A_NDP; in isp1362_bus_resume() 1985 isp1362_read_reg32(isp1362_hcd, HCRHDESCA)); in dump_regs() 2377 tmp = isp1362_read_reg32(isp1362_hcd, HCRHDESCA); in isp1362_hc_stop() 2379 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, tmp); in isp1362_hc_stop() 2556 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM); in isp1362_hc_start() 2557 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCPM); in isp1362_hc_start() 2558 isp1362_hcd->rhdesca = isp1362_read_reg32(isp1362_hcd, HCRHDESCA); in isp1362_hc_start()
|
D | isp1362.h | 127 ISP1362_REG(HCRHDESCA, 0x12, REG_WIDTH_32, REG_ACCESS_RW); 852 isp1362_show_reg(isp1362_hcd, HCRHDESCA); in isp1362_show_regs()
|