Searched refs:TX4939_IR_ETH (Results 1 – 3 of 3) sorted by relevance
58 return TXX9_IRQ_BASE + TX4939_IR_ETH(0); in tx4939_pcic1_map_irq()63 return TXX9_IRQ_BASE + TX4939_IR_ETH(1); in tx4939_pcic1_map_irq()
338 if (dev->irq == TXX9_IRQ_BASE + TX4939_IR_ETH(0)) in tx4939_netdev_event()340 else if (dev->irq == TXX9_IRQ_BASE + TX4939_IR_ETH(1)) in tx4939_netdev_event()362 txx9_ethaddr_init(TXX9_IRQ_BASE + TX4939_IR_ETH(0), addr0); in tx4939_ethaddr_init()364 txx9_ethaddr_init(TXX9_IRQ_BASE + TX4939_IR_ETH(1), addr1); in tx4939_ethaddr_init()
191 #define TX4939_IR_ETH(n) ((n) ? 43 : 6) macro