Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 104) sorted by relevance

12345

/arch/mips/include/asm/netlogic/xlr/
Dflash.h37 #define FLASH_CSBASE_ADDR(cs) (cs) argument
38 #define FLASH_CSADDR_MASK(cs) (0x10 + (cs)) argument
39 #define FLASH_CSDEV_PARM(cs) (0x20 + (cs)) argument
40 #define FLASH_CSTIME_PARMA(cs) (0x30 + (cs)) argument
41 #define FLASH_CSTIME_PARMB(cs) (0x40 + (cs)) argument
48 #define FLASH_NAND_CLE(cs) (0x90 + (cs)) argument
49 #define FLASH_NAND_ALE(cs) (0xa0 + (cs)) argument
/arch/mips/bcm63xx/
Dcs.c24 static int is_valid_cs(unsigned int cs) in is_valid_cs()
35 int bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size) in bcm63xx_set_cs_base()
66 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, in bcm63xx_set_cs_timing()
94 int bcm63xx_set_cs_param(unsigned int cs, u32 params) in bcm63xx_set_cs_param()
126 int bcm63xx_set_cs_status(unsigned int cs, int enable) in bcm63xx_set_cs_status()
Ddev-pcmcia.c69 static int __init config_pcmcia_cs(unsigned int cs, in config_pcmcia_cs()
83 unsigned int cs; member
/arch/mips/kernel/
Dcsrc-bcm1480.c19 static u64 bcm1480_hpt_read(struct clocksource *cs) in bcm1480_hpt_read()
39 struct clocksource *cs = &bcm1480_clocksource; in sb1480_clocksource_init() local
Dcsrc-sb1250.c35 static u64 sb1250_hpt_read(struct clocksource *cs) in sb1250_hpt_read()
55 struct clocksource *cs = &bcm1250_clocksource; in sb1250_clocksource_init() local
Dcsrc-ioasic.c16 static u64 dec_ioasic_hpt_read(struct clocksource *cs) in dec_ioasic_hpt_read()
/arch/mips/sgi-ip30/
Dip30-timer.c22 static u64 ip30_heart_counter_read(struct clocksource *cs) in ip30_heart_counter_read()
42 struct clocksource *cs = &ip30_heart_clocksource; in ip30_heart_clocksource_init() local
/arch/m68k/lib/
Dmemset.c21 char *cs = s; in memset() local
69 char *cs = s; in memset() local
/arch/arm/mach-footbridge/
Ddc21285-timer.c23 static u64 cksrc_dc21285_read(struct clocksource *cs) in cksrc_dc21285_read()
28 static int cksrc_dc21285_enable(struct clocksource *cs) in cksrc_dc21285_enable()
36 static void cksrc_dc21285_disable(struct clocksource *cs) in cksrc_dc21285_disable()
/arch/mips/netlogic/common/
Dtime.c62 static u64 nlm_get_pic_timer(struct clocksource *cs) in nlm_get_pic_timer()
69 static u64 nlm_get_pic_timer32(struct clocksource *cs) in nlm_get_pic_timer32()
/arch/mips/netlogic/xlr/
Dplatform-flash.c88 int cs; member
143 uint64_t flash_map_base, int cs, struct resource *res) in setup_flash_resource()
158 int cs, boot_nand, boot_nor; in xlr_flash_init() local
/arch/arm/mach-orion5x/
Dcommon.h23 #define ORION_MBUS_DEVBUS_TARGET(cs) 0x01 argument
24 #define ORION_MBUS_DEVBUS_ATTR(cs) (~(1 << cs)) argument
/arch/x86/lib/
Dstrstr_32.c5 char *strstr(const char *cs, const char *ct) in strstr()
Dstring_32.c95 int strcmp(const char *cs, const char *ct) in strcmp()
118 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
180 void *memchr(const void *cs, int c, size_t count) in memchr()
/arch/riscv/kernel/
Dtime.c36 void clocksource_arch_init(struct clocksource *cs) in clocksource_arch_init()
/arch/mips/sgi-ip27/
Dip27-timer.c109 static u64 hub_rt_read(struct clocksource *cs) in hub_rt_read()
129 struct clocksource *cs = &hub_rt_clocksource; in hub_rt_clocksource_init() local
/arch/c6x/kernel/
Dtime.c26 static u64 tsc_read(struct clocksource *cs) in tsc_read()
/arch/mips/loongson64/
Dhpet.c250 static u64 hpet_read_counter(struct clocksource *cs) in hpet_read_counter()
255 static void hpet_suspend(struct clocksource *cs) in hpet_suspend()
259 static void hpet_resume(struct clocksource *cs) in hpet_resume()
/arch/mips/txx9/generic/
Dmem_tx4927.c45 unsigned int cs = 0; in tx4927_process_sdccr() local
/arch/arm/boot/compressed/
Dstring.c78 int memcmp(const void *cs, const void *ct, size_t count) in memcmp()
91 int strcmp(const char *cs, const char *ct) in strcmp()
/arch/x86/kernel/
Dtime.c119 void clocksource_arch_init(struct clocksource *cs) in clocksource_arch_init()
/arch/arm/mach-rpc/
Dtime.c29 static u64 ioc_timer_read(struct clocksource *cs) in ioc_timer_read()
/arch/mips/alchemy/common/
Dtime.c35 static u64 au1x_counter1_read(struct clocksource *cs) in au1x_counter1_read()
/arch/ia64/kernel/
Dcyclone.c25 static u64 read_cyclone(struct clocksource *cs) in read_cyclone()
/arch/nios2/kernel/
Dtime.c48 struct clocksource cs; member
58 to_nios2_clksource(struct clocksource *cs) in to_nios2_clksource()
84 static u64 nios2_timer_read(struct clocksource *cs) in nios2_timer_read()

12345