Searched refs:cs (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/arch/mips/include/asm/netlogic/xlr/
H A Dflash.h37 #define FLASH_CSBASE_ADDR(cs) (cs)
38 #define FLASH_CSADDR_MASK(cs) (0x10 + (cs))
39 #define FLASH_CSDEV_PARM(cs) (0x20 + (cs))
40 #define FLASH_CSTIME_PARMA(cs) (0x30 + (cs))
41 #define FLASH_CSTIME_PARMB(cs) (0x40 + (cs))
[all...]
/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_cs.h4 int bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size);
5 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait,
7 int bcm63xx_set_cs_param(unsigned int cs, u32 flags);
8 int bcm63xx_set_cs_status(unsigned int cs, int enable);
H A Dbcm63xx_dev_dsp.h7 unsigned cs; member in struct:bcm63xx_dsp_platform_data
/arch/mips/include/asm/mach-au1x00/
H A Dau1550_spi.h11 void (*activate_cs)(struct au1550_spi_info *spi, int cs, int polarity);
12 void (*deactivate_cs)(struct au1550_spi_info *spi, int cs, int polarity);
/arch/x86/lib/
H A Dstrstr_32.c3 char *strstr(const char *cs, const char *ct) argument
27 : "0" (0), "1" (0xffffffff), "2" (cs), "g" (ct)
/arch/arm/mach-omap2/
H A Dboard-flash.c58 __init board_nor_init(struct mtd_partition *nor_parts, u8 nr_parts, u8 cs) argument
67 err = gpmc_cs_request(cs, FLASH_SIZE_SDPV2 - 1,
72 err = gpmc_cs_request(cs, FLASH_SIZE_SDPV1 - 1,
93 u8 nr_parts, u8 cs)
95 board_onenand_data.cs = cs;
137 __init board_nand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs, argument
140 board_nand_data.cs = cs;
152 * the various cs value
92 board_onenand_init(struct mtd_partition *onenand_parts, u8 nr_parts, u8 cs) argument
156 u8 cs = 0; local
192 u8 cs = 0; local
[all...]
H A Dboard-flash.h43 u8 nr_parts, u8 cs, int nand_type, struct gpmc_timings *gpmc_t);
47 u8 nr_parts, u8 cs, int nand_type, struct gpmc_timings *gpmc_t)
56 u8 nr_parts, u8 cs);
59 u8 nr_parts, u8 cs)
46 board_nand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs, int nand_type, struct gpmc_timings *gpmc_t) argument
58 board_onenand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs) argument
H A Dgpmc-smsc911x.h18 int cs; member in struct:omap_smsc911x_platform_data
H A Dgpmc-nand.c87 BUG_ON(gpmc_nand_data->cs >= GPMC_CS_NUM);
89 err = gpmc_cs_request(gpmc_nand_data->cs, NAND_IO_SIZE,
93 gpmc_nand_data->cs, err);
101 err = gpmc_cs_set_timings(gpmc_nand_data->cs, gpmc_t);
115 err = gpmc_cs_program_settings(gpmc_nand_data->cs, &s);
123 gpmc_update_nand_reg(&gpmc_nand_data->reg, gpmc_nand_data->cs);
132 pdev = platform_device_alloc("omap2-nand", gpmc_nand_data->cs);
155 gpmc_cs_free(gpmc_nand_data->cs);
H A Dgpmc-smc91x.h19 int cs; member in struct:omap_smc91x_platform_data
/arch/mips/bcm63xx/
H A Dcs.c23 static int is_valid_cs(unsigned int cs) argument
25 if (cs > 6)
34 int bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size) argument
39 if (!is_valid_cs(cs))
54 bcm_mpi_writel(val, MPI_CSBASE_REG(cs));
65 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, argument
71 if (!is_valid_cs(cs))
75 val = bcm_mpi_readl(MPI_CSCTL_REG(cs));
82 bcm_mpi_writel(val, MPI_CSCTL_REG(cs));
93 int bcm63xx_set_cs_param(unsigned int cs, u3 argument
125 bcm63xx_set_cs_status(unsigned int cs, int enable) argument
[all...]
H A Ddev-pcmcia.c69 static int __init config_pcmcia_cs(unsigned int cs, argument
74 ret = bcm63xx_set_cs_status(cs, 0);
76 ret = bcm63xx_set_cs_base(cs, base, size);
78 ret = bcm63xx_set_cs_status(cs, 1);
83 unsigned int cs; member in struct:__anon1949
88 .cs = MPI_CS_PCMCIA_COMMON,
93 .cs = MPI_CS_PCMCIA_ATTR,
98 .cs = MPI_CS_PCMCIA_IO,
132 ret = config_pcmcia_cs(pcmcia_cs[i].cs,
/arch/sh/include/asm/
H A Dspi.h10 void (*chip_select)(struct sh_spi_info *spi, int cs, int state);
/arch/m68k/lib/
H A Dmemset.c21 char *cs = s; local
22 *cs++ = c;
23 s = cs;
69 char *cs = s; local
70 *cs = c;
/arch/mips/netlogic/xlr/
H A Dplatform-flash.c91 int cs; member in struct:xlr_nand_flash_priv
102 FLASH_NAND_CLE(nand_priv.cs), cmd);
105 FLASH_NAND_ALE(nand_priv.cs), cmd);
147 uint64_t flash_map_base, int cs, struct resource *res)
151 base = nlm_read_reg(flash_mmio, FLASH_CSBASE_ADDR(cs));
152 mask = nlm_read_reg(flash_mmio, FLASH_CSADDR_MASK(cs));
162 int cs, boot_nand, boot_nor; local
191 cs = 0;
194 nand_priv.cs = cs;
146 setup_flash_resource(uint64_t flash_mmio, uint64_t flash_map_base, int cs, struct resource *res) argument
[all...]
/arch/arm/boot/dts/
H A Dk2l-evm.dts53 ti,cs-chipselect = <0>;
55 ti,cs-min-turnaround-ns = <12>;
56 ti,cs-read-hold-ns = <6>;
57 ti,cs-read-strobe-ns = <23>;
58 ti,cs-read-setup-ns = <9>;
59 ti,cs-write-hold-ns = <8>;
60 ti,cs-write-strobe-ns = <23>;
61 ti,cs-write-setup-ns = <8>;
H A Dk2e-evm.dts76 ti,cs-chipselect = <0>;
78 ti,cs-min-turnaround-ns = <12>;
79 ti,cs-read-hold-ns = <6>;
80 ti,cs-read-strobe-ns = <23>;
81 ti,cs-read-setup-ns = <9>;
82 ti,cs-write-hold-ns = <8>;
83 ti,cs-write-strobe-ns = <23>;
84 ti,cs-write-setup-ns = <8>;
H A Dk2hk-evm.dts97 ti,cs-chipselect = <0>;
99 ti,cs-min-turnaround-ns = <12>;
100 ti,cs-read-hold-ns = <6>;
101 ti,cs-read-strobe-ns = <23>;
102 ti,cs-read-setup-ns = <9>;
103 ti,cs-write-hold-ns = <8>;
104 ti,cs-write-strobe-ns = <23>;
105 ti,cs-write-setup-ns = <8>;
/arch/mips/kernel/
H A Dcsrc-bcm1480.c31 static cycle_t bcm1480_hpt_read(struct clocksource *cs) argument
46 struct clocksource *cs = &bcm1480_clocksource; local
52 clocksource_register_hz(cs, zbbus);
H A Dcsrc-sb1250.c36 static cycle_t sb1250_hpt_read(struct clocksource *cs) argument
55 struct clocksource *cs = &bcm1250_clocksource; local
68 clocksource_register_hz(cs, V_SCD_TIMER_FREQ);
/arch/mips/txx9/generic/
H A Dmem_tx4927.c45 unsigned int cs = 0; local
60 cs = 256 << sdccr_cs;
64 return rs * cs * mw * bs;
/arch/arm/mach-at91/
H A Dsam9_smc.c34 void sam9_smc_write_mode(int id, int cs, argument
37 sam9_smc_cs_write_mode(AT91_SMC_CS(id, cs), config);
68 void sam9_smc_configure(int id, int cs, argument
71 sam9_smc_cs_configure(AT91_SMC_CS(id, cs), config);
84 void sam9_smc_read_mode(int id, int cs, argument
87 sam9_smc_cs_read_mode(AT91_SMC_CS(id, cs), config);
122 void sam9_smc_read(int id, int cs, struct sam9_smc_config *config) argument
124 sam9_smc_cs_read(AT91_SMC_CS(id, cs), config);
/arch/blackfin/include/asm/
H A Dstring.h21 extern int strcmp(const char *cs, const char *ct);
24 extern int strncmp(const char *cs, const char *ct, size_t count);
/arch/mips/lasat/
H A Dat93c.h13 u32 cs; member in struct:at93c_defs
/arch/mn10300/kernel/
H A Dcsrc-mn10300.c16 static cycle_t mn10300_read(struct clocksource *cs) argument

Completed in 678 milliseconds

1234567891011>>