Searched refs:whold (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/arm/mach-davinci/ |
D | aemif.c | 107 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in davinci_aemif_setup_timing() local 119 whold = aemif_calc_rate(t->whold, clkrate, WHOLD_MAX); in davinci_aemif_setup_timing() 124 whold < 0 || wstrobe < 0 || wsetup < 0) { in davinci_aemif_setup_timing() 130 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); in davinci_aemif_setup_timing()
|
D | board-da830-evm.c | 356 .whold = 14,
|
D | board-dm644x-evm.c | 145 .whold = 20,
|
D | board-dm646x-evm.c | 81 .whold = 14,
|
D | board-da850-evm.c | 252 .whold = 14,
|
/linux-4.1.27/drivers/memory/ |
D | ti-aemif.c | 104 u8 whold; member 180 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local 191 whold = aemif_calc_rate(pdev, data->whold, clk_rate, WHOLD_MAX); in aemif_config_abus() 196 whold < 0 || wstrobe < 0 || wsetup < 0) { in aemif_config_abus() 203 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); in aemif_config_abus() 247 data->whold = aemif_cycles_to_nsec(WHOLD_VAL(val), clk_rate); in aemif_get_hw_params() 306 data->whold = val; in of_aemif_parse_abus_config()
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | lpc32xx-slc.txt | 16 - nxp,whold: Write hold time (W_HOLD) 35 nxp,whold = <100000000>;
|
/linux-4.1.27/include/linux/platform_data/ |
D | mtd-davinci-aemif.h | 27 u8 whold; member
|
/linux-4.1.27/drivers/mtd/nand/ |
D | lpc32xx_slc.c | 188 uint32_t whold; member 244 SLCTAC_WHOLD(1 + (clkrate / host->ncfg->whold)) | in lpc32xx_nand_setup() 733 of_property_read_u32(np, "nxp,whold", &ncfg->whold); in lpc32xx_parse_dt() 740 if (!ncfg->wdr_clks || !ncfg->wwidth || !ncfg->whold || in lpc32xx_parse_dt()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/mrvl/ |
D | intc.txt | 8 of the whold interrupt controller. If the interrupt controller is mux-intc,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | phy3250.dts | 59 nxp,whold = <100000000>;
|
D | ea3250.dts | 55 nxp,whold = <104000000>;
|