Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/macppc/
H A Dcpu.c221 extern int have_u3_ht(void);
224 #define have_u3_ht() 0 macro
232 if ((openpic_base != NULL) || have_u3_ht()) { in md_setup_trampoline()
285 if ((openpic_base != NULL) || have_u3_ht()) { in md_presync_timebase()
315 if (!((openpic_base != NULL) || have_u3_ht())) { in md_start_timebase()
338 if ((openpic_base != NULL) || have_u3_ht()) { in md_sync_timebase()
358 } else if (have_u3_ht()) { in md_setup_interrupts()
H A Dpic_u3_ht.c121 int have_u3_ht(void);
661 have_u3_ht(void) in have_u3_ht() function