Home
last modified time | relevance | path

Searched refs:rstrobe (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/memory/
Dti-aemif.c103 u16 rstrobe; member
181 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local
190 rstrobe = aemif_calc_rate(pdev, data->rstrobe, clk_rate, RSTROBE_MAX); in aemif_config_abus()
196 if (ta < 0 || rhold < 0 || rstrobe < 0 || rsetup < 0 || in aemif_config_abus()
203 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in aemif_config_abus()
246 data->rstrobe = aemif_cycles_to_nsec(RSTROBE_VAL(val), clk_rate); in aemif_get_hw_params()
301 data->rstrobe = val; in of_aemif_parse_abus_config()
/linux-4.19.296/include/linux/platform_data/
Dmtd-davinci-aemif.h30 u8 rstrobe; member