/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | driver_chipcommon_pmu.c | 493 void bcma_pmu_spuravoid_pllupdate(struct bcma_drv_cc *cc, int spuravoid) in bcma_pmu_spuravoid_pllupdate() argument 520 tmp |= (bcm5357_bcm43236_p1div[spuravoid] << BCMA_CC_PMU1_PLL0_PC0_P1DIV_SHIFT); in bcma_pmu_spuravoid_pllupdate() 528 tmp |= (bcm5357_bcm43236_ndiv[spuravoid]) << BCMA_CC_PMU1_PLL0_PC2_NDIV_INT_SHIFT; in bcma_pmu_spuravoid_pllupdate() 536 if (spuravoid == 2) { in bcma_pmu_spuravoid_pllupdate() 541 } else if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate() 558 if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate() 591 if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate() 632 if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate()
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | driver_chipcommon_pmu.c | 493 void bcma_pmu_spuravoid_pllupdate(struct bcma_drv_cc *cc, int spuravoid) in bcma_pmu_spuravoid_pllupdate() argument 520 tmp |= (bcm5357_bcm43236_p1div[spuravoid] << BCMA_CC_PMU1_PLL0_PC0_P1DIV_SHIFT); in bcma_pmu_spuravoid_pllupdate() 528 tmp |= (bcm5357_bcm43236_ndiv[spuravoid]) << BCMA_CC_PMU1_PLL0_PC2_NDIV_INT_SHIFT; in bcma_pmu_spuravoid_pllupdate() 536 if (spuravoid == 2) { in bcma_pmu_spuravoid_pllupdate() 541 } else if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate() 558 if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate() 591 if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate() 632 if (spuravoid == 1) { in bcma_pmu_spuravoid_pllupdate()
|
/kernel/linux/linux-5.10/drivers/ssb/ |
H A D | driver_chipcommon_pmu.c | 674 void ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon *cc, int spuravoid) in ssb_pmu_spuravoid_pllupdate() argument 683 if (spuravoid == 1) in ssb_pmu_spuravoid_pllupdate() 690 if (spuravoid == 1) { in ssb_pmu_spuravoid_pllupdate()
|
/kernel/linux/linux-6.6/drivers/ssb/ |
H A D | driver_chipcommon_pmu.c | 674 void ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon *cc, int spuravoid) in ssb_pmu_spuravoid_pllupdate() argument 683 if (spuravoid == 1) in ssb_pmu_spuravoid_pllupdate() 690 if (spuravoid == 1) { in ssb_pmu_spuravoid_pllupdate()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ht.c | 737 int spuravoid = 0; in b43_phy_ht_spur_avoid() local 741 spuravoid = 1; in b43_phy_ht_spur_avoid() 743 bcma_pmu_spuravoid_pllupdate(&core->bus->drv_cc, spuravoid); in b43_phy_ht_spur_avoid() 750 b43_mac_switch_freq(dev, spuravoid); in b43_phy_ht_spur_avoid() 754 if (spuravoid) in b43_phy_ht_spur_avoid()
|
H A D | phy_n.c | 6325 u8 spuravoid = 0; in b43_nphy_channel_setup() local 6328 spuravoid = 1; in b43_nphy_channel_setup() 6340 spuravoid = 1; in b43_nphy_channel_setup() 6343 spuravoid = 1; in b43_nphy_channel_setup() 6348 spuravoid = 1; in b43_nphy_channel_setup() 6352 spuravoid = dev->dev->chip_id == 0x4716; in b43_nphy_channel_setup() 6356 b43_nphy_pmu_spur_avoid(dev, spuravoid); in b43_nphy_channel_setup() 6358 b43_mac_switch_freq(dev, spuravoid); in b43_nphy_channel_setup() 6363 if (spuravoid) in b43_nphy_channel_setup()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ht.c | 737 int spuravoid = 0; in b43_phy_ht_spur_avoid() local 741 spuravoid = 1; in b43_phy_ht_spur_avoid() 743 bcma_pmu_spuravoid_pllupdate(&core->bus->drv_cc, spuravoid); in b43_phy_ht_spur_avoid() 750 b43_mac_switch_freq(dev, spuravoid); in b43_phy_ht_spur_avoid() 754 if (spuravoid) in b43_phy_ht_spur_avoid()
|
H A D | phy_n.c | 6274 u8 spuravoid = 0; in b43_nphy_channel_setup() local 6277 spuravoid = 1; in b43_nphy_channel_setup() 6289 spuravoid = 1; in b43_nphy_channel_setup() 6292 spuravoid = 1; in b43_nphy_channel_setup() 6297 spuravoid = 1; in b43_nphy_channel_setup() 6301 spuravoid = dev->dev->chip_id == 0x4716; in b43_nphy_channel_setup() 6305 b43_nphy_pmu_spur_avoid(dev, spuravoid); in b43_nphy_channel_setup() 6307 b43_mac_switch_freq(dev, spuravoid); in b43_nphy_channel_setup() 6312 if (spuravoid) in b43_nphy_channel_setup()
|
/kernel/linux/linux-5.10/include/linux/ssb/ |
H A D | ssb_driver_chipcommon.h | 670 void ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon *cc, int spuravoid);
|
/kernel/linux/linux-5.10/include/linux/bcma/ |
H A D | bcma_driver_chipcommon.h | 710 extern void bcma_pmu_spuravoid_pllupdate(struct bcma_drv_cc *cc, int spuravoid);
|
/kernel/linux/linux-6.6/include/linux/bcma/ |
H A D | bcma_driver_chipcommon.h | 716 extern void bcma_pmu_spuravoid_pllupdate(struct bcma_drv_cc *cc, int spuravoid);
|
/kernel/linux/linux-6.6/include/linux/ssb/ |
H A D | ssb_driver_chipcommon.h | 670 void ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon *cc, int spuravoid);
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 21091 u8 spuravoid = 0; in wlc_phy_chanspec_nphy_setup() local 21097 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21100 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21104 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21109 spuravoid = 0; in wlc_phy_chanspec_nphy_setup() 21111 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21116 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21121 spuravoid); in wlc_phy_chanspec_nphy_setup() 21125 spuravoid); in wlc_phy_chanspec_nphy_setup() 21131 if (spuravoid in wlc_phy_chanspec_nphy_setup() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 21091 u8 spuravoid = 0; in wlc_phy_chanspec_nphy_setup() local 21097 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21100 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21104 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21109 spuravoid = 0; in wlc_phy_chanspec_nphy_setup() 21111 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21116 spuravoid = 1; in wlc_phy_chanspec_nphy_setup() 21121 spuravoid); in wlc_phy_chanspec_nphy_setup() 21125 spuravoid); in wlc_phy_chanspec_nphy_setup() 21131 if (spuravoid in wlc_phy_chanspec_nphy_setup() [all...] |