Searched refs:thiz (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/include/linux/mtd/ |
D | fsmc.h | 127 uint8_t thiz; member
|
/linux-3.4.99/drivers/mtd/nand/ |
D | fsmc_nand.c | 405 uint32_t tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local 410 .thiz = FSMC_THIZ_1, in fsmc_nand_setup() 423 thiz = (tims->thiz & FSMC_THIZ_MASK) << FSMC_THIZ_SHIFT; in fsmc_nand_setup() 435 writel(thiz | thold | twait | tset, FSMC_NAND_REG(regs, bank, COMM)); in fsmc_nand_setup() 436 writel(thiz | thold | twait | tset, FSMC_NAND_REG(regs, bank, ATTRIB)); in fsmc_nand_setup()
|