Searched refs:PITA_GPIN_SCL (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/can/sja1000/
H A Dpeak_pci.c123 #define PITA_GPIN_SCL 0x01 /* Serial Clock Line */ macro
180 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SCL;
224 gp_out = readb(card->cfg_base + PITA_GPOUT) & ~PITA_GPIN_SCL;
230 gp_outen &= ~PITA_GPIN_SCL;
232 gp_outen |= PITA_GPIN_SCL;
254 return (readb(card->cfg_base + PITA_GPIN) & PITA_GPIN_SCL) ? 1 : 0;

Completed in 133 milliseconds