Searched refs:wsetup (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 25 u8 wsetup; member in struct:davinci_aemif_timing
|
/linux-4.1.27/drivers/memory/ |
H A D | ti-aemif.c | 90 * @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 D | aemif.c | 107 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 D | board-da830-evm.c | 354 .wsetup = 24,
|
H A D | board-dm644x-evm.c | 143 .wsetup = 20,
|
H A D | board-dm646x-evm.c | 79 .wsetup = 29,
|
H A D | board-da850-evm.c | 250 .wsetup = 24,
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | mac_iop.h | 111 __u8 wsetup; /* write the setup register */ member in struct:mac_iop::__anon1807::__anon1809
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | lpc32xx_slc.c | 189 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