Home
last modified time | relevance | path

Searched refs:NORXflag (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/arcnet/
H A Dcom20020-isa.c82 * card has just reset and the NORXflag is on until in com20020isa_probe()
89 arcnet_outb(NORXflag, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe()
97 arcnet_outb(NORXflag, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe()
H A Dcom90io.c159 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()
195 * card has just reset and the NORXflag is on until in com90io_probe()
200 arcnet_outb(NORXflag, ioaddr, COM9026_REG_W_INTMASK); in com90io_probe()
H A Darcdevice.h143 #define NORXflag 0x80 /* receiver inhibited */ macro
H A Dcom90xx.c315 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()
342 * card has just reset and the NORXflag is on until in com90xx_probe()
346 arcnet_outb(NORXflag, ioaddr, COM9026_REG_W_INTMASK); in com90xx_probe()
H A Dcom20020.c128 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
H A Darcnet.c599 lp->intmask = NORXflag | RECONflag; in arcnet_open()
927 if (status & lp->intmask & NORXflag) { in arcnet_interrupt()
/kernel/linux/linux-6.6/drivers/net/arcnet/
H A Dcom20020-isa.c82 * card has just reset and the NORXflag is on until in com20020isa_probe()
89 arcnet_outb(NORXflag, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe()
97 arcnet_outb(NORXflag, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe()
H A Dcom90io.c159 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()
195 * card has just reset and the NORXflag is on until in com90io_probe()
200 arcnet_outb(NORXflag, ioaddr, COM9026_REG_W_INTMASK); in com90io_probe()
H A Darcdevice.h143 #define NORXflag 0x80 /* receiver inhibited */ macro
H A Dcom90xx.c315 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()
342 * card has just reset and the NORXflag is on until in com90xx_probe()
346 arcnet_outb(NORXflag, ioaddr, COM9026_REG_W_INTMASK); in com90xx_probe()
H A Dcom20020.c128 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
H A Darcnet.c594 lp->intmask = NORXflag | RECONflag; in arcnet_open()
922 if (status & lp->intmask & NORXflag) { in arcnet_interrupt()

Completed in 11 milliseconds