Searched refs:npe_checkbits (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/xscale/ |
H A D | ixp425_npe.c | 173 static int npe_checkbits(struct ixpnpe_softc *, uint32_t reg, uint32_t); 500 npe_checkbits(struct ixpnpe_softc *sc, uint32_t reg, uint32_t expectedBitsSet) in npe_checkbits() function 514 return npe_checkbits(sc, in npe_isstopped() 723 while (npe_checkbits(sc, in npe_cpu_reset() 729 while (npe_checkbits(sc, in npe_cpu_reset() 735 while (npe_checkbits(sc, in npe_cpu_reset() 893 return npe_checkbits(sc, in npe_cpu_start() 904 return npe_checkbits(sc, in npe_cpu_stop()
|