Lines Matching full:sja1000
20 #include "sja1000.h"
42 /* PLD mode register SJA1000 IO enable bit */
55 /* SJA1000 register space size */
58 /* SJA1000 crystal frequency (16MHz) */
61 /* SJA1000 IO base addresses */
66 /* Read SJA1000 register */
72 /* Write SJA1000 register */
131 /* Select the first SJA1000 IO address that is free and that works */ in tscan1_probe()
138 /* Set SJA1000 IO base address and enable it */ in tscan1_probe()
143 /* SJA1000 probe succeeded; turn LED off and return */ in tscan1_probe()
150 /* SJA1000 probe failed; release and try next address */ in tscan1_probe()
155 dev_err(dev, "failed to assign SJA1000 IO address\n"); in tscan1_probe()
176 outb(0, pld_base + TSCAN1_MODE); /* disable SJA1000 IO space */ in tscan1_remove()