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

/netbsd-current/sys/arch/prep/stand/boot/
H A Dsiop.c244 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
246 if (istat & ISTAT_INTF) {
248 writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsiop.c267 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
269 if (istat & ISTAT_INTF) {
271 writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
/netbsd-current/sys/dev/ic/
H A Dsiopreg.h188 #define ISTAT_INTF 0x04 macro
H A Dsiop.c311 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
314 if (istat & ISTAT_INTF) {
317 SIOP_ISTAT, ISTAT_INTF);
H A Desiop.c416 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0) {
422 if (istat & ISTAT_INTF) {
424 SIOP_ISTAT, ISTAT_INTF);

Completed in 204 milliseconds