Home
last modified time | relevance | path

Searched refs:PITA_GPIN (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/can/sja1000/
Dpeak_pci.c119 #define PITA_GPIN 0x19 /* GPx input value */ macro
244 return (readb(card->cfg_base + PITA_GPIN) & PITA_GPIN_SDA) ? 1 : 0; in pita_getsda()
254 return (readb(card->cfg_base + PITA_GPIN) & PITA_GPIN_SCL) ? 1 : 0; in pita_getscl()