Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/sja1000/
H A Dpeak_pci.c160 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SCL; in pita_set_scl_highz() local
161 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_set_scl_highz()
166 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SDA; in pita_set_sda_highz() local
167 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_set_sda_highz()
180 u8 gp_out, gp_outen; in pita_setsda() local
187 gp_outen = readb(card->cfg_base + PITA_GPOEN); in pita_setsda()
189 gp_outen &= ~PITA_GPIN_SDA; in pita_setsda()
191 gp_outen |= PITA_GPIN_SDA; in pita_setsda()
193 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_setsda()
199 u8 gp_out, gp_outen; in pita_setscl() local
[all …]