Home
last modified time | relevance | path

Searched defs:cccr (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/arch/x86/oprofile/
Dop_model_p4.c357 #define CCCR_CLEAR(cccr) ((cccr) &= CCCR_RESERVED_BITS) argument
358 #define CCCR_SET_REQUIRED_BITS(cccr) ((cccr) |= 0x00030000) argument
359 #define CCCR_SET_ESCR_SELECT(cccr, sel) ((cccr) |= (((sel) & 0x07) << 13)) argument
360 #define CCCR_SET_PMI_OVF_0(cccr) ((cccr) |= (1<<26)) argument
361 #define CCCR_SET_PMI_OVF_1(cccr) ((cccr) |= (1<<27)) argument
362 #define CCCR_SET_ENABLE(cccr) ((cccr) |= (1<<12)) argument
363 #define CCCR_SET_DISABLE(cccr) ((cccr) &= ~(1<<12)) argument
364 #define CCCR_OVF_P(cccr) ((cccr) & (1U<<31)) argument
365 #define CCCR_CLEAR_OVF(cccr) ((cccr) &= (~(1U<<31))) argument
508 unsigned int cccr = 0; in pmc_setup_one_p4_counter() local
/linux-3.3/arch/x86/kernel/cpu/
Dperf_event_p4.c805 u32 escr, cccr; in p4_hw_config() local
957 u64 escr_addr, cccr; in p4_pmu_enable_event() local
1069 u32 escr, cccr; in p4_pmu_swap_config_ts() local
/linux-3.3/arch/arm/mach-pxa/
Dpxa25x.c67 unsigned long cccr, turbo; in pxa25x_get_clk_frequency_khz() local
Dcpufreq-pxa2xx.c64 unsigned int cccr; member
/linux-3.3/arch/powerpc/include/asm/
Dmpc5121.h48 u32 cccr; /* CFM Clock Control Register */ member
/linux-3.3/arch/frv/include/asm/
Dregisters.h80 unsigned long cccr; /* Condition Code for Conditional Insns Register */ member
171 unsigned long cccr; /* Condition Code for Conditional Insns Register */ member
/linux-3.3/drivers/net/wireless/rtlwifi/
Defuse.h96 u8 cccr; member
/linux-3.3/drivers/net/wireless/iwmc3200wifi/
Dsdio.c280 u8 cccr; in iwm_debugfs_sdio_read() local
/linux-3.3/drivers/net/can/mscan/
Dmpc5xxx_can.c122 u32 cccr; /* CFM Clk Ctrl Reg */ member
/linux-3.3/drivers/scsi/
Dips.h438 uint32_t cccr; member
449 uint32_t cccr; member
491 uint32_t cccr; member
503 uint32_t cccr; member
515 uint32_t cccr; member
527 uint32_t cccr; member
539 uint32_t cccr; member
551 uint32_t cccr; member
/linux-3.3/arch/x86/include/asm/
Dperf_event_p4.h161 u32 cccr = p4_config_unpack_cccr(config); in p4_is_event_cascaded() local
209 u32 cccr = P4_CCCR_THREAD_ANY; in p4_default_cccr_conf() local
/linux-3.3/arch/powerpc/platforms/512x/
Dclock.c119 u32 cccr; /* CFM Clk Ctrl Reg */ member
/linux-3.3/include/linux/mmc/
Dcard.h257 struct sdio_cccr cccr; /* common card info */ member