Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Ddenali.c947 int rdwr_en_lo, rdwr_en_hi, rdwr_en_lo_hi, cs_setup; in denali_setup_data_interface() local
1031 rdwr_en_lo = DIV_ROUND_UP(max(timings->tRP_min, timings->tWP_min), in denali_setup_data_interface()
1036 rdwr_en_lo = max(rdwr_en_lo, rdwr_en_lo_hi - rdwr_en_hi); in denali_setup_data_interface()
1037 rdwr_en_lo = min_t(int, rdwr_en_lo, RDWR_EN_LO_CNT__VALUE); in denali_setup_data_interface()
1041 tmp |= FIELD_PREP(RDWR_EN_LO_CNT__VALUE, rdwr_en_lo); in denali_setup_data_interface()
1045 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_clk) - rdwr_en_lo, in denali_setup_data_interface()