Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Dti-aemif.c98 u16 wstrobe; member
177 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local
189 wstrobe = aemif_calc_rate(pdev, data->wstrobe, clk_rate, WSTROBE_MAX); in aemif_config_abus()
193 whold < 0 || wstrobe < 0 || wsetup < 0) { in aemif_config_abus()
200 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); in aemif_config_abus()
245 data->wstrobe = aemif_cycles_to_nsec(WSTROBE_VAL(val), clk_rate); in aemif_get_hw_params()
306 data->wstrobe = val; in of_aemif_parse_abus_config()