Lines Matching refs:rhdesca
1509 ports = isp1362_hcd->rhdesca & RH_A_NDP;
1539 u32 reg = isp1362_hcd->rhdesca;
1570 int ports = isp1362_hcd->rhdesca & RH_A_NDP;
2536 isp1362_hcd->rhdesca = 0;
2538 isp1362_hcd->rhdesca |= RH_A_NPS;
2540 isp1362_hcd->rhdesca |= RH_A_PSM;
2542 isp1362_hcd->rhdesca |= (board->potpg << 24) & RH_A_POTPGT;
2544 isp1362_hcd->rhdesca |= (25 << 24) & RH_A_POTPGT;
2546 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM);
2547 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCPM);
2548 isp1362_hcd->rhdesca = isp1362_read_reg32(isp1362_hcd, HCRHDESCA);