Home
last modified time | relevance | path

Searched refs:clocktest (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc.c2571 int clocktest; in arm8_setup() local
2597 clocktest = arm8_clock_config(0, 0) & 0x0f; in arm8_setup()
2601 clocktest = 0; in arm8_setup()
2606 clocktest |= 0x01; in arm8_setup()
2608 clocktest &= ~(0x01); in arm8_setup()
2613 clocktest |= 0x02; in arm8_setup()
2615 clocktest &= ~(0x02); in arm8_setup()
2619 clocktest = (clocktest & ~0xc0) | (integer & 3) << 2; in arm8_setup()
2623 clocktest |= (integer & 7) << 5; in arm8_setup()
2635 arm8_clock_config(0x7f, clocktest); in arm8_setup()