Searched refs:arcnet_outb (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/arcnet/ |
D | com20020.c | 68 arcnet_outb((ofs >> 8) | RDDATAflag | AUTOINCflag, in com20020_copy_from_card() 70 arcnet_outb(ofs & 0xff, ioaddr, COM20020_REG_W_ADDR_LO); in com20020_copy_from_card() 83 arcnet_outb((ofs >> 8) | AUTOINCflag, ioaddr, COM20020_REG_W_ADDR_HI); in com20020_copy_to_card() 84 arcnet_outb(ofs & 0xff, ioaddr, COM20020_REG_W_ADDR_LO); in com20020_copy_to_card() 97 arcnet_outb(XTOcfg(3) | RESETcfg, ioaddr, COM20020_REG_W_CONFIG); in com20020_check() 99 arcnet_outb(XTOcfg(3), ioaddr, COM20020_REG_W_CONFIG); in com20020_check() 110 arcnet_outb(lp->setup, ioaddr, COM20020_REG_W_XREG); in com20020_check() 114 arcnet_outb(lp->setup2, ioaddr, COM20020_REG_W_XREG); in com20020_check() 118 arcnet_outb(STARTIOcmd, ioaddr, COM20020_REG_W_COMMAND); in com20020_check() 123 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG); in com20020_check() [all …]
|
D | com90io.c | 75 arcnet_outb(offset >> 8, ioaddr, COM9026_REG_W_ADDR_HI); in get_buffer_byte() 76 arcnet_outb(offset & 0xff, ioaddr, COM9026_REG_W_ADDR_LO); in get_buffer_byte() 87 arcnet_outb(offset >> 8, ioaddr, COM9026_REG_W_ADDR_HI); in put_buffer_byte() 88 arcnet_outb(offset & 0xff, ioaddr, COM9026_REG_W_ADDR_LO); in put_buffer_byte() 90 arcnet_outb(datum, ioaddr, COM9026_REG_RW_MEMDATA); in put_buffer_byte() 100 arcnet_outb((offset >> 8) | AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in get_whole_buffer() 101 arcnet_outb(offset & 0xff, ioaddr, COM9026_REG_W_ADDR_LO); in get_whole_buffer() 116 arcnet_outb((offset >> 8) | AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in put_whole_buffer() 117 arcnet_outb(offset & 0xff, ioaddr,COM9026_REG_W_ADDR_LO); in put_whole_buffer() 123 arcnet_outb(*(dest++), ioaddr, COM9026_REG_RW_MEMDATA); in put_whole_buffer() [all …]
|
D | com20020-isa.c | 87 arcnet_outb(0, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe() 89 arcnet_outb(NORXflag, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe() 91 arcnet_outb(0, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe() 97 arcnet_outb(NORXflag, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe() 99 arcnet_outb(0, ioaddr, COM20020_REG_W_INTMASK); in com20020isa_probe()
|
D | com90xx.c | 324 arcnet_outb(CFLAGScmd | RESETclear | CONFIGclear, in com90xx_probe() 346 arcnet_outb(NORXflag, ioaddr, COM9026_REG_W_INTMASK); in com90xx_probe() 348 arcnet_outb(0, ioaddr, COM9026_REG_W_INTMASK); in com90xx_probe() 566 arcnet_outb(cmd, ioaddr, COM9026_REG_W_COMMAND); in com90xx_command() 580 arcnet_outb(mask, ioaddr, COM9026_REG_W_INTMASK); in com90xx_setmask() 604 arcnet_outb(CFLAGScmd | RESETclear, ioaddr, COM9026_REG_W_COMMAND); in com90xx_reset() 605 arcnet_outb(CFLAGScmd | CONFIGclear, ioaddr, COM9026_REG_W_COMMAND); in com90xx_reset() 609 arcnet_outb(arcnet_inb(ioaddr, COM9026_REG_RW_CONFIG) | ENABLE16flag, in com90xx_reset() 620 arcnet_outb(CONFIGcmd | EXTconf, ioaddr, COM9026_REG_W_COMMAND); in com90xx_reset()
|
D | com20020_cs.c | 69 arcnet_outb((count >> 8) | RDDATAflag | AUTOINCflag, in regdump() 71 arcnet_outb(count & 0xff, ioaddr, COM20020_REG_W_ADDR_LO); in regdump() 296 arcnet_outb(lp->config | 0x80, ioaddr, COM20020_REG_W_CONFIG); in com20020_resume() 298 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG); in com20020_resume()
|
D | com20020.h | 126 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG); in com20020_set_subaddress() 128 arcnet_outb(val, ioaddr, COM20020_REG_W_SUBADR); in com20020_set_subaddress()
|
D | arcdevice.h | 385 #define arcnet_outb(value, addr, offset) \ macro
|
D | com20020-pci.c | 195 arcnet_outb(0x00, ioaddr, COM20020_REG_W_COMMAND); in com20020pci_probe()
|