Searched refs:wsetup (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
H A Dmtd-davinci-aemif.h25 u8 wsetup; member in struct:davinci_aemif_timing
/linux-4.1.27/drivers/memory/
H A Dti-aemif.c90 * @wsetup: write setup width, ns
103 u8 wsetup; member in struct:aemif_cs_data
180 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; aemif_config_abus() local
193 wsetup = aemif_calc_rate(pdev, data->wsetup, clk_rate, WSETUP_MAX); aemif_config_abus()
196 whold < 0 || wstrobe < 0 || wsetup < 0) { aemif_config_abus()
203 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); aemif_config_abus()
249 data->wsetup = aemif_cycles_to_nsec(WSETUP_VAL(val), clk_rate); aemif_get_hw_params()
312 data->wsetup = val; of_aemif_parse_abus_config()
/linux-4.1.27/arch/arm/mach-davinci/
H A Daemif.c107 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; davinci_aemif_setup_timing() local
121 wsetup = aemif_calc_rate(t->wsetup, clkrate, WSETUP_MAX); davinci_aemif_setup_timing()
124 whold < 0 || wstrobe < 0 || wsetup < 0) { davinci_aemif_setup_timing()
130 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); davinci_aemif_setup_timing()
H A Dboard-da830-evm.c354 .wsetup = 24,
H A Dboard-dm644x-evm.c143 .wsetup = 20,
H A Dboard-dm646x-evm.c79 .wsetup = 29,
H A Dboard-da850-evm.c250 .wsetup = 24,
/linux-4.1.27/arch/m68k/include/asm/
H A Dmac_iop.h111 __u8 wsetup; /* write the setup register */ member in struct:mac_iop::__anon1807::__anon1809
/linux-4.1.27/drivers/mtd/nand/
H A Dlpc32xx_slc.c189 uint32_t wsetup; member in struct:lpc32xx_nand_cfg_slc
245 SLCTAC_WSETUP(1 + (clkrate / host->ncfg->wsetup)) | lpc32xx_nand_setup()
734 of_property_read_u32(np, "nxp,wsetup", &ncfg->wsetup); lpc32xx_parse_dt()
741 !ncfg->wsetup || !ncfg->rdr_clks || !ncfg->rwidth || lpc32xx_parse_dt()

Completed in 244 milliseconds