Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c96 #define FIFO_DATA_REG 0x38 macro
525 ioread32_rep(rnandc->regs + FIFO_DATA_REG, bufpoi + page_off, in rnandc_read_subpage_hw_ecc()
662 iowrite32_rep(rnandc->regs + FIFO_DATA_REG, bufpoi + page_off, in rnandc_write_subpage_hw_ecc()
853 ioread32_rep(rnandc->regs + FIFO_DATA_REG, rop.buf, words); in rnandc_exec_op()
855 last_bytes = readl_relaxed(rnandc->regs + FIFO_DATA_REG); in rnandc_exec_op()
869 iowrite32_rep(rnandc->regs + FIFO_DATA_REG, rop.buf, in rnandc_exec_op()
875 writel_relaxed(last_bytes, rnandc->regs + FIFO_DATA_REG); in rnandc_exec_op()
/openbmc/linux/drivers/comedi/drivers/
H A Dni_at_a2150.c69 #define FIFO_DATA_REG 0xa /* read data */ macro
616 inw(dev->iobase + FIFO_DATA_REG); in a2150_ai_rinsn()
625 data[n] = inw(dev->iobase + FIFO_DATA_REG); in a2150_ai_rinsn()