Searched defs:PITA_GPIN (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/sja1000/
H A Dpeak_pci.c106 #define PITA_GPIN 0x19 /* GPx input value */ macro
229 return (readb(card->cfg_base + PITA_GPIN) & PITA_GPIN_SDA) ? 1 : 0;
239 return (readb(card->cfg_base + PITA_GPIN) & PITA_GPIN_SCL) ? 1 : 0;

Completed in 28 milliseconds