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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x-hcd.c921 ports = isp116x->rhdesca & RH_A_NDP;
945 u32 reg = isp116x->rhdesca;
1006 int ports = isp116x->rhdesca & RH_A_NDP;
1360 isp116x->rhdesca = isp116x_read_reg32(isp116x, HCRHDESCA);
1471 if ((isp116x->rhdesca & RH_A_NDP) == 2)
1477 val = isp116x->rhdesca & RH_A_NDP;
H A Disp1362-hcd.c1516 ports = isp1362_hcd->rhdesca & RH_A_NDP;
1546 u32 reg = isp1362_hcd->rhdesca;
1573 int ports = isp1362_hcd->rhdesca & RH_A_NDP;
2574 isp1362_hcd->rhdesca = 0;
2576 isp1362_hcd->rhdesca |= RH_A_NPS;
2578 isp1362_hcd->rhdesca |= RH_A_PSM;
2580 isp1362_hcd->rhdesca |= (board->potpg << 24) & RH_A_POTPGT;
2582 isp1362_hcd->rhdesca |= (25 << 24) & RH_A_POTPGT;
2584 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM);
2585 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCP
[all...]
H A Disp116x.h270 u32 rhdesca; member in struct:isp116x
H A Disp1362.h496 u32 rhdesca; member in struct:isp1362_hcd

Completed in 74 milliseconds