PITA_GPOEN 160 drivers/net/can/sja1000/peak_pci.c u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SCL; PITA_GPOEN 161 drivers/net/can/sja1000/peak_pci.c writeb(gp_outen, card->cfg_base + PITA_GPOEN); PITA_GPOEN 166 drivers/net/can/sja1000/peak_pci.c u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SDA; PITA_GPOEN 167 drivers/net/can/sja1000/peak_pci.c writeb(gp_outen, card->cfg_base + PITA_GPOEN); PITA_GPOEN 187 drivers/net/can/sja1000/peak_pci.c gp_outen = readb(card->cfg_base + PITA_GPOEN); PITA_GPOEN 193 drivers/net/can/sja1000/peak_pci.c writeb(gp_outen, card->cfg_base + PITA_GPOEN); PITA_GPOEN 206 drivers/net/can/sja1000/peak_pci.c gp_outen = readb(card->cfg_base + PITA_GPOEN); PITA_GPOEN 212 drivers/net/can/sja1000/peak_pci.c writeb(gp_outen, card->cfg_base + PITA_GPOEN);