Searched refs:rdwr_en_lo (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | denali.c | 773 int rdwr_en_lo, rdwr_en_hi, rdwr_en_lo_hi, cs_setup; in denali_setup_interface() local 874 rdwr_en_lo = DIV_ROUND_UP(max(timings->tRP_min, timings->tWP_min), t_x); in denali_setup_interface() 876 /* Extend rdwr_en_lo to meet the data hold timing */ in denali_setup_interface() 877 rdwr_en_lo = max_t(int, rdwr_en_lo, in denali_setup_interface() 880 /* Extend rdwr_en_lo to meet the requirement for RE#/WE# cycle time */ in denali_setup_interface() 883 rdwr_en_lo = max(rdwr_en_lo, rdwr_en_lo_hi - rdwr_en_hi); in denali_setup_interface() 884 rdwr_en_lo = min_t(int, rdwr_en_lo, RDWR_EN_LO_CNT__VALU in denali_setup_interface() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | denali.c | 773 int rdwr_en_lo, rdwr_en_hi, rdwr_en_lo_hi, cs_setup; in denali_setup_interface() local 874 rdwr_en_lo = DIV_ROUND_UP(max(timings->tRP_min, timings->tWP_min), t_x); in denali_setup_interface() 876 /* Extend rdwr_en_lo to meet the data hold timing */ in denali_setup_interface() 877 rdwr_en_lo = max_t(int, rdwr_en_lo, in denali_setup_interface() 880 /* Extend rdwr_en_lo to meet the requirement for RE#/WE# cycle time */ in denali_setup_interface() 883 rdwr_en_lo = max(rdwr_en_lo, rdwr_en_lo_hi - rdwr_en_hi); in denali_setup_interface() 884 rdwr_en_lo = min_t(int, rdwr_en_lo, RDWR_EN_LO_CNT__VALU in denali_setup_interface() [all...] |
Completed in 4 milliseconds