Searched refs:ines_read32 (Results 1 – 1 of 1) sorted by relevance
/drivers/ptp/ |
D | ptp_ines.c | 103 #define ines_read32(s, r) __raw_readl((void __iomem *)&s->regs->r) macro 228 dev_dbg(device, "ID 0x%x\n", ines_read32(clock, id)); in ines_clock_init() 229 dev_dbg(device, "TEST 0x%x\n", ines_read32(clock, test)); in ines_clock_init() 230 dev_dbg(device, "VERSION 0x%x\n", ines_read32(clock, version)); in ines_clock_init() 231 dev_dbg(device, "TEST2 0x%x\n", ines_read32(clock, test2)); in ines_clock_init() 304 buf_stat = ines_read32(port->clock, buf_stat); in ines_find_txts() 310 ts_stat_tx = ines_read32(port, ts_stat_tx); in ines_find_txts() 319 ts.tag = ines_read32(port, ts_tx); in ines_find_txts() 323 ts.portnum = ines_read32(port, ts_tx); in ines_find_txts() 324 ts.seqid = ines_read32(port, ts_tx); in ines_find_txts() [all …]
|