Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/openbmc/linux/drivers/ssb/
H A Ddriver_chipcommon.c32 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, in chipco_write32_masked()
42 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, in ssb_chipco_set_clockmode()
119 static enum ssb_clksrc chipco_pctl_get_slowclksrc(struct ssb_chipcommon *cc) in chipco_pctl_get_slowclksrc()
150 static int chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) in chipco_pctl_clockfreqlimit()
211 static void chipco_powercontrol_init(struct ssb_chipcommon *cc) in chipco_powercontrol_init()
242 static u16 pmu_fast_powerup_delay(struct ssb_chipcommon *cc) in pmu_fast_powerup_delay()
259 static void calc_fast_powerup_delay(struct ssb_chipcommon *cc) in calc_fast_powerup_delay()
285 static u32 ssb_chipco_alp_clock(struct ssb_chipcommon *cc) in ssb_chipco_alp_clock()
293 static u32 ssb_chipco_watchdog_get_max_timer(struct ssb_chipcommon *cc) in ssb_chipco_watchdog_get_max_timer()
313 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); in ssb_chipco_watchdog_timer_set_wdt() local
[all …]
H A Ddriver_chipcommon_pmu.c22 static u32 ssb_chipco_pll_read(struct ssb_chipcommon *cc, u32 offset) in ssb_chipco_pll_read()
28 static void ssb_chipco_pll_write(struct ssb_chipcommon *cc, in ssb_chipco_pll_write()
35 static void ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, in ssb_chipco_regctl_maskset()
90 static void ssb_pmu0_pllinit_r0(struct ssb_chipcommon *cc, in ssb_pmu0_pllinit_r0()
221 static void ssb_pmu1_pllinit_r0(struct ssb_chipcommon *cc, in ssb_pmu1_pllinit_r0()
317 static void ssb_pmu_pll_init(struct ssb_chipcommon *cc) in ssb_pmu_pll_init()
423 static void ssb_pmu_resources_init(struct ssb_chipcommon *cc) in ssb_pmu_resources_init()
517 void ssb_pmu_init(struct ssb_chipcommon *cc) in ssb_pmu_init()
540 void ssb_pmu_set_ldo_voltage(struct ssb_chipcommon *cc, in ssb_pmu_set_ldo_voltage()
590 void ssb_pmu_set_ldo_paref(struct ssb_chipcommon *cc, bool on) in ssb_pmu_set_ldo_paref()
[all …]
/openbmc/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()
28 u32 bcma_chipco_get_alp_clock(struct bcma_drv_cc *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()
56 static u32 bcma_chipco_watchdog_get_max_timer(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_get_max_timer()
80 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_wdt() local
88 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_ms_wdt() local
95 static int bcma_chipco_watchdog_ticks_per_ms(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_ticks_per_ms()
113 int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_register()
142 static void bcma_core_chipcommon_flash_detect(struct bcma_drv_cc *cc) in bcma_core_chipcommon_flash_detect()
169 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc) in bcma_core_chipcommon_early_init()
[all …]
H A Ddriver_chipcommon_pmu.c16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) 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()
32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset()
41 void bcma_chipco_chipctl_maskset(struct bcma_drv_cc *cc, in bcma_chipco_chipctl_maskset()
50 void bcma_chipco_regctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_regctl_maskset()
59 static u32 bcma_pmu_xtalfreq(struct bcma_drv_cc *cc) in bcma_pmu_xtalfreq()
80 static void bcma_pmu2_pll_init0(struct bcma_drv_cc *cc, u32 xtalfreq) in bcma_pmu2_pll_init0()
148 static void bcma_pmu_pll_init(struct bcma_drv_cc *cc) in bcma_pmu_pll_init()
162 static void bcma_pmu_resources_init(struct bcma_drv_cc *cc) in bcma_pmu_resources_init()
210 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable) in bcma_chipco_bcm4331_ext_pa_lines_ctl()
[all …]
H A Ddriver_gpio.c24 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local
32 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local
39 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local
48 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local
57 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() local
70 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_free() local
81 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_unmask() local
93 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_mask() local
110 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local
128 static int bcma_gpio_irq_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_init()
[all …]
H A Dbcma_private.h70 static inline int bcma_pflash_init(struct bcma_drv_cc *cc) in bcma_pflash_init()
82 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init()
94 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init()
205 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
209 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()
/openbmc/linux/drivers/md/
H A Ddm-crypt.c74 struct crypt_config *cc; member
252 static struct crypto_skcipher *any_tfm(struct crypt_config *cc) in any_tfm()
257 static struct crypto_aead *any_tfm_aead(struct crypt_config *cc) in any_tfm_aead()
318 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen()
327 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen()
336 static int crypt_iv_plain64be_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64be_gen()
346 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen()
359 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
390 static void crypt_iv_benbi_dtr(struct crypt_config *cc) in crypt_iv_benbi_dtr()
394 static int crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_benbi_gen()
[all …]
/openbmc/qemu/hw/core/
H A Dcpu-sysemu.c28 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_paging_enabled() local
40 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_get_memory_mapping() local
53 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_get_phys_page_attrs_debug() local
84 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_write_elf32_qemunote() local
95 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_write_elf32_note() local
106 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_write_elf64_qemunote() local
117 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_write_elf64_note() local
127 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_virtio_is_big_endian() local
137 CPUClass *cc = CPU_GET_CLASS(cpu); in cpu_get_crash_info() local
/openbmc/linux/arch/s390/pci/
H A Dpci_insn.c23 u8 cc; member
37 static inline void zpci_err_insn_req(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_req()
47 static inline void zpci_err_insn_addr(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_addr()
60 u8 cc; in __mpcifc() local
75 u8 cc; in zpci_mod_fc() local
101 u8 cc; in __rpcit() local
117 u8 cc, status; in zpci_refresh_trans() local
159 int cc = -ENXIO; in ____pcilg() local
178 int cc; in __pcilg() local
191 int cc; in __zpci_load() local
[all …]
H A Dpci_mmio.c18 static inline void zpci_err_mmio(u8 cc, u8 status, u64 offset) in zpci_err_mmio()
22 u8 cc; in zpci_err_mmio() member
33 int cc = -ENXIO; in __pcistb_mio_inuser() local
54 int cc = -ENXIO; in __pcistg_mio_inuser() local
200 int cc = -ENXIO; in __pcilg_mio_inuser() local
/openbmc/linux/fs/f2fs/
H A Dcompress.c61 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) in offset_in_cluster()
66 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index) in cluster_idx()
71 static pgoff_t start_idx_of_cluster(struct compress_ctx *cc) in start_idx_of_cluster()
100 static void f2fs_drop_rpages(struct compress_ctx *cc, int len, bool unlock) in f2fs_drop_rpages()
114 static void f2fs_put_rpages(struct compress_ctx *cc) in f2fs_put_rpages()
119 static void f2fs_unlock_rpages(struct compress_ctx *cc, int len) in f2fs_unlock_rpages()
124 static void f2fs_put_rpages_wbc(struct compress_ctx *cc, in f2fs_put_rpages_wbc()
143 int f2fs_init_compress_ctx(struct compress_ctx *cc) in f2fs_init_compress_ctx()
152 void f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse) in f2fs_destroy_compress_ctx()
163 void f2fs_compress_ctx_add_page(struct compress_ctx *cc, struct page *page) in f2fs_compress_ctx_add_page()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Drmwcc.h13 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument
29 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument
40 #define GEN_UNARY_RMWcc_4(op, var, cc, arg0) \ argument
43 #define GEN_UNARY_RMWcc_3(op, var, cc) \ argument
48 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \ argument
52 #define GEN_BINARY_RMWcc_5(op, var, cc, vcon, val) \ argument
57 #define GEN_UNARY_SUFFIXED_RMWcc(op, suffix, var, cc, clobbers...) \ argument
61 #define GEN_BINARY_SUFFIXED_RMWcc(op, suffix, var, cc, vcon, _val, clobbers...)\ argument
/openbmc/linux/drivers/clk/sprd/
H A Dcomposite.c15 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_determine_rate() local
23 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_recalc_rate() local
31 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_rate() local
39 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_get_parent() local
46 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_parent() local
/openbmc/linux/mm/
H A Dcompaction.c215 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
447 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip()
462 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate()
484 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
498 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
509 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
514 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate()
518 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip()
534 struct compact_control *cc) in compact_lock_irqsave()
562 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort()
[all …]
/openbmc/linux/arch/s390/kvm/
H A Dpv.c68 int cc; in kvm_s390_pv_destroy_cpu() local
107 int cc; in kvm_s390_pv_create_cpu() local
218 int cc; in kvm_s390_pv_dispose_one_leftover() local
278 int cc; in kvm_s390_pv_deinit_vm_fast() local
388 int cc; in kvm_s390_pv_deinit_vm() local
427 int cc = 0; in kvm_s390_pv_deinit_cleanup_all() local
564 int cc, ret; in kvm_s390_pv_init_vm() local
620 int cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_sec_parms() local
689 int cc; in kvm_s390_pv_set_cpu_state() local
707 int cc; in kvm_s390_pv_dump_cpu() local
[all …]
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-clocks.c40 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_q6dsp_prepare() local
49 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_q6dsp_unprepare() local
90 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_vote_q6dsp_block() local
99 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_unvote_q6dsp_block() local
113 struct q6dsp_cc *cc = data; in q6dsp_of_clk_hw_get() local
132 struct q6dsp_cc *cc; in q6dsp_clock_dev_probe() local
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c118 cryptodev_get_vhost(CryptoDevBackendClient *cc, in cryptodev_get_vhost()
149 vhost_set_vring_enable(CryptoDevBackendClient *cc, in vhost_set_vring_enable()
181 CryptoDevBackendClient *cc; in cryptodev_vhost_start() local
253 CryptoDevBackendClient *cc; in cryptodev_vhost_stop() local
278 CryptoDevBackendClient *cc; in cryptodev_vhost_virtqueue_mask() local
294 CryptoDevBackendClient *cc; in cryptodev_vhost_virtqueue_pending() local
322 cryptodev_get_vhost(CryptoDevBackendClient *cc, in cryptodev_get_vhost()
/openbmc/qemu/tests/tcg/s390x/
H A Drxsbg.c10 rxsbg(unsigned long *r1, unsigned long r2, int i3, int i4, int i5, int *cc) in rxsbg()
23 int cc; in test_cc0() local
33 int cc; in test_cc1() local
H A Dadd-logical-with-carry.c42 unsigned long c, int *cc) in test32rm()
60 unsigned long c, int *cc) in test32mr()
78 unsigned long c, int *cc) in test64rm()
93 unsigned long c, int *cc) in test64mr()
132 int cc; in main() local
H A Dchrl.c7 uint32_t program_mask, cc; in test_chrl() local
42 uint32_t program_mask, cc; in test_cghrl() local
/openbmc/linux/fs/fuse/
H A Dcuse.c117 struct cuse_conn *cc = NULL, *pos; in cuse_open() local
159 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_ioctl() local
172 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_compat_ioctl() local
323 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply() local
425 static int cuse_send_init(struct cuse_conn *cc) in cuse_send_init()
498 struct cuse_conn *cc; in cuse_channel_open() local
546 struct cuse_conn *cc = fc_to_cc(fud->fc); in cuse_channel_release() local
576 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show() local
586 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store() local
/openbmc/linux/tools/arch/x86/include/asm/
H A Drmwcc.h5 #define __GEN_RMWcc(fullop, var, cc, ...) \ argument
15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-vbi.c32 static void ivtv_set_cc(struct ivtv *itv, int mode, const struct vbi_cc *cc) in ivtv_set_cc()
85 struct vbi_cc *cc, int *found_cc) in ivtv_write_vbi_line()
121 static void ivtv_write_vbi_cc_lines(struct ivtv *itv, const struct vbi_cc *cc) in ivtv_write_vbi_cc_lines()
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi() local
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user() local
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc() local
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler() local
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp47 errorResponse(message::Request::ptr request, ipmi::Cc cc, Args&&... args) in errorResponse()
55 errorResponse(message::Request::ptr request, ipmi::Cc cc) in errorResponse()
66 HandlerCompletion(Cc cc) noexcept : cc(cc) {} in HandlerCompletion()
74 Cc cc; member in ipmi::HandlerCompletion
82 HandlerException(Cc cc, const char* what) : in HandlerException()
85 HandlerException(Cc cc, const std::string& what) : in HandlerException()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c530 uint32_t cc = set_cc_conv_f32(v2, &env->fpu_status); in HELPER() local
546 uint32_t cc = set_cc_conv_f64(v2, &env->fpu_status); in HELPER() local
563 uint32_t cc = set_cc_conv_f128(v2, &env->fpu_status); in HELPER() local
579 uint32_t cc = set_cc_conv_f32(v2, &env->fpu_status); in HELPER() local
595 uint32_t cc = set_cc_conv_f64(v2, &env->fpu_status); in HELPER() local
612 uint32_t cc = set_cc_conv_f128(v2, &env->fpu_status); in HELPER() local
628 uint32_t cc = set_cc_conv_f32(v2, &env->fpu_status); in HELPER() local
644 uint32_t cc = set_cc_conv_f64(v2, &env->fpu_status); in HELPER() local
661 uint32_t cc = set_cc_conv_f128(v2, &env->fpu_status); in HELPER() local
677 uint32_t cc = set_cc_conv_f32(v2, &env->fpu_status); in HELPER() local
[all …]

12345678910>>...19