Searched refs:rsetup (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 29 u8 rsetup; member in struct:davinci_aemif_timing
|
/linux-4.1.27/drivers/memory/ |
H A D | ti-aemif.c | 92 * @rsetup: read setup width, ns 105 u8 rsetup; member in struct:aemif_cs_data 180 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; aemif_config_abus() local 190 rsetup = aemif_calc_rate(pdev, data->rsetup, clk_rate, RSETUP_MAX); aemif_config_abus() 195 if (ta < 0 || rhold < 0 || rstrobe < 0 || rsetup < 0 || aemif_config_abus() 202 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | aemif_config_abus() 246 data->rsetup = aemif_cycles_to_nsec(RSETUP_VAL(val), clk_rate); aemif_get_hw_params() 303 data->rsetup = val; of_aemif_parse_abus_config()
|
/linux-4.1.27/arch/arm/mach-davinci/ |
H A D | aemif.c | 107 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; davinci_aemif_setup_timing() local 118 rsetup = aemif_calc_rate(t->rsetup, clkrate, RSETUP_MAX); davinci_aemif_setup_timing() 123 if (ta < 0 || rhold < 0 || rstrobe < 0 || rsetup < 0 || davinci_aemif_setup_timing() 129 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | davinci_aemif_setup_timing()
|
H A D | board-da830-evm.c | 357 .rsetup = 19,
|
H A D | board-dm644x-evm.c | 146 .rsetup = 10,
|
H A D | board-dm646x-evm.c | 82 .rsetup = 19,
|
H A D | board-da850-evm.c | 253 .rsetup = 19,
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | mac_iop.h | 127 __u8 rsetup; /* read the setup register */ member in struct:mac_iop::__anon1807::__anon1809
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | lpc32xx_slc.c | 193 uint32_t rsetup; member in struct:lpc32xx_nand_cfg_slc 249 SLCTAC_RSETUP(1 + (clkrate / host->ncfg->rsetup)); lpc32xx_nand_setup() 738 of_property_read_u32(np, "nxp,rsetup", &ncfg->rsetup); lpc32xx_parse_dt() 742 !ncfg->rhold || !ncfg->rsetup) { lpc32xx_parse_dt()
|
/linux-4.1.27/sound/core/oss/ |
H A D | pcm_oss.c | 2233 struct snd_pcm_oss_setup *rsetup) snd_pcm_oss_look_for_setup() 2247 *rsetup = *setup; snd_pcm_oss_look_for_setup() 2231 snd_pcm_oss_look_for_setup(struct snd_pcm *pcm, int stream, const char *task_name, struct snd_pcm_oss_setup *rsetup) snd_pcm_oss_look_for_setup() argument
|
Completed in 399 milliseconds