Lines Matching refs:adis_read_reg_16
136 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_REV, &rev); in adis16480_show_firmware_revision()
161 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_Y, &year); in adis16480_show_firmware_date()
165 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_DM, &md); in adis16480_show_firmware_date()
188 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_SERIAL_NUM, in adis16480_show_serial_number()
206 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_PROD_ID, in adis16480_show_product_id()
290 ret = adis_read_reg_16(&st->adis, ADIS16480_REG_DEC_RATE, &t); in adis16480_get_freq()
371 ret = adis_read_reg_16(&st->adis, reg, &val16); in adis16480_get_calibbias()
409 ret = adis_read_reg_16(&st->adis, reg, &val16); in adis16480_get_calibscale()
448 ret = adis_read_reg_16(&st->adis, reg, &val); in adis16480_get_filter_freq()
474 ret = adis_read_reg_16(&st->adis, reg, &val); in adis16480_set_filter_freq()
764 ret = adis_read_reg_16(&st->adis, ADIS16480_REG_PROD_ID, &prod_id); in adis16480_initial_setup()