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