Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/linux/drivers/bcma/
H A Ddriver_chipcommon.c18 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
[all …]
H A Ddriver_chipcommon_pmu.c16 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_ADDR, offset); in bcma_chipco_pll_maskset()
[all …]
H A Ddriver_gpio.c24 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 = gpiochip_get_data(chip); in bcma_gpio_request() local
[all …]
H A Dbcma_private.h45 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
[all …]
H A Ddriver_chipcommon_nflash.c28 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->nflash.brcmnand_info.chip_select = ffs(reg) - 1; in bcma_nflash_init()
[all …]
H A Ddriver_chipcommon_sflash.c74 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_FLASHADDR, 0); in bcma_sflash_init()
[all …]
/linux/drivers/ssb/
H A Ddriver_chipcommon.c32 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_SLOWCLKCTL); in ssb_chipco_set_clockmode()
[all …]
H A Ddriver_chipcommon_pmu.c22 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_ADDR); in ssb_chipco_regctl_maskset()
[all …]
/linux/drivers/md/
H A Ddm-crypt.c81 struct crypt_config *cc;
109 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
111 void (*dtr)(struct crypt_config *cc);
112 int (*init)(struct crypt_config *cc);
113 void (*wipe)(struct crypt_config *cc);
114 int (*generator)(struct crypt_config *cc, u8 *iv,
116 void (*post)(struct crypt_config *cc, u8 *iv,
261 struct crypt_config *cc = ti->private; in get_max_request_sectors()
275 if (wrt || cc->used_tag_size) in get_max_request_sectors()
278 sector_align = max(bdev_logical_block_size(cc in get_max_request_sectors()
80 struct crypt_config *cc; global() member
260 struct crypt_config *cc = ti->private; get_max_request_sectors() local
295 any_tfm(struct crypt_config * cc) any_tfm() argument
300 any_tfm_aead(struct crypt_config * cc) any_tfm_aead() argument
361 crypt_iv_plain_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_plain_gen() argument
370 crypt_iv_plain64_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_plain64_gen() argument
379 crypt_iv_plain64be_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_plain64be_gen() argument
389 crypt_iv_essiv_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_essiv_gen() argument
402 crypt_iv_benbi_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_benbi_ctr() argument
433 crypt_iv_benbi_dtr(struct crypt_config * cc) crypt_iv_benbi_dtr() argument
437 crypt_iv_benbi_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_benbi_gen() argument
450 crypt_iv_null_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_null_gen() argument
458 crypt_iv_lmk_dtr(struct crypt_config * cc) crypt_iv_lmk_dtr() argument
466 crypt_iv_lmk_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_lmk_ctr() argument
497 crypt_iv_lmk_init(struct crypt_config * cc) crypt_iv_lmk_init() argument
510 crypt_iv_lmk_wipe(struct crypt_config * cc) crypt_iv_lmk_wipe() argument
520 crypt_iv_lmk_one(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq,u8 * data) crypt_iv_lmk_one() argument
547 crypt_iv_lmk_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_lmk_gen() argument
563 crypt_iv_lmk_post(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_lmk_post() argument
583 crypt_iv_tcw_dtr(struct crypt_config * cc) crypt_iv_tcw_dtr() argument
593 crypt_iv_tcw_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_tcw_ctr() argument
619 crypt_iv_tcw_init(struct crypt_config * cc) crypt_iv_tcw_init() argument
631 crypt_iv_tcw_wipe(struct crypt_config * cc) crypt_iv_tcw_wipe() argument
641 crypt_iv_tcw_whitening(struct crypt_config * cc,struct dm_crypt_request * dmreq,u8 * data) crypt_iv_tcw_whitening() argument
665 crypt_iv_tcw_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_tcw_gen() argument
690 crypt_iv_tcw_post(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_tcw_post() argument
708 crypt_iv_random_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_random_gen() argument
716 crypt_iv_eboiv_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_eboiv_ctr() argument
732 crypt_iv_eboiv_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_eboiv_gen() argument
766 crypt_iv_elephant_dtr(struct crypt_config * cc) crypt_iv_elephant_dtr() argument
774 crypt_iv_elephant_ctr(struct crypt_config * cc,struct dm_target * ti,const char * opts) crypt_iv_elephant_ctr() argument
938 crypt_iv_elephant(struct crypt_config * cc,struct dm_crypt_request * dmreq) crypt_iv_elephant() argument
1011 crypt_iv_elephant_gen(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_elephant_gen() argument
1025 crypt_iv_elephant_post(struct crypt_config * cc,u8 * iv,struct dm_crypt_request * dmreq) crypt_iv_elephant_post() argument
1034 crypt_iv_elephant_init(struct crypt_config * cc) crypt_iv_elephant_init() argument
1042 crypt_iv_elephant_wipe(struct crypt_config * cc) crypt_iv_elephant_wipe() argument
1116 crypt_integrity_aead(struct crypt_config * cc) crypt_integrity_aead() argument
1121 crypt_integrity_hmac(struct crypt_config * cc) crypt_integrity_hmac() argument
1127 crypt_get_sg_data(struct crypt_config * cc,struct scatterlist * sg) crypt_get_sg_data() argument
1161 crypt_integrity_ctr(struct crypt_config * cc,struct dm_target * ti) crypt_integrity_ctr() argument
1208 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
1224 dmreq_of_req(struct crypt_config * cc,void * req) dmreq_of_req() argument
1230 req_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) req_of_dmreq() argument
1235 iv_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) iv_of_dmreq() argument
1246 org_iv_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) org_iv_of_dmreq() argument
1252 org_sector_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) org_sector_of_dmreq() argument
1260 org_tag_of_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) org_tag_of_dmreq() argument
1269 tag_from_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) tag_from_dmreq() argument
1279 iv_tag_from_dmreq(struct crypt_config * cc,struct dm_crypt_request * dmreq) iv_tag_from_dmreq() argument
1285 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
1387 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
1466 crypt_alloc_req_skcipher(struct crypt_config * cc,struct convert_context * ctx) crypt_alloc_req_skcipher() argument
1490 crypt_alloc_req_aead(struct crypt_config * cc,struct convert_context * ctx) crypt_alloc_req_aead() argument
1512 crypt_alloc_req(struct crypt_config * cc,struct convert_context * ctx) crypt_alloc_req() argument
1521 crypt_free_req_skcipher(struct crypt_config * cc,struct skcipher_request * req,struct bio * base_bio) crypt_free_req_skcipher() argument
1530 crypt_free_req_aead(struct crypt_config * cc,struct aead_request * req,struct bio * base_bio) crypt_free_req_aead() argument
1539 crypt_free_req(struct crypt_config * cc,void * req,struct bio * base_bio) crypt_free_req() argument
1550 crypt_convert(struct crypt_config * cc,struct convert_context * ctx,bool atomic,bool reset_pending) crypt_convert() argument
1667 struct crypt_config *cc = io->cc; crypt_alloc_buffer() local
1736 crypt_free_buffer_pages(struct crypt_config * cc,struct bio * clone) crypt_free_buffer_pages() argument
1753 crypt_io_init(struct dm_crypt_io * io,struct crypt_config * cc,struct bio * bio,sector_t sector) crypt_io_init() argument
1781 struct crypt_config *cc = io->cc; crypt_dec_pending() local
1830 struct crypt_config *cc = io->cc; crypt_endio() local
1862 struct crypt_config *cc = io->cc; kcryptd_io_read() local
1918 struct crypt_config *cc = io->cc; kcryptd_queue_read() local
1935 struct crypt_config *cc = data; dmcrypt_write() local
1988 struct crypt_config *cc = io->cc; kcryptd_crypt_write_io_submit() local
2027 kcryptd_crypt_write_inline(struct crypt_config * cc,struct convert_context * ctx) kcryptd_crypt_write_inline() argument
2051 struct crypt_config *cc = io->cc; kcryptd_crypt_write_continue() local
2078 struct crypt_config *cc = io->cc; kcryptd_crypt_write_convert() local
2151 struct crypt_config *cc = io->cc; kcryptd_crypt_read_continue() local
2169 struct crypt_config *cc = io->cc; kcryptd_crypt_read_convert() local
2207 struct crypt_config *cc = io->cc; kcryptd_async_done() local
2270 struct crypt_config *cc = io->cc; kcryptd_queue_crypt() local
2293 crypt_free_tfms_aead(struct crypt_config * cc) crypt_free_tfms_aead() argument
2307 crypt_free_tfms_skcipher(struct crypt_config * cc) crypt_free_tfms_skcipher() argument
2324 crypt_free_tfms(struct crypt_config * cc) crypt_free_tfms() argument
2332 crypt_alloc_tfms_skcipher(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms_skcipher() argument
2362 crypt_alloc_tfms_aead(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms_aead() argument
2383 crypt_alloc_tfms(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms() argument
2391 crypt_subkey_size(struct crypt_config * cc) crypt_subkey_size() argument
2396 crypt_authenckey_size(struct crypt_config * cc) crypt_authenckey_size() argument
2423 crypt_setkey(struct crypt_config * cc) crypt_setkey() argument
2472 set_key_user(struct crypt_config * cc,struct key * key) set_key_user() argument
2488 set_key_encrypted(struct crypt_config * cc,struct key * key) set_key_encrypted() argument
2504 set_key_trusted(struct crypt_config * cc,struct key * key) set_key_trusted() argument
2520 crypt_set_keyring_key(struct crypt_config * cc,const char * key_string) crypt_set_keyring_key() argument
2619 crypt_set_keyring_key(struct crypt_config * cc,const char * key_string) crypt_set_keyring_key() argument
2631 crypt_set_key(struct crypt_config * cc,char * key) crypt_set_key() argument
2668 crypt_wipe_key(struct crypt_config * cc) crypt_wipe_key() argument
2705 struct crypt_config *cc = pool_data; crypt_page_alloc() local
2726 struct crypt_config *cc = pool_data; crypt_page_free() local
2734 struct crypt_config *cc = ti->private; crypt_dtr() local
2790 struct crypt_config *cc = ti->private; crypt_ctr_ivmode() local
2863 crypt_ctr_auth_cipher(struct crypt_config * cc,char * cipher_api) crypt_ctr_auth_cipher() argument
2900 struct crypt_config *cc = ti->private; crypt_ctr_cipher_new() local
2973 struct crypt_config *cc = ti->private; crypt_ctr_cipher_old() local
3057 struct crypt_config *cc = ti->private; crypt_ctr_cipher() local
3113 struct crypt_config *cc = ti->private; crypt_ctr_optional() local
3203 struct crypt_config *cc = ti->private; crypt_report_zones() local
3219 struct crypt_config *cc; crypt_ctr() local
3458 struct crypt_config *cc = ti->private; crypt_map() local
3544 struct crypt_config *cc = ti->private; crypt_status() local
3639 struct crypt_config *cc = ti->private; crypt_postsuspend() local
3646 struct crypt_config *cc = ti->private; crypt_preresume() local
3658 struct crypt_config *cc = ti->private; crypt_resume() local
3670 struct crypt_config *cc = ti->private; crypt_message() local
3711 struct crypt_config *cc = ti->private; crypt_iterate_devices() local
3718 struct crypt_config *cc = ti->private; crypt_io_hints() local
[all...]
/linux/arch/s390/pci/
H A Dpci_insn.c24 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, cc), [req] "+d" (req), [fib] "+Q" (*fib) in __mpcifc()
70 return CC_TRANSFORM(cc); in __mpcifc()
76 u8 cc; in zpci_mod_fc() local
[all …]
/linux/mm/
H A Dcompaction.c188 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
[all …]
/linux/fs/f2fs/
H A Dcompress.c50 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,bool 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
820 is_page_in_cluster(struct compress_ctx * cc,pgoff_t index) is_page_in_cluster() argument
827 f2fs_cluster_is_empty(struct compress_ctx * cc) f2fs_cluster_is_empty() argument
832 f2fs_cluster_is_full(struct compress_ctx * cc) f2fs_cluster_is_full() argument
837 f2fs_cluster_can_merge_page(struct compress_ctx * cc,pgoff_t index) f2fs_cluster_can_merge_page() argument
844 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
872 cluster_has_invalid_data(struct compress_ctx * cc) cluster_has_invalid_data() argument
996 f2fs_compressed_blocks(struct compress_ctx * cc) f2fs_compressed_blocks() argument
1027 cluster_may_compress(struct compress_ctx * cc) cluster_may_compress() argument
1040 set_cluster_writeback(struct compress_ctx * cc) set_cluster_writeback() argument
1050 cancel_cluster_writeback(struct compress_ctx * cc,struct compress_io_ctx * cic,int submitted) cancel_cluster_writeback() argument
1075 set_cluster_dirty(struct compress_ctx * cc) set_cluster_dirty() argument
1086 prepare_compress_overwrite(struct compress_ctx * cc,struct page ** pagep,pgoff_t index,void ** fsdata) prepare_compress_overwrite() argument
1177 struct compress_ctx cc = { f2fs_prepare_compress_overwrite() local
1194 struct compress_ctx cc = { f2fs_compress_write_end() local
1267 f2fs_write_compressed_pages(struct compress_ctx * cc,int * submitted,struct writeback_control * wbc,enum iostat_type io_type) f2fs_write_compressed_pages() argument
1509 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
1597 f2fs_write_multi_pages(struct compress_ctx * cc,int * submitted,struct writeback_control * wbc,enum iostat_type io_type) f2fs_write_multi_pages() argument
1694 f2fs_alloc_dic(struct compress_ctx * cc) f2fs_alloc_dic() argument
[all...]
/linux/sound/core/
H A Dump_convert.c123 buf[1] = midi2->cc.index; in cvt_ump_midi2_to_legacy()
124 buf[2] = downscale_32_to_7bit(midi2->cc.data); in cvt_ump_midi2_to_legacy()
290 static void reset_rpn(struct ump_cvt_to_ump_bank *cc) in reset_rpn() argument
292 cc->rpn_set = 0; in reset_rpn()
293 cc->nrpn_set = 0; in reset_rpn()
294 cc->cc_rpn_msb = cc->cc_rpn_lsb = 0; in reset_rpn()
295 cc->cc_data_msb = cc->cc_data_lsb = 0; in reset_rpn()
296 cc->cc_data_msb_set = cc->cc_data_lsb_set = 0; in reset_rpn()
299 static int fill_rpn(struct ump_cvt_to_ump_bank *cc, in fill_rpn() argument
303 if (!(cc->cc_data_lsb_set || cc->cc_data_msb_set)) in fill_rpn()
[all …]
/linux/drivers/s390/cio/
H A Dtrace.h25 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;
68 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
85 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
86 TP_ARGS(schid, schib, cc)
96 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
97 TP_ARGS(schid, schib, cc)
107 TP_PROTO(struct subchannel_id schid, struct irb *irb, int cc),
[all …]
H A Dioasm.c30 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, ccode) in __csch()
[all …]
/linux/sound/core/seq/
H A Dseq_ump_convert.c111 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 Dtimecounter.c9 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/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-clocks.c39 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->dev, "Invalid clk specifier (%d, %d)\n", idx, attr); in q6dsp_of_clk_hw_get()
[all …]
/linux/include/linux/bcma/
H A Dbcma_driver_chipcommon.h664 #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, offset) | (set))
673 #define bcma_cc_maskset32(cc, offset, mask, set) \ argument
674 bcma_cc_write32(cc, offset, (bcma_cc_read32(cc, offset) & (mask)) | (set))
[all …]
/linux/drivers/clk/sprd/
H A Dcomposite.c15 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->common, &cc->mux); in sprd_comp_get_parent()
46 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_parent() local
48 return sprd_mux_helper_set_parent(&cc->common, &cc->mux, index); in sprd_comp_set_parent()
/linux/arch/m68k/
H A DMakefile19 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-option,-mcpu=5272,-m5307)
[all …]
/linux/include/linux/ssb/
H A Dssb_driver_chipcommon.h599 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, offset, set) \ argument
611 chipco_write32(cc, offset, chipco_read32(cc, offset) | (set))
612 #define chipco_maskset32(cc, offset, mask, set) \ argument
613 chipco_write32(cc, offset, (chipco_read32(cc, offset) & (mask)) | (set))
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Daiutils.c444 ai_buscore_setup(struct si_info *sii, struct bcma_device *cc) in ai_buscore_setup() argument
447 if (cc->bus->nr_cores == 0) in ai_buscore_setup()
451 sii->pub.ccrev = cc->id.rev; in ai_buscore_setup()
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()
461 sii->pub.pmucaps = bcma_read32(cc, in ai_buscore_setup()
473 struct bcma_device *cc; in ai_doattach() local
479 cc = pbus->drv_cc.core; in ai_doattach()
487 if (!ai_buscore_setup(sii, cc)) in ai_doattach()
491 bcma_write32(cc, CHIPCREGOFFS(gpiopullup), 0); in ai_doattach()
[all …]
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c176 struct svc_rdma_chunk_ctxt *cc) in svc_rdma_cc_init() argument
178 struct rpc_rdma_cid *cid = &cc->cc_cid; in svc_rdma_cc_init()
183 INIT_LIST_HEAD(&cc->cc_rwctxts); in svc_rdma_cc_init()
184 cc->cc_sqecount = 0; in svc_rdma_cc_init()
194 struct svc_rdma_chunk_ctxt *cc, in svc_rdma_cc_release() argument
200 trace_svcrdma_cc_release(&cc->cc_cid, cc->cc_sqecount); in svc_rdma_cc_release()
203 while ((ctxt = svc_rdma_next_ctxt(&cc->cc_rwctxts)) != NULL) { in svc_rdma_cc_release()
262 struct svc_rdma_chunk_ctxt *cc = &ctxt->sc_reply_info.wi_cc; in svc_rdma_reply_chunk_release() local
264 if (!cc->cc_sqecount) in svc_rdma_reply_chunk_release()
266 svc_rdma_cc_release(rdma, cc, DMA_TO_DEVICE); in svc_rdma_reply_chunk_release()
[all …]
/linux/arch/x86/include/asm/
H A Drmwcc.h9 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument
13 : [var] "+m" (_var), "=@cc" #cc (c) \
18 #define GEN_UNARY_RMWcc_4(op, var, cc, arg0) \ argument
19 __GEN_RMWcc(op " " arg0, var, cc, __CLOBBERS_MEM())
21 #define GEN_UNARY_RMWcc_3(op, var, cc) \ argument
22 GEN_UNARY_RMWcc_4(op, var, cc, "%[var]")
26 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \ argument
27 __GEN_RMWcc(op " %[val], " arg0, var, cc, \
30 #define GEN_BINARY_RMWcc_5(op, var, cc, vcon, val) \ argument
31 GEN_BINARY_RMWcc_6(op, var, cc, vcon, val, "%[var]")
[all …]

12345678910>>...17