Searched refs:thiz (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | fsmc_nand.c | 111 uint8_t thiz; member 266 uint32_t tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local 270 thiz = (tims->thiz & FSMC_THIZ_MASK) << FSMC_THIZ_SHIFT; in fsmc_nand_setup() 283 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup() 284 writel_relaxed(thiz | thold | twait | tset, host->regs_va + ATTRIB); in fsmc_nand_setup() 293 uint32_t thiz, thold, twait, tset; in fsmc_calc_timings() local 305 thiz = sdrt->tCS_min - sdrt->tWP_min; in fsmc_calc_timings() 306 tims->thiz = DIV_ROUND_UP(thiz / 1000, hclkn); in fsmc_calc_timings()
|