Searched refs:pmu_core (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/host/ |
D | bcma-hcd.c | 183 struct bcma_device *pmu_core; in bcma_hcd_usb20_old_arm_init() local 189 pmu_core = bcma_find_core(core->bus, BCMA_CORE_PMU); in bcma_hcd_usb20_old_arm_init() 190 if (!pmu_core) { in bcma_hcd_usb20_old_arm_init() 216 bcma_write32(pmu_core, BCMA_CC_PMU_PLLCTL_ADDR, 0x6); in bcma_hcd_usb20_old_arm_init() 217 bcma_write32(pmu_core, BCMA_CC_PMU_PLLCTL_DATA, 0x005360c1); in bcma_hcd_usb20_old_arm_init() 219 bcma_write32(pmu_core, BCMA_CC_PMU_PLLCTL_ADDR, 0x7); in bcma_hcd_usb20_old_arm_init() 220 bcma_write32(pmu_core, BCMA_CC_PMU_PLLCTL_DATA, 0x0); in bcma_hcd_usb20_old_arm_init() 222 bcma_set32(pmu_core, BCMA_CC_PMU_CTL, BCMA_CC_PMU_CTL_PLL_UPD); in bcma_hcd_usb20_old_arm_init()
|