Searched refs:CM_FRAC (Results 1 – 1 of 1) sorted by relevance
128 # define CM_FRAC BIT(9) macro1119 ctl = cprman_read(cprman, data->ctl_reg) & ~CM_FRAC; in bcm2835_clock_set_rate()1120 ctl |= (div & CM_DIV_FRAC_MASK) ? CM_FRAC : 0; in bcm2835_clock_set_rate()