Searched refs:rstrobe (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/memory/ |
H A 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()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 30 u8 rstrobe; member
|