Lines Matching defs:ines_read32
103 #define ines_read32(s, r) __raw_readl((void __iomem *)&s->regs->r)
228 dev_dbg(device, "ID 0x%x\n", ines_read32(clock, id));
229 dev_dbg(device, "TEST 0x%x\n", ines_read32(clock, test));
230 dev_dbg(device, "VERSION 0x%x\n", ines_read32(clock, version));
231 dev_dbg(device, "TEST2 0x%x\n", ines_read32(clock, test2));
304 buf_stat = ines_read32(port->clock, buf_stat);
310 ts_stat_tx = ines_read32(port, ts_stat_tx);
319 ts.tag = ines_read32(port, ts_tx);
323 ts.portnum = ines_read32(port, ts_tx);
324 ts.seqid = ines_read32(port, ts_tx);
392 port_conf = ines_read32(port, port_conf);
431 port_conf = ines_read32(port, port_conf);
518 buf_stat = ines_read32(port->clock, buf_stat);
522 ts_stat_rx = ines_read32(port, ts_stat_rx);
533 ts->tag = ines_read32(port, ts_rx);
537 ts->portnum = ines_read32(port, ts_rx);
538 ts->seqid = ines_read32(port, ts_rx);
553 word = ines_read32(port, ts_rx);
557 word = ines_read32(port, ts_rx);
600 word = ines_read32(port, ts_tx);
604 word = ines_read32(port, ts_tx);
617 port_conf = ines_read32(port, port_conf);