Searched refs:HCRHDESCA (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | isp116x.h | 67 #define HCRHDESCA 0x12 macro 471 isp116x_show_reg_##type(d, HCRHDESCA, s); \
|
D | isp116x-hcd.c | 1289 val = isp116x_read_reg32(isp116x, HCRHDESCA); in isp116x_stop() 1291 isp116x_write_reg32(isp116x, HCRHDESCA, val); in isp116x_stop() 1350 isp116x_write_reg32(isp116x, HCRHDESCA, val); in isp116x_start() 1351 isp116x->rhdesca = isp116x_read_reg32(isp116x, HCRHDESCA); in isp116x_start()
|
D | isp1362-hcd.c | 1877 port = isp1362_read_reg32(isp1362_hcd, HCRHDESCA) & RH_A_NDP; in isp1362_bus_resume() 1988 isp1362_read_reg32(isp1362_hcd, HCRHDESCA)); in dump_regs() 2379 tmp = isp1362_read_reg32(isp1362_hcd, HCRHDESCA); in isp1362_hc_stop() 2381 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, tmp); in isp1362_hc_stop() 2558 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM); in isp1362_hc_start() 2559 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCPM); in isp1362_hc_start() 2560 isp1362_hcd->rhdesca = isp1362_read_reg32(isp1362_hcd, HCRHDESCA); in isp1362_hc_start()
|
D | isp1362.h | 82 ISP1362_REG(HCRHDESCA, 0x12, REG_WIDTH_32, REG_ACCESS_RW); 807 isp1362_show_reg(isp1362_hcd, HCRHDESCA); in isp1362_show_regs()
|