Lines Matching defs:ndiv_int
120 unsigned int ndiv_int;
128 ndiv_int = 0x78;
130 ndiv_int = 0x3c;
132 ndiv_int = 0x1e;
137 ndiv_int &= 0x3FF; // low 10 bits
146 ndiv_int |
253 //set ndiv_int for different freq
270 uint32_t ndiv_int;
274 ndiv_int = mmio_read_32(ihostx_config_root+A72_CRM_PLL0_CTRL3) & 0x3FF;
276 if (ndiv_int == 0x78) {
278 } else if (ndiv_int == 0x3c) {
280 } else if (ndiv_int == 0x1e) {