Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 118) 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.c23 static int is_valid_cs(unsigned int cs) in is_valid_cs()
34 int bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size) in bcm63xx_set_cs_base()
65 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, in bcm63xx_set_cs_timing()
93 int bcm63xx_set_cs_param(unsigned int cs, u32 params) in bcm63xx_set_cs_param()
125 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/arm/mach-omap2/
Dboard-flash.c57 __init board_nor_init(struct mtd_partition *nor_parts, u8 nr_parts, u8 cs) in board_nor_init()
92 u8 nr_parts, u8 cs) in board_onenand_init()
136 __init board_nand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs, in board_nand_init()
155 u8 cs = 0; in get_gpmc0_type() local
191 u8 cs = 0; in board_flash_init() local
Dboard-flash.h46 u8 nr_parts, u8 cs, int nand_type, struct gpmc_timings *gpmc_t) in board_nand_init()
58 u8 nr_parts, u8 cs) in board_onenand_init()
Dgpmc-smsc911x.h18 int cs; member
/arch/mips/kernel/
Dcsrc-bcm1480.c28 static cycle_t bcm1480_hpt_read(struct clocksource *cs) in bcm1480_hpt_read()
48 struct clocksource *cs = &bcm1480_clocksource; in sb1480_clocksource_init() local
Dcsrc-sb1250.c44 static cycle_t sb1250_hpt_read(struct clocksource *cs) in sb1250_hpt_read()
64 struct clocksource *cs = &bcm1250_clocksource; in sb1250_clocksource_init() local
Dcsrc-ioasic.c25 static cycle_t dec_ioasic_hpt_read(struct clocksource *cs) in dec_ioasic_hpt_read()
Dcsrc-r4k.c14 static cycle_t c0_hpt_read(struct clocksource *cs) in c0_hpt_read()
/arch/m68k/lib/
Dmemset.c21 char *cs = s; in memset() local
69 char *cs = s; in memset() local
/arch/arm/mach-footbridge/
Ddc21285-timer.c22 static cycle_t cksrc_dc21285_read(struct clocksource *cs) in cksrc_dc21285_read()
27 static int cksrc_dc21285_enable(struct clocksource *cs) in cksrc_dc21285_enable()
35 static void cksrc_dc21285_disable(struct clocksource *cs) in cksrc_dc21285_disable()
/arch/mips/netlogic/common/
Dtime.c62 static cycle_t nlm_get_pic_timer(struct clocksource *cs) in nlm_get_pic_timer()
69 static cycle_t nlm_get_pic_timer32(struct clocksource *cs) in nlm_get_pic_timer32()
/arch/mips/netlogic/xlr/
Dplatform-flash.c89 int cs; member
144 uint64_t flash_map_base, int cs, struct resource *res) in setup_flash_resource()
159 int cs, boot_nand, boot_nor; in xlr_flash_init() local
/arch/arm/mach-orion5x/
Dcommon.h22 #define ORION_MBUS_DEVBUS_TARGET(cs) 0x01 argument
23 #define ORION_MBUS_DEVBUS_ATTR(cs) (~(1 << cs)) argument
/arch/avr32/mach-at32ap/include/mach/
Dboard.h58 u8 cs; member
106 u8 cs; member
/arch/mn10300/kernel/
Dcsrc-mn10300.c16 static cycle_t mn10300_read(struct clocksource *cs) in mn10300_read()
/arch/x86/lib/
Dstrstr_32.c3 char *strstr(const char *cs, const char *ct) in strstr()
Dstring_32.c94 int strcmp(const char *cs, const char *ct) in strcmp()
117 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
179 void *memchr(const void *cs, int c, size_t count) in memchr()
/arch/arc/kernel/
Dtime.c72 static cycle_t arc_counter_read(struct clocksource *cs) in arc_counter_read()
121 static cycle_t arc_counter_read(struct clocksource *cs) in arc_counter_read()
171 static cycle_t arc_counter_read(struct clocksource *cs) in arc_counter_read()
/arch/ia64/sn/kernel/sn2/
Dtimer.c25 static cycle_t read_sn2(struct clocksource *cs) in read_sn2()
/arch/mips/loongson64/loongson-3/
Dhpet.c251 static cycle_t hpet_read_counter(struct clocksource *cs) in hpet_read_counter()
256 static void hpet_suspend(struct clocksource *cs) in hpet_suspend()
260 static void hpet_resume(struct clocksource *cs) in hpet_resume()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_dsp.h7 unsigned cs; member
/arch/c6x/kernel/
Dtime.c29 static cycle_t tsc_read(struct clocksource *cs) in tsc_read()
/arch/mips/lasat/
Dat93c.h13 u32 cs; member

12345