Searched refs:PITA_GPIN_SCL (Results 1 – 1 of 1) sorted by relevance
123 #define PITA_GPIN_SCL 0x01 /* Serial Clock Line */ macro180 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SCL; in pita_set_scl_highz()224 gp_out = readb(card->cfg_base + PITA_GPOUT) & ~PITA_GPIN_SCL; in pita_setscl()230 gp_outen &= ~PITA_GPIN_SCL; in pita_setscl()232 gp_outen |= PITA_GPIN_SCL; in pita_setscl()254 return (readb(card->cfg_base + PITA_GPIN) & PITA_GPIN_SCL) ? 1 : 0; in pita_getscl()