Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 15 of 15) sorted by relevance

/include/linux/mfd/syscon/
A Datmel-smc.h18 #define ATMEL_SMC_SETUP(cs) (((cs) * 0x10)) argument
19 #define ATMEL_HSMC_SETUP(layout, cs) \ argument
20 ((layout)->timing_regs_offset + ((cs) * 0x14))
21 #define ATMEL_SMC_PULSE(cs) (((cs) * 0x10) + 0x4) argument
22 #define ATMEL_HSMC_PULSE(layout, cs) \ argument
24 #define ATMEL_SMC_CYCLE(cs) (((cs) * 0x10) + 0x8) argument
25 #define ATMEL_HSMC_CYCLE(layout, cs) \ argument
32 #define ATMEL_SMC_MODE(cs) (((cs) * 0x10) + 0xc) argument
33 #define ATMEL_HSMC_MODE(layout, cs) \ argument
64 #define ATMEL_HSMC_TIMINGS(layout, cs) \ argument
[all …]
A Datmel-matrix.h99 #define AT91_MATRIX_CSA(cs, val) ((val) << (cs)) argument
/include/
A Dspi.h82 unsigned int cs[SPI_CS_CNT_MAX]; member
154 unsigned int cs;
191 unsigned int cs);
204 #define spi_alloc_slave(_struct, bus, cs) \ argument
206 sizeof(_struct), bus, cs)
217 #define spi_alloc_slave_base(bus, cs) \ argument
218 spi_do_alloc_slave(0, sizeof(struct spi_slave), bus, cs)
341 int spi_cs_is_valid(unsigned int bus, unsigned int cs);
596 int spi_find_bus_and_cs(int busnum, int cs, struct udevice **busp,
611 int spi_get_bus_and_cs(int busnum, int cs,
[all …]
A Dspi_flash.h104 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
108 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
136 int sandbox_sf_bind_emul(struct sandbox_state *state, int busnum, int cs,
139 void sandbox_sf_unbind_emul(struct sandbox_state *state, int busnum, int cs);
143 static inline int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs, in spi_flash_probe_bus_cs() argument
176 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
A Dexports.h49 int strcmp(const char *cs, const char *ct);
A Dspartan2.h20 xilinx_cs_fn cs; member
A Dvirtex2.h23 xilinx_cs_fn cs; member
A D_exports.h45 EXPORT_FUNC(strcmp, int, strcmp, const char *cs, const char *ct)
A Dspartan3.h20 xilinx_cs_fn cs; member
A Dfsl_ddr_sdram.h246 } cs[CONFIG_CHIP_SELECTS_PER_CTRL]; member
A Dcadence-nand.h521 u8 cs[]; member
/include/renesas/
A Dddr_ctrl.h154 void cdns_ddr_set_mr1(void *base, int cs, u16 odt_impedance, u16 drive_strength);
159 void cdns_ddr_set_mr2(void *base, int cs, u16 dynamic_odt, u16 self_refresh_temp);
164 void cdns_ddr_set_odt_map(void *base, int cs, u16 odt_map);
/include/linux/
A Dmbus.h33 } cs[4]; member
/include/linux/mtd/
A Domap_gpmc.h72 struct gpmc_cs cs[8]; /* 0x60, 0x90, .. */ member
/include/power/
A Dpmic.h38 unsigned int cs; member

Completed in 112 milliseconds