HomeSort by: relevance | last modified time | path
    Searched refs:ISTAT_INTF (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/prep/stand/boot/
siop.c 244 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
246 if (istat & ISTAT_INTF) {
248 writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
  /src/sys/arch/bebox/stand/boot/
siop.c 267 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
269 if (istat & ISTAT_INTF) {
271 writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
  /src/sys/dev/ic/
siopreg.h 188 #define ISTAT_INTF 0x04
esiop.c 416 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0) {
422 if (istat & ISTAT_INTF) {
424 SIOP_ISTAT, ISTAT_INTF);
siop.c 311 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
314 if (istat & ISTAT_INTF) {
317 SIOP_ISTAT, ISTAT_INTF);

Completed in 18 milliseconds