Searched refs:NORXflag (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | com20020-isa.c | 82 * 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 D | com90io.c | 159 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 D | arcdevice.h | 143 #define NORXflag 0x80 /* receiver inhibited */ macro
|
H A D | com90xx.c | 315 != (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 D | com20020.c | 128 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
|
H A D | arcnet.c | 599 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 D | com20020-isa.c | 82 * 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 D | com90io.c | 159 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 D | arcdevice.h | 143 #define NORXflag 0x80 /* receiver inhibited */ macro
|
H A D | com90xx.c | 315 != (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 D | com20020.c | 128 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
|
H A D | arcnet.c | 594 lp->intmask = NORXflag | RECONflag; in arcnet_open() 922 if (status & lp->intmask & NORXflag) { in arcnet_interrupt()
|
Completed in 11 milliseconds