Searched refs:HCRHDESCA (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/host/ |
H A D | isp116x.h | 67 #define HCRHDESCA 0x12 macro 470 isp116x_show_reg_##type(d, HCRHDESCA, s); \
|
H A D | isp116x-hcd.c | 1287 val = isp116x_read_reg32(isp116x, HCRHDESCA); in isp116x_stop() 1289 isp116x_write_reg32(isp116x, HCRHDESCA, val); in isp116x_stop() 1348 isp116x_write_reg32(isp116x, HCRHDESCA, val); in isp116x_start() 1349 isp116x->rhdesca = isp116x_read_reg32(isp116x, HCRHDESCA); in isp116x_start()
|
H A 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() 2367 tmp = isp1362_read_reg32(isp1362_hcd, HCRHDESCA); in isp1362_hc_stop() 2369 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, tmp); in isp1362_hc_stop() 2546 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM); in isp1362_hc_start() 2547 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCPM); in isp1362_hc_start() 2548 isp1362_hcd->rhdesca = isp1362_read_reg32(isp1362_hcd, HCRHDESCA); in isp1362_hc_start()
|
H A D | isp1362.h | 82 ISP1362_REG(HCRHDESCA, 0x12, REG_WIDTH_32, REG_ACCESS_RW);
|