Searched refs:rstrobe (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/memory/ |
D | ti-aemif.c | 100 u16 rstrobe; member 178 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local 187 rstrobe = aemif_calc_rate(pdev, data->rstrobe, clk_rate, RSTROBE_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() 243 data->rstrobe = aemif_cycles_to_nsec(RSTROBE_VAL(val), clk_rate); in aemif_get_hw_params() 298 data->rstrobe = val; in of_aemif_parse_abus_config()
|
/linux-6.1.9/include/linux/platform_data/ |
D | mtd-davinci-aemif.h | 30 u8 rstrobe; member
|
/linux-6.1.9/arch/arm/mach-davinci/ |
D | board-omapl138-hawk.c | 197 .rstrobe = 50,
|
D | board-da830-evm.c | 297 .rstrobe = 50,
|
D | board-da850-evm.c | 230 .rstrobe = 50,
|