Searched refs:whold (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | ti-aemif.c | 89 * @whold: write hold width, ns 102 u8 whold; member 178 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local 189 whold = aemif_calc_rate(pdev, data->whold, clk_rate, WHOLD_MAX); in aemif_config_abus() 194 whold < 0 || wstrobe < 0 || wsetup < 0) { in aemif_config_abus() 201 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); in aemif_config_abus() 245 data->whold = aemif_cycles_to_nsec(WHOLD_VAL(val), clk_rate); in aemif_get_hw_params() 304 data->whold = val; in of_aemif_parse_abus_config()
|
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | ti-aemif.c | 89 * @whold: write hold width, ns 102 u8 whold; member 178 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local 189 whold = aemif_calc_rate(pdev, data->whold, clk_rate, WHOLD_MAX); in aemif_config_abus() 194 whold < 0 || wstrobe < 0 || wsetup < 0) { in aemif_config_abus() 201 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); in aemif_config_abus() 245 data->whold = aemif_cycles_to_nsec(WHOLD_VAL(val), clk_rate); in aemif_get_hw_params() 304 data->whold = val; in of_aemif_parse_abus_config()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 27 u8 whold; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 27 u8 whold; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | lpc32xx_slc.c | 206 uint32_t whold; member 260 SLCTAC_WHOLD(clkrate, host->ncfg->whold) | in lpc32xx_nand_setup() 754 of_property_read_u32(np, "nxp,whold", &ncfg->whold); in lpc32xx_parse_dt() 761 if (!ncfg->wdr_clks || !ncfg->wwidth || !ncfg->whold || in lpc32xx_parse_dt()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | lpc32xx_slc.c | 204 uint32_t whold; member 258 SLCTAC_WHOLD(clkrate, host->ncfg->whold) | in lpc32xx_nand_setup() 752 of_property_read_u32(np, "nxp,whold", &ncfg->whold); in lpc32xx_parse_dt() 759 if (!ncfg->wdr_clks || !ncfg->wwidth || !ncfg->whold || in lpc32xx_parse_dt()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-omapl138-hawk.c | 198 .whold = 14,
|
H A D | board-dm646x-evm.c | 81 .whold = 14,
|
H A D | board-da830-evm.c | 298 .whold = 14,
|
H A D | board-dm644x-evm.c | 154 .whold = 20,
|
H A D | board-da850-evm.c | 231 .whold = 14,
|
Completed in 11 milliseconds