Searched refs:find_first_bit (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_intr.h123 find_first_bit(uint32_t bits) function
H A Dpxa2x0_intr.c172 while ((irqno = find_first_bit(irqbits)) >= 0) {
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dsacc_obio.c199 while ((i = find_first_bit(intstat.lo)) >= 0) {
215 while ((i = find_first_bit(intstat.hi)) >= 0) {
H A Dobio.c166 while ((irqno = find_first_bit(sc->sc_obio_intr_pending)) >= 0) {
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dobio.c101 (irqno = find_first_bit(pending)) >= 0;
158 while ((irqno = find_first_bit(sc->sc_intr_pending)) >= 0) {

Completed in 67 milliseconds