Searched refs:ADIS_READ_REG (Results 1 – 3 of 3) sorted by relevance
180 adis->tx[2] = ADIS_READ_REG(reg + 2); in adis_read_reg()185 adis->tx[4] = ADIS_READ_REG(reg); in adis_read_reg()
45 tx[0] = ADIS_READ_REG(adis->burst->reg_cmd); in adis_update_scan_mode_burst()
17 #define ADIS_READ_REG(reg) ((reg) & 0x7f) macro