Searched refs:rhold (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 31 u8 rhold; member in struct:davinci_aemif_timing
|
/linux-4.1.27/drivers/memory/ |
H A D | ti-aemif.c | 93 * @rhold: read hold width, ns 106 u8 rhold; member in struct:aemif_cs_data 180 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; aemif_config_abus() local 188 rhold = aemif_calc_rate(pdev, data->rhold, clk_rate, RHOLD_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() 244 data->rhold = aemif_cycles_to_nsec(RHOLD_VAL(val), clk_rate); aemif_get_hw_params() 297 data->rhold = 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 116 rhold = aemif_calc_rate(t->rhold, clkrate, RHOLD_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 | 359 .rhold = 0,
|
H A D | board-dm644x-evm.c | 148 .rhold = 10,
|
H A D | board-dm646x-evm.c | 84 .rhold = 0,
|
H A D | board-da850-evm.c | 255 .rhold = 0,
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | lpc32xx_slc.c | 192 uint32_t rhold; member in struct:lpc32xx_nand_cfg_slc 248 SLCTAC_RHOLD(1 + (clkrate / host->ncfg->rhold)) | lpc32xx_nand_setup() 737 of_property_read_u32(np, "nxp,rhold", &ncfg->rhold); lpc32xx_parse_dt() 742 !ncfg->rhold || !ncfg->rsetup) { lpc32xx_parse_dt()
|
Completed in 393 milliseconds