Searched refs:HID1_DFS2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/oea/
H A Dhid.h175 #define HID1_DFS2 0x00400000 /* Dynamic Freq Switch / 2 (7447A) */ macro
/netbsd-current/sys/arch/powerpc/oea/
H A Dcpu_subr.c1217 if (mfspr(SPR_HID1) & HID1_DFS2)
1240 dfs_mask |= HID1_DFS2;
1274 hid1 |= dfs_mask & HID1_DFS2;
1277 hid1 &= ~(dfs_mask & HID1_DFS2);

Completed in 503 milliseconds