Home
last modified time | relevance | path

Searched refs:ASTATUS (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/net/arcnet/
Dcom90io.c72 #undef ASTATUS
76 #define ASTATUS() inb(_STATUS) macro
167 if (ASTATUS() == 0xFF) { in com90io_probe()
174 status = ASTATUS(); in com90io_probe()
186 status = ASTATUS(); in com90io_probe()
296 BUGMSG(D_INIT, "Resetting %s (status=%02Xh)\n", dev->name, ASTATUS()); in com90io_reset()
335 return ASTATUS(); in com90io_status()
Dcom90xx.c92 #undef ASTATUS
96 #define ASTATUS() inb(_STATUS) macro
178 if (ASTATUS() == 0xFF) { in com90xx_probe()
320 status = ASTATUS(); in com90xx_probe()
332 status = ASTATUS(); in com90xx_probe()
568 return ASTATUS(); in com90xx_status()
593 BUGMSG(D_INIT, "Resetting (status=%02Xh)\n", ASTATUS()); in com90xx_reset()
Darcnet.c435 if (ASTATUS() & RESETflag) { in arcnet_open()
553 ASTATUS(), lp->cur_tx, lp->next_tx, skb->len,skb->protocol); in arcnet_send_packet()
609 BUGMSG(D_DEBUG, "%s: %d: %s, status: %x\n",__FILE__,__LINE__,__func__,ASTATUS()); in arcnet_send_packet()
616 BUGMSG(D_DEBUG, "%s: %d: %s, status: %x\n",__FILE__,__LINE__,__func__,ASTATUS()); in arcnet_send_packet()
635 ASTATUS(), lp->intmask, lp->next_tx, lp->cur_tx); in go_tx()
663 int status = ASTATUS(); in arcnet_timeout()
721 if (ASTATUS() & RESETflag) in arcnet_interrupt()
729 ASTATUS(), lp->intmask); in arcnet_interrupt()
733 status = ASTATUS(); in arcnet_interrupt()
930 ASTATUS(), boguscount); in arcnet_interrupt()
Dcom20020.c122 status = ASTATUS(); in com20020_check()
136 status = ASTATUS(); in com20020_check()
263 dev->name, ASTATUS()); in com20020_reset()
318 return ASTATUS() + (ADIAGSTATUS()<<8); in com20020_status()
Darc-rimi.c72 #undef ASTATUS
76 #define ASTATUS() readb(_STATUS) macro
266 BUGMSG(D_INIT, "Resetting %s (status=%02Xh)\n", dev->name, ASTATUS()); in arcrimi_reset()
295 return ASTATUS(); in arcrimi_status()
Dcom20020-isa.c71 if (ASTATUS() == 0xFF) { in com20020isa_probe()
Dcom20020-pci.c134 if (ASTATUS() == 0xFF) { in com20020pci_probe()
/linux-4.1.27/include/linux/
Dcom20020.h125 #undef ASTATUS
138 #define ASTATUS() inb(_STATUS) macro
Darcdevice.h320 #define ASTATUS() (lp->hw.status(dev)) macro
/linux-4.1.27/drivers/scsi/
DFlashPoint.c694 #define ASTATUS (BIT(10)+BIT(8)) macro
4602 WRW_HARPOON(map_addr, (CPN_OP + ASTATUS + UNKNWN)); /*JUMP IF NOT STATUS PHZ. */ in FPT_autoLoadDefaultMap()