Lines Matching full:sja1000
19 #include "sja1000.h"
41 /* PLD mode register SJA1000 IO enable bit */
54 /* SJA1000 register space size */
57 /* SJA1000 crystal frequency (16MHz) */
60 /* SJA1000 IO base addresses */
65 /* Read SJA1000 register */
71 /* Write SJA1000 register */
130 /* Select the first SJA1000 IO address that is free and that works */ in tscan1_probe()
137 /* Set SJA1000 IO base address and enable it */ in tscan1_probe()
142 /* SJA1000 probe succeeded; turn LED off and return */ in tscan1_probe()
149 /* SJA1000 probe failed; release and try next address */ in tscan1_probe()
154 dev_err(dev, "failed to assign SJA1000 IO address\n"); in tscan1_probe()
175 outb(0, pld_base + TSCAN1_MODE); /* disable SJA1000 IO space */ in tscan1_remove()