Searched refs:bcma_cc_write32 (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | ops_bcm4706.c | 47 bcma_cc_write32(cc, BCMA_CC_NFLASH_CTL, NCTL_START | code); in bcm47xxnflash_ops_bcm4706_ctl_cmd() 105 bcma_cc_write32(b47n->cc, BCMA_CC_NFLASH_COL_ADDR, in bcm47xxnflash_ops_bcm4706_read() 107 bcma_cc_write32(b47n->cc, BCMA_CC_NFLASH_ROW_ADDR, in bcm47xxnflash_ops_bcm4706_read() 151 bcma_cc_write32(cc, BCMA_CC_NFLASH_DATA, *data); in bcm47xxnflash_ops_bcm4706_write() 271 bcma_cc_write32(cc, BCMA_CC_NFLASH_ROW_ADDR, in bcm47xxnflash_ops_bcm4706_cmdfunc() 282 bcma_cc_write32(cc, BCMA_CC_NFLASH_COL_ADDR, in bcm47xxnflash_ops_bcm4706_cmdfunc() 284 bcma_cc_write32(cc, BCMA_CC_NFLASH_ROW_ADDR, in bcm47xxnflash_ops_bcm4706_cmdfunc() 417 bcma_cc_write32(b47n->cc, BCMA_CC_NFLASH_WAITCNT0, in bcm47xxnflash_ops_bcm4706_init() 444 bcma_cc_write32(b47n->cc, BCMA_CC_NFLASH_CONF, val); in bcm47xxnflash_ops_bcm4706_init()
|
/Linux-v6.1/drivers/bcma/ |
D | driver_chipcommon.c | 23 bcma_cc_write32(cc, offset, value); in bcma_cc_write32_masked() 211 bcma_cc_write32(cc, BCMA_CC_GPIOPULLUP, pullup); in bcma_core_chipcommon_init() 212 bcma_cc_write32(cc, BCMA_CC_GPIOPULLDOWN, pulldown); in bcma_core_chipcommon_init() 226 bcma_cc_write32(cc, BCMA_CC_GPIOTIMER, in bcma_core_chipcommon_init() 259 bcma_cc_write32(cc, BCMA_CC_WATCHDOG, ticks); in bcma_chipco_watchdog_timer_set() 389 bcma_cc_write32(cc, BCMA_CC_CORECTL, in bcma_chipco_serial_init() 394 bcma_cc_write32(cc, BCMA_CC_CORECTL, in bcma_chipco_serial_init() 399 bcma_cc_write32(cc, BCMA_CC_CORECTL, in bcma_chipco_serial_init()
|
D | driver_chipcommon_sflash.c | 77 bcma_cc_write32(cc, BCMA_CC_FLASHCTL, in bcma_sflash_cmd() 100 bcma_cc_write32(cc, BCMA_CC_FLASHADDR, 0); in bcma_sflash_init() 104 bcma_cc_write32(cc, BCMA_CC_FLASHADDR, 1); in bcma_sflash_init()
|
D | driver_chipcommon_pmu.c | 227 bcma_cc_write32(cc, BCMA_CC_CHIPCTL, val); in bcma_chipco_bcm4331_ext_pa_lines_ctl()
|
/Linux-v6.1/drivers/mtd/nand/raw/brcmnand/ |
D | bcma_nand.c | 80 bcma_cc_write32(sc->cc, offset, val); in brcmnand_bcma_write_reg() 96 bcma_cc_write32(sc->cc, BCMA_CC_NAND_CACHE_ADDR, 0); in brcmnand_bcma_prepare_data_bus()
|
/Linux-v6.1/include/linux/bcma/ |
D | bcma_driver_chipcommon.h | 666 #define bcma_cc_write32(cc, offset, val) \ macro 670 bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) & (mask)) 672 bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) | (set)) 674 bcma_cc_write32(cc, offset, (bcma_cc_read32(cc, offset) & (mask)) | (set))
|
/Linux-v6.1/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 282 bcma_cc_write32(b47s->bcma_cc, offset, value); in bcm47xxsflash_bcma_cc_write()
|
/Linux-v6.1/drivers/net/wireless/broadcom/b43/ |
D | main.c | 1213 bcma_cc_write32(bcma_cc, BCMA_CC_PMU_CHIPCTL_ADDR, 0); in b43_wireless_core_phy_pll_reset()
|