Home
last modified time | relevance | path

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

12345

/linux-3.3/drivers/ssb/
Ddriver_chipcommon.c30 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, in chipco_write32_masked()
40 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, in ssb_chipco_set_clockmode()
117 static enum ssb_clksrc chipco_pctl_get_slowclksrc(struct ssb_chipcommon *cc) in chipco_pctl_get_slowclksrc()
148 static int chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) in chipco_pctl_clockfreqlimit()
209 static void chipco_powercontrol_init(struct ssb_chipcommon *cc) in chipco_powercontrol_init()
240 static u16 pmu_fast_powerup_delay(struct ssb_chipcommon *cc) in pmu_fast_powerup_delay()
257 static void calc_fast_powerup_delay(struct ssb_chipcommon *cc) in calc_fast_powerup_delay()
283 void ssb_chipcommon_init(struct ssb_chipcommon *cc) in ssb_chipcommon_init()
302 void ssb_chipco_suspend(struct ssb_chipcommon *cc) in ssb_chipco_suspend()
309 void ssb_chipco_resume(struct ssb_chipcommon *cc) in ssb_chipco_resume()
[all …]
Ddriver_chipcommon_pmu.c19 static u32 ssb_chipco_pll_read(struct ssb_chipcommon *cc, u32 offset) in ssb_chipco_pll_read()
25 static void ssb_chipco_pll_write(struct ssb_chipcommon *cc, in ssb_chipco_pll_write()
32 static void ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, in ssb_chipco_regctl_maskset()
87 static void ssb_pmu0_pllinit_r0(struct ssb_chipcommon *cc, in ssb_pmu0_pllinit_r0()
222 static void ssb_pmu1_pllinit_r0(struct ssb_chipcommon *cc, in ssb_pmu1_pllinit_r0()
318 static void ssb_pmu_pll_init(struct ssb_chipcommon *cc) in ssb_pmu_pll_init()
415 static void ssb_pmu_resources_init(struct ssb_chipcommon *cc) in ssb_pmu_resources_init()
509 void ssb_pmu_init(struct ssb_chipcommon *cc) in ssb_pmu_init()
532 void ssb_pmu_set_ldo_voltage(struct ssb_chipcommon *cc, in ssb_pmu_set_ldo_voltage()
582 void ssb_pmu_set_ldo_paref(struct ssb_chipcommon *cc, bool on) in ssb_pmu_set_ldo_paref()
/linux-3.3/drivers/bcma/
Ddriver_chipcommon_pmu.c15 static u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read()
22 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) in bcma_chipco_pll_write()
30 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset()
39 void bcma_chipco_chipctl_maskset(struct bcma_drv_cc *cc, in bcma_chipco_chipctl_maskset()
48 void bcma_chipco_regctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_regctl_maskset()
57 static void bcma_pmu_pll_init(struct bcma_drv_cc *cc) in bcma_pmu_pll_init()
73 static void bcma_pmu_resources_init(struct bcma_drv_cc *cc) in bcma_pmu_resources_init()
98 void bcma_pmu_swreg_init(struct bcma_drv_cc *cc) in bcma_pmu_swreg_init()
115 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable) in bcma_chipco_bcm4331_ext_pa_lines_ctl()
132 void bcma_pmu_workarounds(struct bcma_drv_cc *cc) in bcma_pmu_workarounds()
[all …]
Ddriver_chipcommon.c15 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, in bcma_cc_write32_masked()
25 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc) in bcma_core_chipcommon_init()
64 void bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks) in bcma_chipco_watchdog_timer_set()
70 void bcma_chipco_irq_mask(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_irq_mask()
75 u32 bcma_chipco_irq_status(struct bcma_drv_cc *cc, u32 mask) in bcma_chipco_irq_status()
80 u32 bcma_chipco_gpio_in(struct bcma_drv_cc *cc, u32 mask) in bcma_chipco_gpio_in()
85 u32 bcma_chipco_gpio_out(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_out()
90 u32 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_outen()
95 u32 bcma_chipco_gpio_control(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_control()
101 u32 bcma_chipco_gpio_intmask(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_intmask()
[all …]
/linux-3.3/drivers/md/
Ddm-crypt.c187 static struct crypt_cpu *this_crypt_config(struct crypt_config *cc) in this_crypt_config()
195 static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc) in any_tfm()
237 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen()
246 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen()
256 static int crypt_iv_essiv_init(struct crypt_config *cc) in crypt_iv_essiv_init()
285 static int crypt_iv_essiv_wipe(struct crypt_config *cc) in crypt_iv_essiv_wipe()
305 static struct crypto_cipher *setup_essiv_cpu(struct crypt_config *cc, in setup_essiv_cpu()
337 static void crypt_iv_essiv_dtr(struct crypt_config *cc) in crypt_iv_essiv_dtr()
361 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr()
411 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen()
[all …]
/linux-3.3/arch/blackfin/mach-common/
Dentry.S63 cc = r6 == r7; define
68 cc = R6 == R7; define
72 cc = R6 == R7; define
140 cc = r7 == r6; define
148 cc = bittst(r6, 4); define
150 cc = bittst(r6, 5); define
158 cc = bittst(r6, 0); define
162 cc = r7 == 0; define
169 cc = r6 == 0; define
172 cc = r6 < r7; define
[all …]
/linux-3.3/arch/blackfin/mach-bf561/
Datomic.S120 cc = r5 == 0; define
158 cc = r5 == 0; define
228 cc = r6 == 0; define
276 cc = bittst( r3, 0 ); define
297 cc = bittst( r2, 0 ); define
332 cc = bittst( r3, 0 ); define
388 cc = r1 < 0; define
409 cc = r1 < 2; define
424 cc = r1 <= 0; define
485 cc = r2 == 0; define
[all …]
/linux-3.3/arch/blackfin/kernel/
Dftrace-entry.S41 cc = r3 == 0; define
91 cc = r3 == 0; define
106 cc = r2 == r3; define
116 cc = r2 == r3; define
127 cc = r2 == r3; define
Dentry.S50 cc = bittst(r0,1); define
/linux-3.3/fs/fuse/
Dcuse.c113 struct cuse_conn *cc = NULL, *pos; in cuse_open() local
155 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_ioctl() local
168 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_compat_ioctl() local
308 struct cuse_conn *cc = fc_to_cc(fc); in cuse_process_init_reply() local
403 static int cuse_send_init(struct cuse_conn *cc) in cuse_send_init()
460 struct cuse_conn *cc = fc_to_cc(fc); in cuse_fc_release() local
481 struct cuse_conn *cc; in cuse_channel_open() local
519 struct cuse_conn *cc = fc_to_cc(file->private_data); in cuse_channel_release() local
554 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show() local
563 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store() local
/linux-3.3/arch/blackfin/lib/
Ddivsi3.S48 cc = r0 < r1; define
51 cc = r2; define
54 cc = r2 <= r0; define
79 cc = bittst(r3, 30); define
140 cc = bittst(r3,30); define
Dsmulsi3_highpart.S23 cc = ac0; define
27 cc = ac0; define
Dumulsi3_highpart.S25 cc = ac0; define
/linux-3.3/drivers/media/video/ivtv/
Divtv-vbi.c44 static void ivtv_set_cc(struct ivtv *itv, int mode, const struct vbi_cc *cc) in ivtv_set_cc()
97 struct vbi_cc *cc, int *found_cc) in ivtv_write_vbi_line()
133 static void ivtv_write_vbi_cc_lines(struct ivtv *itv, const struct vbi_cc *cc) in ivtv_write_vbi_cc_lines()
149 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi() local
165 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user() local
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc() local
478 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler() local
/linux-3.3/mm/
Dcompaction.c135 struct compact_control *cc) in isolate_freepages()
219 static void acct_isolated(struct zone *zone, struct compact_control *cc) in acct_isolated()
258 struct compact_control *cc) in isolate_migratepages()
414 struct compact_control *cc = (struct compact_control *)data; in compaction_alloc() local
437 static void update_nr_listpages(struct compact_control *cc) in update_nr_listpages()
453 struct compact_control *cc) in compact_finished()
543 static int compact_zone(struct zone *zone, struct compact_control *cc) in compact_zone()
613 struct compact_control cc = { in compact_zone_order() local
692 struct compact_control cc = { in compact_node() local
/linux-3.3/arch/xtensa/include/asm/
Dcoprocessor.h116 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
119 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) argument
120 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) argument
121 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) argument
/linux-3.3/arch/s390/include/asm/
Dtimex.h22 int cc; in set_clock() local
34 int cc; in store_clock() local
/linux-3.3/arch/arm/kernel/
Dkprobes-test-arm.c1147 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \ in kprobe_arm_test_cases() argument
1206 #define COPROCESSOR_INSTRUCTIONS_MC_MR(two,cc) \ in kprobe_arm_test_cases() argument
/linux-3.3/include/linux/bcma/
Dbcma.h258 static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) in bcma_mask32()
262 static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) in bcma_set32()
266 static inline void bcma_maskset32(struct bcma_device *cc, in bcma_maskset32()
271 static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) in bcma_mask16()
275 static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) in bcma_set16()
279 static inline void bcma_maskset16(struct bcma_device *cc, in bcma_maskset16()
/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/
Daiutils.c480 ai_buscore_setup(struct si_info *sii, struct bcma_device *cc) in ai_buscore_setup()
565 struct bcma_device *cc; in ai_doattach() local
737 struct bcma_device *cc; in ai_cc_reg() local
756 static uint ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) in ai_slowclk_src()
780 struct bcma_device *cc) in ai_slowclk_freq()
815 ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc) in ai_clkctl_setdelay()
847 struct bcma_device *cc; in ai_clkctl_init() local
871 struct bcma_device *cc; in ai_clkctl_fast_pwrup_delay() local
960 struct bcma_device *cc; in _ai_clkctl_cc() local
1143 struct bcma_device *cc; in ai_chipcontrl_epa4331() local
[all …]
/linux-3.3/drivers/s390/cio/
Dqdio_main.c41 int cc; in do_siga_sync() local
58 int cc; in do_siga_input() local
87 int cc = QDIO_ERROR_SIGA_ACCESS_EXCEPTION; in do_siga_output() local
302 int cc; in qdio_siga_sync() local
332 int retries = 0, cc; in qdio_siga_output() local
373 int cc; in qdio_siga_input() local
875 int retries = 0, cc; in qdio_kick_outbound_q() local
/linux-3.3/drivers/s390/char/
Dvmur.c369 int cc; in get_urd_class() local
468 int cc; in diag_position_to_record() local
493 int cc; in diag_read_file() local
586 int cc; in diag_read_next_file_info() local
/linux-3.3/drivers/net/wireless/ath/
Dhw.c174 struct ath_cycle_counters *cc = &common->cc_ani; in ath_hw_get_listen_time() local
/linux-3.3/drivers/video/console/
Dfonts.c115 int i, c, cc; in get_default_font() local
/linux-3.3/arch/mips/bcm47xx/
Dserial.c54 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma() local

12345