Searched refs:rhold (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/ |
D | ti-aemif.c | 104 u8 rhold; member 178 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local 186 rhold = aemif_calc_rate(pdev, data->rhold, clk_rate, RHOLD_MAX); in aemif_config_abus() 193 if (ta < 0 || rhold < 0 || rstrobe < 0 || rsetup < 0 || in aemif_config_abus() 200 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in aemif_config_abus() 242 data->rhold = aemif_cycles_to_nsec(RHOLD_VAL(val), clk_rate); in aemif_get_hw_params() 295 data->rhold = val; in of_aemif_parse_abus_config()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | lpc32xx-slc.txt | 19 - nxp,rhold: Read hold time (R_HOLD) 39 nxp,rhold = <66666666>;
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | mtd-davinci-aemif.h | 31 u8 rhold; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | lpc32xx_slc.c | 210 uint32_t rhold; member 264 SLCTAC_RHOLD(clkrate, host->ncfg->rhold) | in lpc32xx_nand_setup() 758 of_property_read_u32(np, "nxp,rhold", &ncfg->rhold); in lpc32xx_parse_dt() 763 !ncfg->rhold || !ncfg->rsetup) { in lpc32xx_parse_dt()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | lpc3250-phy3250.dts | 159 nxp,rhold = <66666666>;
|
D | lpc3250-ea3250.dts | 225 nxp,rhold = <104000000>;
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
D | board-omapl138-hawk.c | 201 .rhold = 0,
|
D | board-da830-evm.c | 301 .rhold = 0,
|
D | board-dm644x-evm.c | 157 .rhold = 10,
|
D | board-dm646x-evm.c | 84 .rhold = 0,
|
D | board-da850-evm.c | 234 .rhold = 0,
|