Searched refs:ADIS_READ_REG (Results 1 – 4 of 4) sorted by relevance
175 adis->tx[2] = ADIS_READ_REG(reg + 2); in __adis_read_reg()180 adis->tx[4] = ADIS_READ_REG(reg); in __adis_read_reg()
48 tx[0] = ADIS_READ_REG(adis->data->burst_reg_cmd); in adis_update_scan_mode_burst()
1689 tx[0] = ADIS_READ_REG(burst_req); in adis16575_update_msg_for_burst()
19 #define ADIS_READ_REG(reg) ((reg) & 0x7f) macro