Searched refs:ADD_PORT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 128 nubus_writew(swab16(portno), dev->base_addr + ADD_PORT); in readreg_io() 135 nubus_writew(swab16(portno), dev->base_addr + ADD_PORT); in writereg_io() 199 nubus_writew(0, ioaddr + ADD_PORT); in mac89x0_device_probe() 268 nubus_writew(0, dev->base_addr + ADD_PORT); in mac89x0_device_probe() 561 nubus_writew(0, dev->base_addr + ADD_PORT); in mac89x0_device_remove()
|
H A D | cs89x0.c | 228 iowrite16(regno, lp->virt_addr + ADD_PORT); in readreg() 237 iowrite16(regno, lp->virt_addr + ADD_PORT); in writereg() 1284 iowrite16(PP_CS8920_ISAINT, lp->virt_addr + ADD_PORT); in reset_chip() 1288 iowrite16(PP_CS8920_ISAMemB, lp->virt_addr + ADD_PORT); in reset_chip() 1336 ioaddr, ADD_PORT, ioread16(ioaddr + ADD_PORT)); in cs89x0_probe1() 1337 iowrite16(PP_ChipID, ioaddr + ADD_PORT); in cs89x0_probe1() 1574 iowrite16(PP_ChipID, lp->virt_addr + ADD_PORT); in cs89x0_probe1() 1611 * will skip the test for the ADD_PORT. in cs89x0_ioport_probe() 1616 if ((ioread16(io_mem + ADD_PORT) in cs89x0_ioport_probe() [all...] |
H A D | cs89x0.h | 78 #define ADD_MASK 0x3000 /* Mask it use of the ADD_PORT register */ 335 #define ADD_PORT 0x000A macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 128 nubus_writew(swab16(portno), dev->base_addr + ADD_PORT); in readreg_io() 135 nubus_writew(swab16(portno), dev->base_addr + ADD_PORT); in writereg_io() 199 nubus_writew(0, ioaddr + ADD_PORT); in mac89x0_device_probe() 271 nubus_writew(0, dev->base_addr + ADD_PORT); in mac89x0_device_probe() 564 nubus_writew(0, dev->base_addr + ADD_PORT); in mac89x0_device_remove()
|
H A D | cs89x0.c | 229 iowrite16(regno, lp->virt_addr + ADD_PORT); in readreg() 238 iowrite16(regno, lp->virt_addr + ADD_PORT); in writereg() 1285 iowrite16(PP_CS8920_ISAINT, lp->virt_addr + ADD_PORT); in reset_chip() 1289 iowrite16(PP_CS8920_ISAMemB, lp->virt_addr + ADD_PORT); in reset_chip() 1338 ioaddr, ADD_PORT, ioread16(ioaddr + ADD_PORT)); in cs89x0_probe1() 1339 iowrite16(PP_ChipID, ioaddr + ADD_PORT); in cs89x0_probe1() 1578 iowrite16(PP_ChipID, lp->virt_addr + ADD_PORT); in cs89x0_probe1() 1615 * will skip the test for the ADD_PORT. in cs89x0_ioport_probe() 1620 if ((ioread16(io_mem + ADD_PORT) in cs89x0_ioport_probe() [all...] |
H A D | cs89x0.h | 78 #define ADD_MASK 0x3000 /* Mask it use of the ADD_PORT register */ 335 #define ADD_PORT 0x000A macro
|
Completed in 8 milliseconds