Home
last modified time | relevance | path

Searched refs:rhold (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/memory/
H A Dti-aemif.c103 u8 rhold; member
177 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local
185 rhold = aemif_calc_rate(pdev, data->rhold, clk_rate, RHOLD_MAX); in aemif_config_abus()
192 if (ta < 0 || rhold < 0 || rstrobe < 0 || rsetup < 0 || in aemif_config_abus()
199 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in aemif_config_abus()
241 data->rhold = aemif_cycles_to_nsec(RHOLD_VAL(val), clk_rate); in aemif_get_hw_params()
294 data->rhold = val; in of_aemif_parse_abus_config()
/linux/Documentation/devicetree/bindings/mtd/
H A Dlpc32xx-slc.txt19 - nxp,rhold: Read hold time (R_HOLD)
39 nxp,rhold = <66666666>;
/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c208 uint32_t rhold; member
262 SLCTAC_RHOLD(clkrate, host->ncfg->rhold) | in lpc32xx_nand_setup()
760 of_property_read_u32(np, "nxp,rhold", &ncfg->rhold); in lpc32xx_parse_dt()
765 !ncfg->rhold || !ncfg->rsetup) { in lpc32xx_parse_dt()
/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc3250-ea3250.dts225 nxp,rhold = <104000000>;
H A Dlpc3250-phy3250.dts159 nxp,rhold = <66666666>;