Lines Matching refs:CHIPCREGOFFS
454 sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus)); in ai_buscore_setup()
457 sii->pub.cccaps = bcma_read32(cc, CHIPCREGOFFS(capabilities)); in ai_buscore_setup()
462 CHIPCREGOFFS(pmucapabilities)); in ai_buscore_setup()
491 bcma_write32(cc, CHIPCREGOFFS(gpiopullup), 0); in ai_doattach()
492 bcma_write32(cc, CHIPCREGOFFS(gpiopulldown), 0); in ai_doattach()
578 div = bcma_read32(cc, CHIPCREGOFFS(system_clk_ctl)); in ai_slowclk_freq()
608 bcma_write32(cc, CHIPCREGOFFS(pll_on_delay), pll_on_delay); in ai_clkctl_setdelay()
609 bcma_write32(cc, CHIPCREGOFFS(fref_sel_delay), fref_sel_delay); in ai_clkctl_setdelay()
626 bcma_maskset32(cc, CHIPCREGOFFS(system_clk_ctl), SYCC_CD_MASK, in ai_clkctl_init()
656 fpdelay = (((bcma_read32(cc, CHIPCREGOFFS(pll_on_delay)) + 2) in ai_clkctl_fast_pwrup_delay()
691 bcma_set32(cc, CHIPCREGOFFS(gpiocontrol), GPIO_CTRL_EPA_EN_MASK); in ai_epa_4313war()