Home
last modified time | relevance | path

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

12

/include/linux/mfd/syscon/
A Datmel-smc.h20 #define ATMEL_SMC_SETUP(cs) (((cs) * 0x10)) argument
21 #define ATMEL_HSMC_SETUP(layout, cs) \ argument
22 ((layout)->timing_regs_offset + ((cs) * 0x14))
23 #define ATMEL_SMC_PULSE(cs) (((cs) * 0x10) + 0x4) argument
24 #define ATMEL_HSMC_PULSE(layout, cs) \ argument
26 #define ATMEL_SMC_CYCLE(cs) (((cs) * 0x10) + 0x8) argument
27 #define ATMEL_HSMC_CYCLE(layout, cs) \ argument
34 #define ATMEL_SMC_MODE(cs) (((cs) * 0x10) + 0xc) argument
35 #define ATMEL_HSMC_MODE(layout, cs) \ argument
66 #define ATMEL_HSMC_TIMINGS(layout, cs) \ argument
[all …]
A Datmel-matrix.h99 #define AT91_MATRIX_CSA(cs, val) (val << (cs)) argument
/include/linux/
A Dclocksource.h102 u64 (*read)(struct clocksource *cs);
123 int (*enable)(struct clocksource *cs);
124 void (*disable)(struct clocksource *cs);
125 void (*suspend)(struct clocksource *cs);
126 void (*resume)(struct clocksource *cs);
127 void (*mark_unstable)(struct clocksource *cs);
128 void (*tick_stable)(struct clocksource *cs);
248 return __clocksource_register_scale(cs, 1, 0); in __clocksource_register()
253 return __clocksource_register_scale(cs, 1, hz); in clocksource_register_hz()
263 __clocksource_update_freq_scale(cs, 1, hz); in __clocksource_update_freq_hz()
[all …]
A Domap-gpmc.h32 int cs);
43 int gpmc_omap_onenand_set_timings(struct device *dev, int cs, int freq,
49 int cs) in gpmc_omap_get_nand_ops() argument
55 int gpmc_omap_onenand_set_timings(struct device *dev, int cs, int freq, in gpmc_omap_onenand_set_timings() argument
69 extern void gpmc_cs_write_reg(int cs, int idx, u32 val);
71 extern int gpmc_cs_set_timings(int cs, const struct gpmc_timings *t,
73 extern int gpmc_cs_program_settings(int cs, struct gpmc_settings *p);
74 extern int gpmc_cs_request(int cs, unsigned long size, unsigned long *base);
75 extern void gpmc_cs_free(int cs);
A Ddw_apb_timer.h33 struct clocksource cs; member
A Dmbus.h36 } cs[4]; member
A Dpe.h257 uint16_t cs; /* initial %cs relative to load segment */ member
/include/sound/
A Dpcm_iec958.h7 int snd_pcm_create_iec958_consumer_default(u8 *cs, size_t len);
9 int snd_pcm_fill_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
13 u8 *cs, size_t len);
15 int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
19 u8 *cs, size_t len);
A Dsdca_function.h1118 struct sdca_entity_cs cs; member
/include/linux/ceph/
A Dstring_table.h38 static inline int ceph_compare_string(struct ceph_string *cs, in ceph_compare_string() argument
41 size_t cs_len = cs ? cs->len : 0; in ceph_compare_string()
46 return strncmp(cs->str, str, len); in ceph_compare_string()
/include/soc/at91/
A Datmel-sfr.h25 #define AT91_SFR_CCFG_EBI_CSA(cs, val) ((val) << (cs)) argument
/include/trace/events/
A Dmce.h42 __field( u8, cs )
65 __entry->cs = err->m.cs;
80 __entry->cs, __entry->ip,
/include/linux/iio/
A Dadc-helpers.h25 struct iio_chan_spec **cs);
/include/linux/memory/
A Dti-aemif.h29 int aemif_set_cs_timings(struct aemif_device *aemif, u8 cs, struct aemif_cs_timings *timings);
/include/linux/mtd/
A Dplatnand.h57 void (*select_chip)(struct nand_chip *chip, int cs);
A Drawnand.h862 unsigned int cs; member
1014 unsigned int cs; member
1022 .cs = _cs, \
1029 .cs = _cs, \
1166 void (*select_chip)(struct nand_chip *chip, int cs);
1613 void nand_select_target(struct nand_chip *chip, unsigned int cs);
/include/linux/dma/
A Dqcom-gpi-dma.h42 u8 cs; member
/include/uapi/linux/
A Dhdlcdrv.h56 struct hdlcdrv_channel_state cs; member
/include/uapi/video/
A Duvesafb.h18 __u16 cs; member
/include/video/
A Dimx-ipu-v3.h395 enum ipu_color_space cs; member
402 enum ipu_color_space cs) in ipu_ic_fill_colorspace() argument
406 ic_cs->cs = cs; in ipu_ic_fill_colorspace()
/include/linux/platform_data/
A Dgpmc-omap.h174 struct gpmc_omap_cs_data cs[GPMC_CS_NUM]; member
/include/soc/fsl/
A Dqman.h459 static inline void qm_fqd_set_stashing(struct qm_fqd *fqd, u8 as, u8 ds, u8 cs) in qm_fqd_set_stashing() argument
465 (cs & QM_FQD_XS_MASK); in qm_fqd_set_stashing()
567 u8 cs; /* boolean, only used in query response */ member
/include/xen/interface/
A Dxen-mca.h352 __u8 cs; /* code segment */ member
/include/hyperv/
A Dhvhdk.h92 struct hv_x64_segment_register cs; member
/include/linux/spi/
A Dspi.h777 int (*fw_translate_cs)(struct spi_controller *ctlr, unsigned cs);

Completed in 50 milliseconds

12