Searched refs:ADIS16350_SMPL_PRD_DIV_MASK (Results 1 – 2 of 2) sorted by relevance
258 sps /= (t & ADIS16350_SMPL_PRD_DIV_MASK) + 1; in adis16350_read_frequency()283 t &= ADIS16350_SMPL_PRD_DIV_MASK; in adis16350_write_frequency()284 if ((t & ADIS16350_SMPL_PRD_DIV_MASK) >= 0x0A) in adis16350_write_frequency()469 if (!ret && (smp_prd & ADIS16350_SMPL_PRD_DIV_MASK) < 0x0A) { in adis16350_initial_setup()
62 #define ADIS16350_SMPL_PRD_DIV_MASK 0x7F macro