Searched refs:bcma_cc_read32 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/bcma/ |
H A D | driver_chipcommon.c | 22 value |= bcma_cc_read32(cc, offset) & ~mask; in bcma_cc_write32_masked() 179 cc->status = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT); in bcma_core_chipcommon_early_init() 180 cc->capabilities = bcma_cc_read32(cc, BCMA_CC_CAP); in bcma_core_chipcommon_early_init() 182 cc->capabilities_ext = bcma_cc_read32(cc, BCMA_CC_CAP_EXT); in bcma_core_chipcommon_early_init() 271 return bcma_cc_read32(cc, BCMA_CC_IRQSTAT) & mask; in bcma_chipco_irq_status() 276 return bcma_cc_read32(cc, BCMA_CC_GPIOIN) & mask; in bcma_chipco_gpio_in() 390 bcma_cc_read32(cc, BCMA_CC_CORECTL) in bcma_chipco_serial_init() 395 bcma_cc_read32(cc, BCMA_CC_CORECTL) in bcma_chipco_serial_init() 400 bcma_cc_read32(cc, BCMA_CC_CORECTL) in bcma_chipco_serial_init()
|
H A D | driver_chipcommon_sflash.c | 80 if (!(bcma_cc_read32(cc, BCMA_CC_FLASHCTL) & in bcma_sflash_cmd() 102 id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA); in bcma_sflash_init() 106 id2 = bcma_cc_read32(cc, BCMA_CC_FLASHDATA); in bcma_sflash_init() 132 id = bcma_cc_read32(cc, BCMA_CC_FLASHDATA) & 0x3c; in bcma_sflash_init()
|
H A D | driver_gpio.c | 112 u32 val = bcma_cc_read32(cc, BCMA_CC_GPIOIN); in bcma_gpio_irq_handler() 113 u32 mask = bcma_cc_read32(cc, BCMA_CC_GPIOIRQ); in bcma_gpio_irq_handler() 114 u32 pol = bcma_cc_read32(cc, BCMA_CC_GPIOPOL); in bcma_gpio_irq_handler()
|
H A D | driver_chipcommon_nflash.c | 49 reg = bcma_cc_read32(cc, BCMA_CC_NAND_CS_NAND_SELECT) & 0xff; in bcma_nflash_init()
|
H A D | driver_chipcommon_pmu.c | 215 val = bcma_cc_read32(cc, BCMA_CC_CHIPCTL); in bcma_chipco_bcm4331_ext_pa_lines_ctl() 365 tmp = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT); in bcma_pmu_pll_clock() 405 tmp = bcma_cc_read32(cc, BCMA_CC_CHIPSTAT); in bcma_pmu_pll_clock_bcm4706()
|
/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 49 if (!(bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & NCTL_START)) { in bcm47xxnflash_ops_bcm4706_ctl_cmd() 66 if (bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & NCTL_READY) { in bcm47xxnflash_ops_bcm4706_poll() 67 if (bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & in bcm47xxnflash_ops_bcm4706_poll() 127 *dest = bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_DATA); in bcm47xxnflash_ops_bcm4706_read() 199 return !!(bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_CTL) & NCTL_READY); in bcm47xxnflash_ops_bcm4706_dev_ready() 254 bcma_cc_read32(b47n->cc, BCMA_CC_NFLASH_DATA) in bcm47xxnflash_ops_bcm4706_cmdfunc() 325 return bcma_cc_read32(cc, BCMA_CC_NFLASH_DATA) & 0xff; in bcm47xxnflash_ops_bcm4706_read_byte()
|
/linux/include/linux/bcma/ |
H A D | bcma_driver_chipcommon.h | 664 #define bcma_cc_read32(cc, offset) \ 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/drivers/mtd/nand/raw/brcmnand/ |
H A D | bcma_nand.c | 57 val = bcma_cc_read32(sc->cc, offset); in brcmnand_bcma_read_reg()
|
/linux/drivers/mtd/devices/ |
H A D | bcm47xxsflash.c | 276 return bcma_cc_read32(b47s->bcma_cc, offset); in bcm47xxsflash_bcma_cc_read()
|