Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Dsgc.c111 for (slot = 0; slot < SGC_NSLOTS; slot++) { in sgcattach()
158 if (slot < 0 || slot >= SGC_NSLOTS) in sgc_slottopa()
H A Dsgcreg.h42 #define SGC_NSLOTS 4 macro
/netbsd-src/sys/arch/hp300/stand/common/
H A Dite.c198 for (slotno = 0; slotno < SGC_NSLOTS; slotno++) { in iteconfig()
/netbsd-src/sys/arch/hp300/hp300/
H A Dautoconf.c896 for (slot = 0; slot < SGC_NSLOTS; slot++) { in hp300_cninit()