Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dshmob_drm.h66 unsigned int cs_setup:3; member
/Linux-v5.4/drivers/mtd/nand/raw/
Ddenali.c773 int rdwr_en_lo, rdwr_en_hi, rdwr_en_lo_hi, cs_setup; in denali_setup_data_interface() local
880 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_x) - rdwr_en_lo, in denali_setup_data_interface()
883 cs_setup = min_t(int, cs_setup, CS_SETUP_CNT__VALUE); in denali_setup_data_interface()
887 tmp |= FIELD_PREP(CS_SETUP_CNT__VALUE, cs_setup); in denali_setup_data_interface()
/Linux-v5.4/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c81 value = (idata->sys.cs_setup << LDMT2R_CSUP_SHIFT) in shmob_drm_crtc_setup_geometry()