Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dmxic_nand.c94 #define ONFI_DIN_CNT(s) (0x3c + (s)) macro
304 writel(0x0, nfc->regs + ONFI_DIN_CNT(0)); in mxic_nfc_hw_init()
423 writel(0x0, nfc->regs + ONFI_DIN_CNT(0)); in mxic_nfc_exec_op()
433 nfc->regs + ONFI_DIN_CNT(0)); in mxic_nfc_exec_op()
/Linux-v5.4/drivers/spi/
Dspi-mxic.c93 #define ONFI_DIN_CNT(s) (0x3c + (s)) macro