Lines Matching defs:ines_read32
103 #define ines_read32(s, r) __raw_readl((void __iomem *)&s->regs->r)
223 dev_dbg(device, "ID 0x%x\n", ines_read32(clock, id));
224 dev_dbg(device, "TEST 0x%x\n", ines_read32(clock, test));
225 dev_dbg(device, "VERSION 0x%x\n", ines_read32(clock, version));
226 dev_dbg(device, "TEST2 0x%x\n", ines_read32(clock, test2));
299 buf_stat = ines_read32(port->clock, buf_stat);
305 ts_stat_tx = ines_read32(port, ts_stat_tx);
314 ts.tag = ines_read32(port, ts_tx);
318 ts.portnum = ines_read32(port, ts_tx);
319 ts.seqid = ines_read32(port, ts_tx);
383 port_conf = ines_read32(port, port_conf);
422 port_conf = ines_read32(port, port_conf);
509 buf_stat = ines_read32(port->clock, buf_stat);
513 ts_stat_rx = ines_read32(port, ts_stat_rx);
524 ts->tag = ines_read32(port, ts_rx);
528 ts->portnum = ines_read32(port, ts_rx);
529 ts->seqid = ines_read32(port, ts_rx);
544 word = ines_read32(port, ts_rx);
548 word = ines_read32(port, ts_rx);
591 word = ines_read32(port, ts_tx);
595 word = ines_read32(port, ts_tx);
608 port_conf = ines_read32(port, port_conf);