Searched refs:whold (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 27 u8 whold; member in struct:davinci_aemif_timing
|
/linux-4.1.27/drivers/memory/ |
H A D | ti-aemif.c | 91 * @whold: write hold width, ns 104 u8 whold; member in struct:aemif_cs_data 180 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; aemif_config_abus() local 191 whold = aemif_calc_rate(pdev, data->whold, clk_rate, WHOLD_MAX); aemif_config_abus() 196 whold < 0 || wstrobe < 0 || wsetup < 0) { aemif_config_abus() 203 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); aemif_config_abus() 247 data->whold = aemif_cycles_to_nsec(WHOLD_VAL(val), clk_rate); aemif_get_hw_params() 306 data->whold = 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 119 whold = aemif_calc_rate(t->whold, clkrate, WHOLD_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 | 356 .whold = 14,
|
H A D | board-dm644x-evm.c | 145 .whold = 20,
|
H A D | board-dm646x-evm.c | 81 .whold = 14,
|
H A D | board-da850-evm.c | 252 .whold = 14,
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | lpc32xx_slc.c | 188 uint32_t whold; member in struct:lpc32xx_nand_cfg_slc 244 SLCTAC_WHOLD(1 + (clkrate / host->ncfg->whold)) | lpc32xx_nand_setup() 733 of_property_read_u32(np, "nxp,whold", &ncfg->whold); lpc32xx_parse_dt() 740 if (!ncfg->wdr_clks || !ncfg->wwidth || !ncfg->whold || lpc32xx_parse_dt()
|
Completed in 269 milliseconds