Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcs89x0reg.h185 #define SELF_ST_INIT_DONE 0x0080 macro
H A Dcs89x0.c907 if (CS_READ_PACKET_PAGE(sc, PKTPG_SELF_ST) & SELF_ST_INIT_DONE) in cs_reset_chip()
/netbsd-src/sys/arch/hpcmips/stand/lcboot/
H A Dif_cs.c167 if ((s & SELF_ST_INIT_DONE) && !(s & SELF_ST_SI_BUSY)) in cs_init()