Searched refs:npe_checkbits (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/arm/xscale/ixp425/ |
| D | ixp425_npe.c | 194 static int npe_checkbits(struct ixpnpe_softc *, uint32_t reg, uint32_t); 604 npe_checkbits(struct ixpnpe_softc *sc, uint32_t reg, uint32_t expectedBitsSet) in npe_checkbits() function 618 return npe_checkbits(sc, in npe_isstopped() 853 while (npe_checkbits(sc, in npe_cpu_reset() 859 while (npe_checkbits(sc, in npe_cpu_reset() 865 while (npe_checkbits(sc, in npe_cpu_reset() 1007 return npe_checkbits(sc, in npe_cpu_start() 1018 return npe_checkbits(sc, in npe_cpu_stop()
|