/linux/drivers/bcma/ |
H A D | driver_chipcommon.c | 18 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, in bcma_cc_write32_masked() argument 22 value |= bcma_cc_read32(cc, offset) & ~mask; in bcma_cc_write32_masked() 23 bcma_cc_write32(cc, offset, value); in bcma_cc_write32_masked() 28 u32 bcma_chipco_get_alp_clock(struct bcma_drv_cc *cc) in bcma_chipco_get_alp_clock() argument 30 if (cc->capabilities & BCMA_CC_CAP_PMU) in bcma_chipco_get_alp_clock() 31 return bcma_pmu_get_alp_clock(cc); in bcma_chipco_get_alp_clock() 37 static bool bcma_core_cc_has_pmu_watchdog(struct bcma_drv_cc *cc) in bcma_core_cc_has_pmu_watchdog() argument 39 struct bcma_bus *bus = cc->core->bus; in bcma_core_cc_has_pmu_watchdog() 41 if (cc->capabilities & BCMA_CC_CAP_PMU) { in bcma_core_cc_has_pmu_watchdog() 56 static u32 bcma_chipco_watchdog_get_max_timer(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_get_max_timer() argument 80 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); bcma_chipco_watchdog_timer_set_wdt() local 88 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); bcma_chipco_watchdog_timer_set_ms_wdt() local 95 bcma_chipco_watchdog_ticks_per_ms(struct bcma_drv_cc * cc) bcma_chipco_watchdog_ticks_per_ms() argument 113 bcma_chipco_watchdog_register(struct bcma_drv_cc * cc) bcma_chipco_watchdog_register() argument 142 bcma_core_chipcommon_flash_detect(struct bcma_drv_cc * cc) bcma_core_chipcommon_flash_detect() argument 169 bcma_core_chipcommon_early_init(struct bcma_drv_cc * cc) bcma_core_chipcommon_early_init() argument 193 bcma_core_chipcommon_init(struct bcma_drv_cc * cc) bcma_core_chipcommon_init() argument 236 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc * cc,u32 ticks) bcma_chipco_watchdog_timer_set() argument 264 bcma_chipco_irq_mask(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_irq_mask() argument 269 bcma_chipco_irq_status(struct bcma_drv_cc * cc,u32 mask) bcma_chipco_irq_status() argument 274 bcma_chipco_gpio_in(struct bcma_drv_cc * cc,u32 mask) bcma_chipco_gpio_in() argument 279 bcma_chipco_gpio_out(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_gpio_out() argument 292 bcma_chipco_gpio_outen(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_gpio_outen() argument 309 bcma_chipco_gpio_control(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_gpio_control() argument 322 bcma_chipco_gpio_intmask(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_gpio_intmask() argument 334 bcma_chipco_gpio_polarity(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_gpio_polarity() argument 346 bcma_chipco_gpio_pullup(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_gpio_pullup() argument 361 bcma_chipco_gpio_pulldown(struct bcma_drv_cc * cc,u32 mask,u32 value) bcma_chipco_gpio_pulldown() argument 377 bcma_chipco_serial_init(struct bcma_drv_cc * cc) bcma_chipco_serial_init() argument [all...] |
H A D | driver_chipcommon_pmu.c | 16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read() argument 18 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_read() 19 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_read() 20 return bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_chipco_pll_read() 24 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) in bcma_chipco_pll_write() argument 26 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_write() 27 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_write() 28 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value); in bcma_chipco_pll_write() 32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset() argument 35 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADD in bcma_chipco_pll_maskset() 41 bcma_chipco_chipctl_maskset(struct bcma_drv_cc * cc,u32 offset,u32 mask,u32 set) bcma_chipco_chipctl_maskset() argument 50 bcma_chipco_regctl_maskset(struct bcma_drv_cc * cc,u32 offset,u32 mask,u32 set) bcma_chipco_regctl_maskset() argument 59 bcma_pmu_xtalfreq(struct bcma_drv_cc * cc) bcma_pmu_xtalfreq() argument 80 bcma_pmu2_pll_init0(struct bcma_drv_cc * cc,u32 xtalfreq) bcma_pmu2_pll_init0() argument 148 bcma_pmu_pll_init(struct bcma_drv_cc * cc) bcma_pmu_pll_init() argument 162 bcma_pmu_resources_init(struct bcma_drv_cc * cc) bcma_pmu_resources_init() argument 210 bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc * cc,bool enable) bcma_chipco_bcm4331_ext_pa_lines_ctl() argument 230 bcma_pmu_workarounds(struct bcma_drv_cc * cc) bcma_pmu_workarounds() argument 274 bcma_pmu_early_init(struct bcma_drv_cc * cc) bcma_pmu_early_init() argument 295 bcma_pmu_init(struct bcma_drv_cc * cc) bcma_pmu_init() argument 309 bcma_pmu_get_alp_clock(struct bcma_drv_cc * cc) bcma_pmu_get_alp_clock() argument 353 bcma_pmu_pll_clock(struct bcma_drv_cc * cc,u32 pll0,u32 m) bcma_pmu_pll_clock() argument 389 bcma_pmu_pll_clock_bcm4706(struct bcma_drv_cc * cc,u32 pll0,u32 m) bcma_pmu_pll_clock_bcm4706() argument 420 bcma_pmu_get_bus_clock(struct bcma_drv_cc * cc) bcma_pmu_get_bus_clock() argument 452 bcma_pmu_get_cpu_clock(struct bcma_drv_cc * cc) bcma_pmu_get_cpu_clock() argument 486 bcma_pmu_spuravoid_pll_write(struct bcma_drv_cc * cc,u32 offset,u32 value) bcma_pmu_spuravoid_pll_write() argument 493 bcma_pmu_spuravoid_pllupdate(struct bcma_drv_cc * cc,int spuravoid) bcma_pmu_spuravoid_pllupdate() argument [all...] |
H A D | driver_gpio.c | 24 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local 26 return !!bcma_chipco_gpio_in(cc, 1 << gpio); in bcma_gpio_get_value() 32 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local 34 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0); in bcma_gpio_set_value() 41 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local 43 bcma_chipco_gpio_outen(cc, 1 << gpio, 0); in bcma_gpio_direction_input() 50 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local 52 bcma_chipco_gpio_outen(cc, 1 << gpio, 1 << gpio); in bcma_gpio_direction_output() 53 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0); in bcma_gpio_direction_output() 59 struct bcma_drv_cc *cc in bcma_gpio_request() local 72 struct bcma_drv_cc *cc = gpiochip_get_data(chip); bcma_gpio_free() local 83 struct bcma_drv_cc *cc = gpiochip_get_data(gc); bcma_gpio_irq_unmask() local 95 struct bcma_drv_cc *cc = gpiochip_get_data(gc); bcma_gpio_irq_mask() local 112 struct bcma_drv_cc *cc = dev_id; bcma_gpio_irq_handler() local 130 bcma_gpio_irq_init(struct bcma_drv_cc * cc) bcma_gpio_irq_init() argument 159 bcma_gpio_irq_exit(struct bcma_drv_cc * cc) bcma_gpio_irq_exit() argument 168 bcma_gpio_irq_init(struct bcma_drv_cc * cc) bcma_gpio_irq_init() argument 173 bcma_gpio_irq_exit(struct bcma_drv_cc * cc) bcma_gpio_irq_exit() argument 178 bcma_gpio_init(struct bcma_drv_cc * cc) bcma_gpio_init() argument 233 bcma_gpio_unregister(struct bcma_drv_cc * cc) bcma_gpio_unregister() argument [all...] |
H A D | driver_chipcommon_nflash.c | 28 int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init() argument 30 struct bcma_bus *bus = cc->core->bus; in bcma_nflash_init() 34 cc->core->id.rev != 38) { in bcma_nflash_init() 39 if (!(cc->capabilities & BCMA_CC_CAP_NFLASH)) { in bcma_nflash_init() 44 cc->nflash.present = true; in bcma_nflash_init() 45 if (cc->core->id.rev == 38 && in bcma_nflash_init() 46 (cc->status & BCMA_CC_CHIPST_5357_NAND_BOOT)) { in bcma_nflash_init() 47 cc->nflash.boot = true; in bcma_nflash_init() 49 reg = bcma_cc_read32(cc, BCMA_CC_NAND_CS_NAND_SELECT) & 0xff; in bcma_nflash_init() 50 cc in bcma_nflash_init() [all...] |
H A D | bcma_private.h | 45 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc); 46 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc); 47 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable); 49 void bcma_chipco_serial_init(struct bcma_drv_cc *cc); 57 void bcma_pmu_early_init(struct bcma_drv_cc *cc); 58 void bcma_pmu_init(struct bcma_drv_cc *cc); 59 u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc); 60 u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc); 68 int bcma_pflash_init(struct bcma_drv_cc *cc); 70 static inline int bcma_pflash_init(struct bcma_drv_cc *cc) in bcma_pflash_init() argument 82 bcma_sflash_init(struct bcma_drv_cc * cc) bcma_sflash_init() argument 94 bcma_nflash_init(struct bcma_drv_cc * cc) bcma_nflash_init() argument 205 bcma_gpio_init(struct bcma_drv_cc * cc) bcma_gpio_init() argument 209 bcma_gpio_unregister(struct bcma_drv_cc * cc) bcma_gpio_unregister() argument [all...] |
H A D | driver_chipcommon_sflash.c | 74 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) in bcma_sflash_cmd() argument 77 bcma_cc_write32(cc, BCMA_CC_FLASHCTL, in bcma_sflash_cmd() 80 if (!(bcma_cc_read32(cc, BCMA_CC_FLASHCTL) & in bcma_sflash_cmd() 85 bcma_err(cc->core->bus, "SFLASH control command failed (timeout)!\n"); in bcma_sflash_cmd() 89 int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init() argument 91 struct bcma_bus *bus = cc->core->bus; in bcma_sflash_init() 92 struct bcma_sflash *sflash = &cc->sflash; in bcma_sflash_init() 96 switch (cc->capabilities & BCMA_CC_CAP_FLASHT) { in bcma_sflash_init() 98 bcma_sflash_cmd(cc, BCMA_CC_FLASHCTL_ST_DP); in bcma_sflash_init() 100 bcma_cc_write32(cc, BCMA_CC_FLASHADD in bcma_sflash_init() [all...] |
/linux/drivers/ssb/ |
H A D | driver_chipcommon.c | 32 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, in chipco_write32_masked() argument 36 value |= chipco_read32(cc, offset) & ~mask; in chipco_write32_masked() 37 chipco_write32(cc, offset, value); in chipco_write32_masked() 42 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, in ssb_chipco_set_clockmode() argument 45 struct ssb_device *ccdev = cc->dev; in ssb_chipco_set_clockmode() 57 if (cc->capabilities & SSB_CHIPCO_CAP_PMU) in ssb_chipco_set_clockmode() 69 if (!(cc->capabilities & SSB_CHIPCO_CAP_PCTL)) in ssb_chipco_set_clockmode() 74 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL); in ssb_chipco_set_clockmode() 76 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCTL, tmp); in ssb_chipco_set_clockmode() 81 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCT in ssb_chipco_set_clockmode() 119 chipco_pctl_get_slowclksrc(struct ssb_chipcommon * cc) chipco_pctl_get_slowclksrc() argument 150 chipco_pctl_clockfreqlimit(struct ssb_chipcommon * cc,int get_max) chipco_pctl_clockfreqlimit() argument 211 chipco_powercontrol_init(struct ssb_chipcommon * cc) chipco_powercontrol_init() argument 242 pmu_fast_powerup_delay(struct ssb_chipcommon * cc) pmu_fast_powerup_delay() argument 259 calc_fast_powerup_delay(struct ssb_chipcommon * cc) calc_fast_powerup_delay() argument 285 ssb_chipco_alp_clock(struct ssb_chipcommon * cc) ssb_chipco_alp_clock() argument 293 ssb_chipco_watchdog_get_max_timer(struct ssb_chipcommon * cc) ssb_chipco_watchdog_get_max_timer() argument 313 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); ssb_chipco_watchdog_timer_set_wdt() local 323 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); ssb_chipco_watchdog_timer_set_ms() local 333 ssb_chipco_watchdog_ticks_per_ms(struct ssb_chipcommon * cc) ssb_chipco_watchdog_ticks_per_ms() argument 348 ssb_chipcommon_init(struct ssb_chipcommon * cc) ssb_chipcommon_init() argument 375 ssb_chipco_suspend(struct ssb_chipcommon * cc) ssb_chipco_suspend() argument 382 ssb_chipco_resume(struct ssb_chipcommon * cc) ssb_chipco_resume() argument 391 ssb_chipco_get_clockcpu(struct ssb_chipcommon * cc,u32 * plltype,u32 * n,u32 * m) ssb_chipco_get_clockcpu() argument 414 ssb_chipco_get_clockcontrol(struct ssb_chipcommon * cc,u32 * plltype,u32 * n,u32 * m) ssb_chipco_get_clockcontrol() argument 434 ssb_chipco_timing_init(struct ssb_chipcommon * cc,unsigned long ns) ssb_chipco_timing_init() argument 471 ssb_chipco_watchdog_timer_set(struct ssb_chipcommon * cc,u32 ticks) ssb_chipco_watchdog_timer_set() argument 494 ssb_chipco_irq_mask(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_irq_mask() argument 499 ssb_chipco_irq_status(struct ssb_chipcommon * cc,u32 mask) ssb_chipco_irq_status() argument 504 ssb_chipco_gpio_in(struct ssb_chipcommon * cc,u32 mask) ssb_chipco_gpio_in() argument 509 ssb_chipco_gpio_out(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_gpio_out() argument 521 ssb_chipco_gpio_outen(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_gpio_outen() argument 533 ssb_chipco_gpio_control(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_gpio_control() argument 546 ssb_chipco_gpio_intmask(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_gpio_intmask() argument 558 ssb_chipco_gpio_polarity(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_gpio_polarity() argument 570 ssb_chipco_gpio_pullup(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_gpio_pullup() argument 585 ssb_chipco_gpio_pulldown(struct ssb_chipcommon * cc,u32 mask,u32 value) ssb_chipco_gpio_pulldown() argument 601 ssb_chipco_serial_init(struct ssb_chipcommon * cc,struct ssb_serial_port * ports) ssb_chipco_serial_init() argument [all...] |
H A D | driver_chipcommon_pmu.c | 22 static u32 ssb_chipco_pll_read(struct ssb_chipcommon *cc, u32 offset) in ssb_chipco_pll_read() argument 24 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset); in ssb_chipco_pll_read() 25 return chipco_read32(cc, SSB_CHIPCO_PLLCTL_DATA); in ssb_chipco_pll_read() 28 static void ssb_chipco_pll_write(struct ssb_chipcommon *cc, in ssb_chipco_pll_write() argument 31 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset); in ssb_chipco_pll_write() 32 chipco_write32(cc, SSB_CHIPCO_PLLCTL_DATA, value); in ssb_chipco_pll_write() 35 static void ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, in ssb_chipco_regctl_maskset() argument 40 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADDR); in ssb_chipco_regctl_maskset() 41 chipco_write32(cc, SSB_CHIPCO_REGCTL_ADDR, offset); in ssb_chipco_regctl_maskset() 42 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADD in ssb_chipco_regctl_maskset() 90 ssb_pmu0_pllinit_r0(struct ssb_chipcommon * cc,u32 crystalfreq) ssb_pmu0_pllinit_r0() argument 221 ssb_pmu1_pllinit_r0(struct ssb_chipcommon * cc,u32 crystalfreq) ssb_pmu1_pllinit_r0() argument 317 ssb_pmu_pll_init(struct ssb_chipcommon * cc) ssb_pmu_pll_init() argument 423 ssb_pmu_resources_init(struct ssb_chipcommon * cc) ssb_pmu_resources_init() argument 517 ssb_pmu_init(struct ssb_chipcommon * cc) ssb_pmu_init() argument 540 ssb_pmu_set_ldo_voltage(struct ssb_chipcommon * cc,enum ssb_pmu_ldo_volt_id id,u32 voltage) ssb_pmu_set_ldo_voltage() argument 590 ssb_pmu_set_ldo_paref(struct ssb_chipcommon * cc,bool on) ssb_pmu_set_ldo_paref() argument 619 ssb_pmu_get_alp_clock_clk0(struct ssb_chipcommon * cc) ssb_pmu_get_alp_clock_clk0() argument 631 ssb_pmu_get_alp_clock(struct ssb_chipcommon * cc) ssb_pmu_get_alp_clock() argument 645 ssb_pmu_get_cpu_clock(struct ssb_chipcommon * cc) ssb_pmu_get_cpu_clock() argument 660 ssb_pmu_get_controlclock(struct ssb_chipcommon * cc) ssb_pmu_get_controlclock() argument 674 ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon * cc,int spuravoid) ssb_pmu_spuravoid_pllupdate() argument [all...] |
H A D | driver_chipcommon_sflash.c | 72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) in ssb_sflash_cmd() argument 75 chipco_write32(cc, SSB_CHIPCO_FLASHCTL, in ssb_sflash_cmd() 78 if (!(chipco_read32(cc, SSB_CHIPCO_FLASHCTL) & in ssb_sflash_cmd() 83 dev_err(cc->dev->dev, "SFLASH control command failed (timeout)!\n"); in ssb_sflash_cmd() 87 int ssb_sflash_init(struct ssb_chipcommon *cc) in ssb_sflash_init() argument 89 struct ssb_sflash *sflash = &cc->dev->bus->mipscore.sflash; in ssb_sflash_init() 93 switch (cc->capabilities & SSB_CHIPCO_CAP_FLASHT) { in ssb_sflash_init() 95 ssb_sflash_cmd(cc, SSB_CHIPCO_FLASHCTL_ST_DP); in ssb_sflash_init() 97 chipco_write32(cc, SSB_CHIPCO_FLASHADDR, 0); in ssb_sflash_init() 98 ssb_sflash_cmd(cc, SSB_CHIPCO_FLASHCTL_ST_RE in ssb_sflash_init() [all...] |
/linux/drivers/md/ |
H A D | dm-crypt.c | 78 struct crypt_config *cc; member 106 int (*ctr)(struct crypt_config *cc, struct dm_target *ti, 108 void (*dtr)(struct crypt_config *cc); 109 int (*init)(struct crypt_config *cc); 110 int (*wipe)(struct crypt_config *cc); 111 int (*generator)(struct crypt_config *cc, u8 *iv, 113 int (*post)(struct crypt_config *cc, u8 *iv, 259 struct crypt_config *cc = ti->private; in get_max_request_sectors() local 280 if (wrt || cc->used_tag_size) in get_max_request_sectors() 283 sector_align = max(bdev_logical_block_size(cc in get_max_request_sectors() 301 any_tfm(struct crypt_config * cc) any_tfm() argument 306 any_tfm_aead(struct crypt_config * cc) any_tfm_aead() argument 367 crypt_iv_plain_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_plain_gen() argument 376 crypt_iv_plain64_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_plain64_gen() argument 385 crypt_iv_plain64be_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_plain64be_gen() argument 395 crypt_iv_essiv_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_essiv_gen() argument 408 crypt_iv_benbi_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_benbi_ctr() argument 439 crypt_iv_benbi_dtr(struct crypt_config * cc) crypt_iv_benbi_dtr() argument 443 crypt_iv_benbi_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_benbi_gen() argument 456 crypt_iv_null_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_null_gen() argument 464 crypt_iv_lmk_dtr(struct crypt_config * cc) crypt_iv_lmk_dtr() argument 476 crypt_iv_lmk_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_lmk_ctr() argument 509 crypt_iv_lmk_init(struct crypt_config * cc) crypt_iv_lmk_init() argument 522 crypt_iv_lmk_wipe(struct crypt_config * cc) crypt_iv_lmk_wipe() argument 532 crypt_iv_lmk_one(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq,u8 * data) crypt_iv_lmk_one() argument 583 crypt_iv_lmk_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_lmk_gen() argument 601 crypt_iv_lmk_post(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_lmk_post() argument 623 crypt_iv_tcw_dtr(struct crypt_config * cc) crypt_iv_tcw_dtr() argument 633 crypt_iv_tcw_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_tcw_ctr() argument 659 crypt_iv_tcw_init(struct crypt_config * cc) crypt_iv_tcw_init() argument 671 crypt_iv_tcw_wipe(struct crypt_config * cc) crypt_iv_tcw_wipe() argument 681 crypt_iv_tcw_whitening(struct crypt_config * cc,struct dm_crypt_request * dmreq,u8 * data) crypt_iv_tcw_whitening() argument 705 crypt_iv_tcw_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_tcw_gen() argument 730 crypt_iv_tcw_post(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_tcw_post() argument 748 crypt_iv_random_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_random_gen() argument 756 crypt_iv_eboiv_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_eboiv_ctr() argument 772 crypt_iv_eboiv_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_eboiv_gen() argument 806 crypt_iv_elephant_dtr(struct crypt_config * cc) crypt_iv_elephant_dtr() argument 814 crypt_iv_elephant_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_elephant_ctr() argument 978 crypt_iv_elephant(struct crypt_config * cc,struct dm_crypt_request * dmreq) crypt_iv_elephant() argument 1051 crypt_iv_elephant_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_elephant_gen() argument 1065 crypt_iv_elephant_post(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_elephant_post() argument 1074 crypt_iv_elephant_init(struct crypt_config * cc) crypt_iv_elephant_init() argument 1082 crypt_iv_elephant_wipe(struct crypt_config * cc) crypt_iv_elephant_wipe() argument 1156 crypt_integrity_aead(struct crypt_config * cc) crypt_integrity_aead() argument 1161 crypt_integrity_hmac(struct crypt_config * cc) crypt_integrity_hmac() argument 1167 crypt_get_sg_data(struct crypt_config * cc,struct scatterlist * sg) crypt_get_sg_data() argument 1201 crypt_integrity_ctr(struct crypt_config * cc,struct dm_target * ti) crypt_integrity_ctr() argument 1248 crypt_convert_init(struct crypt_config * cc,struct convert_context * ctx,struct bio * bio_out,struct bio * bio_in,sector_t sector) crypt_convert_init() argument 1264 dmreq_of_req(struct crypt_config * cc,void * req) dmreq_of_req() argument 1270 req_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) req_of_dmreq() argument 1275 iv_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) iv_of_dmreq() argument 1286 org_iv_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) org_iv_of_dmreq() argument 1292 org_sector_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) org_sector_of_dmreq() argument 1300 org_tag_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) org_tag_of_dmreq() argument 1309 tag_from_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) tag_from_dmreq() argument 1319 iv_tag_from_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) iv_tag_from_dmreq() argument 1325 crypt_convert_block_aead(struct crypt_config * cc,struct convert_context * ctx,struct aead_request * req,unsigned int tag_offset) crypt_convert_block_aead() argument 1427 crypt_convert_block_skcipher(struct crypt_config * cc,struct convert_context * ctx,struct skcipher_request * req,unsigned int tag_offset) crypt_convert_block_skcipher() argument 1506 crypt_alloc_req_skcipher(struct crypt_config * cc,struct convert_context * ctx) crypt_alloc_req_skcipher() argument 1530 crypt_alloc_req_aead(struct crypt_config * cc,struct convert_context * ctx) crypt_alloc_req_aead() argument 1552 crypt_alloc_req(struct crypt_config * cc,struct convert_context * ctx) crypt_alloc_req() argument 1561 crypt_free_req_skcipher(struct crypt_config * cc,struct skcipher_request * req,struct bio * base_bio) crypt_free_req_skcipher() argument 1570 crypt_free_req_aead(struct crypt_config * cc,struct aead_request * req,struct bio * base_bio) crypt_free_req_aead() argument 1579 crypt_free_req(struct crypt_config * cc,void * req,struct bio * base_bio) crypt_free_req() argument 1590 crypt_convert(struct crypt_config * cc,struct convert_context * ctx,bool atomic,bool reset_pending) crypt_convert() argument 1707 struct crypt_config *cc = io->cc; crypt_alloc_buffer() local 1776 crypt_free_buffer_pages(struct crypt_config * cc,struct bio * clone) crypt_free_buffer_pages() argument 1793 crypt_io_init(struct dm_crypt_io * io,struct crypt_config * cc,struct bio * bio,sector_t sector) crypt_io_init() argument 1821 struct crypt_config *cc = io->cc; crypt_dec_pending() local 1870 struct crypt_config *cc = io->cc; crypt_endio() local 1902 struct crypt_config *cc = io->cc; kcryptd_io_read() local 1958 struct crypt_config *cc = io->cc; kcryptd_queue_read() local 1975 struct crypt_config *cc = data; dmcrypt_write() local 2028 struct crypt_config *cc = io->cc; kcryptd_crypt_write_io_submit() local 2067 kcryptd_crypt_write_inline(struct crypt_config * cc,struct convert_context * ctx) kcryptd_crypt_write_inline() argument 2091 struct crypt_config *cc = io->cc; kcryptd_crypt_write_continue() local 2118 struct crypt_config *cc = io->cc; kcryptd_crypt_write_convert() local 2191 struct crypt_config *cc = io->cc; kcryptd_crypt_read_continue() local 2209 struct crypt_config *cc = io->cc; kcryptd_crypt_read_convert() local 2247 struct crypt_config *cc = io->cc; kcryptd_async_done() local 2310 struct crypt_config *cc = io->cc; kcryptd_queue_crypt() local 2333 crypt_free_tfms_aead(struct crypt_config * cc) crypt_free_tfms_aead() argument 2347 crypt_free_tfms_skcipher(struct crypt_config * cc) crypt_free_tfms_skcipher() argument 2364 crypt_free_tfms(struct crypt_config * cc) crypt_free_tfms() argument 2372 crypt_alloc_tfms_skcipher(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms_skcipher() argument 2403 crypt_alloc_tfms_aead(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms_aead() argument 2424 crypt_alloc_tfms(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms() argument 2432 crypt_subkey_size(struct crypt_config * cc) crypt_subkey_size() argument 2437 crypt_authenckey_size(struct crypt_config * cc) crypt_authenckey_size() argument 2464 crypt_setkey(struct crypt_config * cc) crypt_setkey() argument 2513 set_key_user(struct crypt_config * cc,struct key * key) set_key_user() argument 2529 set_key_encrypted(struct crypt_config * cc,struct key * key) set_key_encrypted() argument 2545 set_key_trusted(struct crypt_config * cc,struct key * key) set_key_trusted() argument 2561 crypt_set_keyring_key(struct crypt_config * cc,const char * key_string) crypt_set_keyring_key() argument 2660 crypt_set_keyring_key(struct crypt_config * cc,const char * key_string) crypt_set_keyring_key() argument 2672 crypt_set_key(struct crypt_config * cc,char * key) crypt_set_key() argument 2709 crypt_wipe_key(struct crypt_config * cc) crypt_wipe_key() argument 2746 struct crypt_config *cc = pool_data; crypt_page_alloc() local 2767 struct crypt_config *cc = pool_data; crypt_page_free() local 2775 struct crypt_config *cc = ti->private; crypt_dtr() local 2831 struct crypt_config *cc = ti->private; crypt_ctr_ivmode() local 2904 crypt_ctr_auth_cipher(struct crypt_config * cc,char * cipher_api) crypt_ctr_auth_cipher() argument 2941 struct crypt_config *cc = ti->private; crypt_ctr_cipher_new() local 3014 struct crypt_config *cc = ti->private; crypt_ctr_cipher_old() local 3098 struct crypt_config *cc = ti->private; crypt_ctr_cipher() local 3154 struct crypt_config *cc = ti->private; crypt_ctr_optional() local 3244 struct crypt_config *cc = ti->private; crypt_report_zones() local 3260 struct crypt_config *cc; crypt_ctr() local 3497 struct crypt_config *cc = ti->private; crypt_map() local 3572 struct crypt_config *cc = ti->private; crypt_status() local 3667 struct crypt_config *cc = ti->private; crypt_postsuspend() local 3674 struct crypt_config *cc = ti->private; crypt_preresume() local 3686 struct crypt_config *cc = ti->private; crypt_resume() local 3698 struct crypt_config *cc = ti->private; crypt_message() local 3739 struct crypt_config *cc = ti->private; crypt_iterate_devices() local 3746 struct crypt_config *cc = ti->private; crypt_io_hints() local [all...] |
/linux/arch/s390/pci/ |
H A D | pci_insn.c | 24 u8 cc; member 38 static inline void zpci_err_insn_req(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_req() argument 42 .insn = insn, .cc = cc, .status = status, in zpci_err_insn_req() 48 static inline void zpci_err_insn_addr(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_addr() argument 52 .insn = insn, .cc = cc, .status = status, in zpci_err_insn_addr() 61 int cc; in __mpcifc() local 65 CC_IPM(cc) in __mpcifc() 66 : CC_OUT(cc, c in __mpcifc() 76 u8 cc; zpci_mod_fc() local 102 int cc; __rpcit() local 117 u8 cc, status; zpci_refresh_trans() local 159 int cc, exception; ____pcilg() local 181 int cc; __pcilg() local 194 int cc; __zpci_load() local 228 int cc, exception; __pcilg_mio() local 250 int cc; zpci_load() local 267 int cc, exception; __pcistg() local 287 int cc; __zpci_store() local 321 int cc, exception; __pcistg_mio() local 340 int cc; zpci_store() local 356 int cc, exception; __pcistb() local 376 int cc; __zpci_store_block() local 410 int cc, exception; __pcistb_mio() local 430 int cc; zpci_write_block() local [all...] |
/linux/mm/ |
H A D | compaction.c | 188 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() argument 191 if (cc->ignore_skip_hint) in isolation_suitable() 419 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip() argument 424 if (cc->ignore_skip_hint) in test_and_set_skip() 428 if (!skip && !cc->no_set_skip_hint) in test_and_set_skip() 434 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() argument 436 struct zone *zone = cc->zone; in update_cached_migrate() 439 if (cc->no_set_skip_hint) in update_cached_migrate() 447 if (cc->mode != MIGRATE_ASYNC && in update_cached_migrate() 456 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() argument 470 isolation_suitable(struct compact_control * cc,struct page * page) isolation_suitable() argument 481 update_pageblock_skip(struct compact_control * cc,struct page * page,unsigned long pfn) update_pageblock_skip() argument 486 update_cached_migrate(struct compact_control * cc,unsigned long pfn) update_cached_migrate() argument 490 test_and_set_skip(struct compact_control * cc,struct page * page) test_and_set_skip() argument 506 compact_lock_irqsave(spinlock_t * lock,unsigned long * flags,struct compact_control * cc) compact_lock_irqsave() argument 534 compact_unlock_should_abort(spinlock_t * lock,unsigned long flags,bool * locked,struct compact_control * cc) compact_unlock_should_abort() argument 556 isolate_freepages_block(struct compact_control * cc,unsigned long * start_pfn,unsigned long end_pfn,struct list_head * freelist,unsigned int stride,bool strict) isolate_freepages_block() argument 695 isolate_freepages_range(struct compact_control * cc,unsigned long start_pfn,unsigned long end_pfn) isolate_freepages_range() argument 761 too_many_isolated(struct compact_control * cc) too_many_isolated() argument 837 isolate_migratepages_block(struct compact_control * cc,unsigned long low_pfn,unsigned long end_pfn,isolate_mode_t mode) isolate_migratepages_block() argument 1320 isolate_migratepages_range(struct compact_control * cc,unsigned long start_pfn,unsigned long end_pfn) isolate_migratepages_range() argument 1359 suitable_migration_source(struct compact_control * cc,struct page * page) suitable_migration_source() argument 1379 suitable_migration_target(struct compact_control * cc,struct page * page) suitable_migration_target() argument 1407 freelist_scan_limit(struct compact_control * cc) freelist_scan_limit() argument 1418 compact_scanners_met(struct compact_control * cc) compact_scanners_met() argument 1458 fast_isolate_around(struct compact_control * cc,unsigned long pfn) fast_isolate_around() argument 1487 next_search_order(struct compact_control * cc,int order) next_search_order() argument 1504 fast_isolate_freepages(struct compact_control * cc) fast_isolate_freepages() argument 1677 isolate_freepages(struct compact_control * cc) isolate_freepages() argument 1799 struct compact_control *cc = (struct compact_control *)data; compaction_alloc_noprof() local 1857 struct compact_control *cc = (struct compact_control *)data; compaction_free() local 1895 update_fast_start_pfn(struct compact_control * cc,unsigned long pfn) update_fast_start_pfn() argument 1907 reinit_migrate_pfn(struct compact_control * cc) reinit_migrate_pfn() argument 1923 fast_find_migrateblock(struct compact_control * cc) fast_find_migrateblock() argument 2045 isolate_migratepages(struct compact_control * cc) isolate_migratepages() argument 2234 __compact_finished(struct compact_control * cc) __compact_finished() argument 2345 compact_finished(struct compact_control * cc) compact_finished() argument 2511 compact_zone(struct compact_control * cc,struct capture_control * capc) compact_zone() argument 2755 struct compact_control cc = { compact_zone_order() local 2897 struct compact_control cc = { compact_node() local 3063 struct compact_control cc = { kcompactd_do_work() local [all...] |
/linux/fs/f2fs/ |
H A D | compress.c | 50 int (*init_compress_ctx)(struct compress_ctx *cc); 51 void (*destroy_compress_ctx)(struct compress_ctx *cc); 52 int (*compress_pages)(struct compress_ctx *cc); 59 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) in offset_in_cluster() argument 61 return index & (cc->cluster_size - 1); in offset_in_cluster() 64 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index) in cluster_idx() argument 66 return index >> cc->log_cluster_size; in cluster_idx() 69 static pgoff_t start_idx_of_cluster(struct compress_ctx *cc) in start_idx_of_cluster() argument 71 return cc->cluster_idx << cc in start_idx_of_cluster() 98 f2fs_drop_rpages(struct compress_ctx * cc,int len,bool unlock) f2fs_drop_rpages() argument 112 f2fs_put_rpages(struct compress_ctx * cc) f2fs_put_rpages() argument 117 f2fs_unlock_rpages(struct compress_ctx * cc,int len) f2fs_unlock_rpages() argument 122 f2fs_put_rpages_wbc(struct compress_ctx * cc,struct writeback_control * wbc,bool redirty,int unlock) f2fs_put_rpages_wbc() argument 143 f2fs_init_compress_ctx(struct compress_ctx * cc) f2fs_init_compress_ctx() argument 152 f2fs_destroy_compress_ctx(struct compress_ctx * cc,bool reuse) f2fs_destroy_compress_ctx() argument 163 f2fs_compress_ctx_add_page(struct compress_ctx * cc,struct folio * folio) f2fs_compress_ctx_add_page() argument 177 lzo_init_compress_ctx(struct compress_ctx * cc) lzo_init_compress_ctx() argument 188 lzo_destroy_compress_ctx(struct compress_ctx * cc) lzo_destroy_compress_ctx() argument 194 lzo_compress_pages(struct compress_ctx * cc) lzo_compress_pages() argument 238 lz4_init_compress_ctx(struct compress_ctx * cc) lz4_init_compress_ctx() argument 260 lz4_destroy_compress_ctx(struct compress_ctx * cc) lz4_destroy_compress_ctx() argument 266 lz4_compress_pages(struct compress_ctx * cc) lz4_compress_pages() argument 328 zstd_init_compress_ctx(struct compress_ctx * cc) zstd_init_compress_ctx() argument 362 zstd_destroy_compress_ctx(struct compress_ctx * cc) zstd_destroy_compress_ctx() argument 369 zstd_compress_pages(struct compress_ctx * cc) zstd_compress_pages() argument 500 lzorle_compress_pages(struct compress_ctx * cc) lzorle_compress_pages() argument 619 f2fs_compress_pages(struct compress_ctx * cc) f2fs_compress_pages() argument 823 is_page_in_cluster(struct compress_ctx * cc,pgoff_t index) is_page_in_cluster() argument 830 f2fs_cluster_is_empty(struct compress_ctx * cc) f2fs_cluster_is_empty() argument 835 f2fs_cluster_is_full(struct compress_ctx * cc) f2fs_cluster_is_full() argument 840 f2fs_cluster_can_merge_page(struct compress_ctx * cc,pgoff_t index) f2fs_cluster_can_merge_page() argument 847 f2fs_all_cluster_page_ready(struct compress_ctx * cc,struct page ** pages,int index,int nr_pages,bool uptodate) f2fs_all_cluster_page_ready() argument 875 cluster_has_invalid_data(struct compress_ctx * cc) cluster_has_invalid_data() argument 999 f2fs_compressed_blocks(struct compress_ctx * cc) f2fs_compressed_blocks() argument 1030 cluster_may_compress(struct compress_ctx * cc) cluster_may_compress() argument 1043 set_cluster_writeback(struct compress_ctx * cc) set_cluster_writeback() argument 1053 cancel_cluster_writeback(struct compress_ctx * cc,struct compress_io_ctx * cic,int submitted) cancel_cluster_writeback() argument 1078 set_cluster_dirty(struct compress_ctx * cc) set_cluster_dirty() argument 1089 prepare_compress_overwrite(struct compress_ctx * cc,struct page ** pagep,pgoff_t index,void ** fsdata) prepare_compress_overwrite() argument 1180 struct compress_ctx cc = { f2fs_prepare_compress_overwrite() local 1196 struct compress_ctx cc = { f2fs_compress_write_end() local 1264 f2fs_write_compressed_pages(struct compress_ctx * cc,int * submitted,struct writeback_control * wbc,enum iostat_type io_type) f2fs_write_compressed_pages() argument 1505 f2fs_write_raw_pages(struct compress_ctx * cc,int * submitted_p,struct writeback_control * wbc,enum iostat_type io_type) f2fs_write_raw_pages() argument 1592 f2fs_write_multi_pages(struct compress_ctx * cc,int * submitted,struct writeback_control * wbc,enum iostat_type io_type) f2fs_write_multi_pages() argument 1689 f2fs_alloc_dic(struct compress_ctx * cc) f2fs_alloc_dic() argument [all...] |
/linux/drivers/s390/cio/ |
H A D | trace.h | 25 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc), 26 TP_ARGS(schid, schib, cc), 44 __field(int, cc) 63 __entry->cc = cc; 65 TP_printk("schid=%x.%x.%04x cc=%d ena=%d st=%d dnv=%d dev=%04x " 68 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc, 82 * @cc: Condition code 85 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc), 86 TP_ARGS(schid, schib, cc) [all...] |
H A D | ioasm.c | 30 CC_IPM(cc) in __stsch() 32 : CC_OUT(cc, ccode), [addr] "=Q" (*addr), [exc] "+d" (exception) in __stsch() 60 CC_IPM(cc) in __msch() 62 : CC_OUT(cc, ccode), [exc] "+d" (exception) in __msch() 86 CC_IPM(cc) in __tsch() 87 : CC_OUT(cc, ccode), [addr] "=Q" (*addr) in __tsch() 114 CC_IPM(cc) in __ssch() 116 : CC_OUT(cc, ccode), [exc] "+d" (exception) in __ssch() 141 CC_IPM(cc) in __csch() 142 : CC_OUT(cc, ccod in __csch() 178 int cc, exception; chsc() local [all...] |
/linux/arch/s390/include/asm/ |
H A D | cpu_mf.h | 186 int cc; in lcctl() local 190 CC_IPM(cc) in lcctl() 191 : CC_OUT(cc, cc) in lcctl() 194 return CC_TRANSFORM(cc); in lcctl() 201 int cc; in __ecctr() local 205 CC_IPM(cc) in __ecctr() 206 : CC_OUT(cc, cc), [_content] "=d" (_content) in __ecctr() 210 return CC_TRANSFORM(cc); in __ecctr() 217 int cc; ecctr() local 237 int cc; stcctm() local 256 int cc = 1; qsi() local 270 int cc, exception; lsctl() local [all...] |
/linux/sound/core/seq/ |
H A D | seq_ump_convert.c | 111 ev->data.control.channel = val->cc.channel; in ump_midi1_to_cc_ev() 112 ev->data.control.param = val->cc.index; in ump_midi1_to_cc_ev() 113 ev->data.control.value = val->cc.data; in ump_midi1_to_cc_ev() 232 ev->data.control.channel = val->cc.channel; in ump_midi2_to_cc_ev() 233 ev->data.control.param = val->cc.index; in ump_midi2_to_cc_ev() 234 ev->data.control.value = downscale_32_to_7bit(val->cc.data); in ump_midi2_to_cc_ev() 371 struct ump_cvt_to_ump_bank *cc; in cvt_ump_midi1_to_midi2() local 391 cc = &dest_port->midi2_bank[midi1->note.channel]; in cvt_ump_midi1_to_midi2() 392 switch (midi1->cc.index) { in cvt_ump_midi1_to_midi2() 394 cc in cvt_ump_midi1_to_midi2() 793 reset_rpn(struct ump_cvt_to_ump_bank * cc) reset_rpn() argument 803 fill_rpn(struct ump_cvt_to_ump_bank * cc,union snd_ump_midi2_msg * data,unsigned char channel,bool flush) fill_rpn() argument 843 struct ump_cvt_to_ump_bank *cc = &dest_port->midi2_bank[channel]; cc_ev_to_ump_midi2() local 916 struct ump_cvt_to_ump_bank *cc = &dest_port->midi2_bank[channel]; pgm_ev_to_ump_midi2() local 953 struct ump_cvt_to_ump_bank *cc = &dest_port->midi2_bank[channel]; ctrl14_ev_to_ump_midi2() local [all...] |
/linux/kernel/time/ |
H A D | timecounter.c | 9 struct cyclecounter *cc, in timecounter_init() argument 12 tc->cc = cc; in timecounter_init() 13 tc->cycle_last = cc->read(cc); in timecounter_init() 15 tc->mask = (1ULL << cc->shift) - 1; in timecounter_init() 37 cycle_now = tc->cc->read(tc->cc); in timecounter_read_delta() 40 cycle_delta = (cycle_now - tc->cycle_last) & tc->cc->mask; in timecounter_read_delta() 43 ns_offset = cyclecounter_cyc2ns(tc->cc, cycle_delt in timecounter_read_delta() 69 cc_cyc2ns_backwards(const struct cyclecounter * cc,u64 cycles,u64 mask,u64 frac) cc_cyc2ns_backwards() argument [all...] |
/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 43 static int bcm47xxnflash_ops_bcm4706_ctl_cmd(struct bcma_drv_cc *cc, u32 code) in bcm47xxnflash_ops_bcm4706_ctl_cmd() argument 47 bcma_cc_write32(cc, BCMA_CC_NFLASH_CTL, NCTL_START | code); in bcm47xxnflash_ops_bcm4706_ctl_cmd() 49 if (!(bcma_cc_read32(cc, BCMA_CC_NFLASH_CTL) & NCTL_START)) { in bcm47xxnflash_ops_bcm4706_ctl_cmd() 61 static int bcm47xxnflash_ops_bcm4706_poll(struct bcma_drv_cc *cc) in bcm47xxnflash_ops_bcm4706_poll() argument 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() 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() 114 if (bcm47xxnflash_ops_bcm4706_ctl_cmd(b47n->cc, ctlcode)) in bcm47xxnflash_ops_bcm4706_read() 116 if (bcm47xxnflash_ops_bcm4706_poll(b47n->cc)) in bcm47xxnflash_ops_bcm4706_read() 140 struct bcma_drv_cc *cc = b47n->cc; bcm47xxnflash_ops_bcm4706_write() local 218 struct bcma_drv_cc *cc = b47n->cc; bcm47xxnflash_ops_bcm4706_cmdfunc() local 314 struct bcma_drv_cc *cc = b47n->cc; bcm47xxnflash_ops_bcm4706_read_byte() local [all...] |
/linux/drivers/clk/sprd/ |
H A D | composite.c | 15 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_determine_rate() local 17 return divider_determine_rate(hw, req, NULL, cc->div.width, 0); in sprd_comp_determine_rate() 23 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_recalc_rate() local 25 return sprd_div_helper_recalc_rate(&cc->common, &cc->div, parent_rate); in sprd_comp_recalc_rate() 31 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_rate() local 33 return sprd_div_helper_set_rate(&cc->common, &cc->div, in sprd_comp_set_rate() 39 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_get_parent() local 41 return sprd_mux_helper_get_parent(&cc in sprd_comp_get_parent() 46 struct sprd_comp *cc = hw_to_sprd_comp(hw); sprd_comp_set_parent() local [all...] |
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6dsp-lpass-clocks.c | 39 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_q6dsp_prepare() local 41 return cc->desc->lpass_set_clk(clk->dev, clk->q6dsp_clk_id, clk->attributes, in clk_q6dsp_prepare() 48 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_q6dsp_unprepare() local 50 cc->desc->lpass_set_clk(clk->dev, clk->q6dsp_clk_id, clk->attributes, in clk_q6dsp_unprepare() 89 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_vote_q6dsp_block() local 91 return cc->desc->lpass_vote_clk(clk->dev, clk->q6dsp_clk_id, in clk_vote_q6dsp_block() 98 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_unvote_q6dsp_block() local 100 cc->desc->lpass_unvote_clk(clk->dev, clk->q6dsp_clk_id, clk->handle); in clk_unvote_q6dsp_block() 112 struct q6dsp_cc *cc = data; in q6dsp_of_clk_hw_get() local 117 dev_err(cc in q6dsp_of_clk_hw_get() 131 struct q6dsp_cc *cc; q6dsp_clock_dev_probe() local [all...] |
/linux/crypto/ |
H A D | rmd160.c | 47 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee; in rmd160_transform() local 52 cc = state[2]; in rmd160_transform() 64 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11); in rmd160_transform() 65 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14); in rmd160_transform() 66 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15); in rmd160_transform() 67 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12); in rmd160_transform() 68 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5); in rmd160_transform() 69 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8); in rmd160_transform() 70 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7); in rmd160_transform() 71 ROUND(dd, ee, aa, bb, cc, F in rmd160_transform() [all...] |
/linux/arch/m68k/ |
H A D | Makefile | 19 CROSS_COMPILE := $(call cc-cross-prefix, \ 41 cpuflags-$(CONFIG_M5441x) = $(call cc-option,-mcpu=54455,-mcfv4e) 42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200) 43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200) 44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307) 45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307) 46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200) 47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307) 48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307) 49 cpuflags-$(CONFIG_M5272) = $(call cc [all...] |
/linux/include/linux/bcma/ |
H A D | bcma_driver_chipcommon.h | 664 #define bcma_cc_read32(cc, offset) \ argument 665 bcma_read32((cc)->core, offset) 666 #define bcma_cc_write32(cc, offset, val) \ argument 667 bcma_write32((cc)->core, offset, val) 669 #define bcma_cc_mask32(cc, offset, mask) \ argument 670 bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) & (mask)) 671 #define bcma_cc_set32(cc, offset, set) \ argument 672 bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offse 673 bcma_cc_maskset32(cc,offset,mask,set) global() argument 677 bcma_pmu_read32(cc,offset) global() argument 679 bcma_pmu_write32(cc,offset,val) global() argument 682 bcma_pmu_mask32(cc,offset,mask) global() argument 684 bcma_pmu_set32(cc,offset,set) global() argument 686 bcma_pmu_maskset32(cc,offset,mask,set) global() argument [all...] |
/linux/include/linux/ssb/ |
H A D | ssb_driver_chipcommon.h | 599 static inline bool ssb_chipco_available(struct ssb_chipcommon *cc) in ssb_chipco_available() argument 601 return (cc->dev != NULL); in ssb_chipco_available() 605 #define chipco_read32(cc, offset) ssb_read32((cc)->dev, offset) argument 606 #define chipco_write32(cc, offset, val) ssb_write32((cc)->dev, offset, val) argument 608 #define chipco_mask32(cc, offset, mask) \ argument 609 chipco_write32(cc, offset, chipco_read32(cc, offset) & (mask)) 610 #define chipco_set32(cc, offse argument 612 chipco_maskset32(cc,offset,mask,set) global() argument [all...] |