Searched refs:ASTATUS (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | com90io.c | 72 #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()
|
D | com90xx.c | 92 #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()
|
D | arcnet.c | 435 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()
|
D | com20020.c | 122 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()
|
D | arc-rimi.c | 72 #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()
|
D | com20020-isa.c | 71 if (ASTATUS() == 0xFF) { in com20020isa_probe()
|
D | com20020-pci.c | 134 if (ASTATUS() == 0xFF) { in com20020pci_probe()
|
/linux-4.1.27/include/linux/ |
D | com20020.h | 125 #undef ASTATUS 138 #define ASTATUS() inb(_STATUS) macro
|
D | arcdevice.h | 320 #define ASTATUS() (lp->hw.status(dev)) macro
|
/linux-4.1.27/drivers/scsi/ |
D | FlashPoint.c | 694 #define ASTATUS (BIT(10)+BIT(8)) macro 4602 WRW_HARPOON(map_addr, (CPN_OP + ASTATUS + UNKNWN)); /*JUMP IF NOT STATUS PHZ. */ in FPT_autoLoadDefaultMap()
|