Home | History | Annotate | Download | only in iomd

Lines Matching defs:refresh

142 	int refresh;
167 /* Identify it and get the DRAM refresh rate */
171 refresh = bus_space_read_1(iot, ioh, IOMD_REFCR) & 0x0f;
176 refresh = bus_space_read_1(iot, ioh, IOMD_REFCR) & 0x0f;
181 refresh = bus_space_read_1(iot, ioh, IOMD_VREFCR) & 0x09;
186 refresh = -1;
192 /* Report the DRAM refresh rate */
194 aprint_normal("DRAM refresh=");
195 switch (refresh) {
212 aprint_normal("unknown [%02x]", refresh);