Home
last modified time | relevance | path

Searched refs:sja1000_base (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/sja1000/
H A Dtscan1.c83 unsigned long pld_base, sja1000_base; in tscan1_probe() local
133 sja1000_base = tscan1_sja1000_addresses[i]; in tscan1_probe()
134 if (!request_region(sja1000_base, TSCAN1_SJA1000_SIZE, in tscan1_probe()
141 priv->reg_base = (void __iomem *)sja1000_base; in tscan1_probe()
146 pld_base, sja1000_base, irq); in tscan1_probe()
152 release_region(sja1000_base, TSCAN1_SJA1000_SIZE); in tscan1_probe()
166 unsigned long pld_base, sja1000_base; in tscan1_remove() local
174 sja1000_base = (unsigned long)priv->reg_base; in tscan1_remove()
178 release_region(sja1000_base, TSCAN1_SJA1000_SIZE); in tscan1_remove()
/kernel/linux/linux-6.6/drivers/net/can/sja1000/
H A Dtscan1.c82 unsigned long pld_base, sja1000_base; in tscan1_probe() local
132 sja1000_base = tscan1_sja1000_addresses[i]; in tscan1_probe()
133 if (!request_region(sja1000_base, TSCAN1_SJA1000_SIZE, in tscan1_probe()
140 priv->reg_base = (void __iomem *)sja1000_base; in tscan1_probe()
145 pld_base, sja1000_base, irq); in tscan1_probe()
151 release_region(sja1000_base, TSCAN1_SJA1000_SIZE); in tscan1_probe()
165 unsigned long pld_base, sja1000_base; in tscan1_remove() local
173 sja1000_base = (unsigned long)priv->reg_base; in tscan1_remove()
177 release_region(sja1000_base, TSCAN1_SJA1000_SIZE); in tscan1_remove()

Completed in 3 milliseconds