Searched refs:pld_base (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/can/sja1000/ |
H A D | tscan1.c | 82 unsigned long pld_base, sja1000_base; in tscan1_probe() local 91 release_region(pld_base, TSCAN1_PLD_SIZE); in tscan1_probe() 107 release_region(pld_base, TSCAN1_PLD_SIZE); in tscan1_probe() 113 release_region(pld_base, TSCAN1_PLD_SIZE); in tscan1_probe() 120 netdev->base_addr = pld_base; in tscan1_probe() 143 outb(0, pld_base + TSCAN1_LED); in tscan1_probe() 145 pld_base, sja1000_base, irq); in tscan1_probe() 150 outb(0, pld_base + TSCAN1_MODE); in tscan1_probe() 157 release_region(pld_base, TSCAN1_PLD_SIZE); in tscan1_probe() 165 unsigned long pld_base, sja1000_base; in tscan1_remove() local [all …]
|