Home
last modified time | relevance | path

Searched refs:rhdesca (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Disp116x-hcd.c920 ports = isp116x->rhdesca & RH_A_NDP; in isp116x_hub_status_data()
944 u32 reg = isp116x->rhdesca; in isp116x_hub_descriptor()
1008 int ports = isp116x->rhdesca & RH_A_NDP; in isp116x_hub_control()
1362 isp116x->rhdesca = isp116x_read_reg32(isp116x, HCRHDESCA); in isp116x_start()
1473 if ((isp116x->rhdesca & RH_A_NDP) == 2) in isp116x_bus_resume()
1479 val = isp116x->rhdesca & RH_A_NDP; in isp116x_bus_resume()
Disp1362-hcd.c1507 ports = isp1362_hcd->rhdesca & RH_A_NDP; in isp1362_hub_status_data()
1537 u32 reg = isp1362_hcd->rhdesca; in isp1362_hub_descriptor()
1568 int ports = isp1362_hcd->rhdesca & RH_A_NDP; in isp1362_hub_control()
2546 isp1362_hcd->rhdesca = 0; in isp1362_hc_start()
2548 isp1362_hcd->rhdesca |= RH_A_NPS; in isp1362_hc_start()
2550 isp1362_hcd->rhdesca |= RH_A_PSM; in isp1362_hc_start()
2552 isp1362_hcd->rhdesca |= (board->potpg << 24) & RH_A_POTPGT; in isp1362_hc_start()
2554 isp1362_hcd->rhdesca |= (25 << 24) & RH_A_POTPGT; in isp1362_hc_start()
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()
[all …]
Disp116x.h270 u32 rhdesca; member
Disp1362.h491 u32 rhdesca; member