Searched refs:gp_outen (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/sja1000/ |
H A D | peak_pci.c | 160 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...] |
/kernel/linux/linux-6.6/drivers/net/can/sja1000/ |
H A D | peak_pci.c | 180 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SCL; in pita_set_scl_highz() local 182 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_set_scl_highz() 187 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SDA; in pita_set_sda_highz() local 189 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_set_sda_highz() 202 u8 gp_out, gp_outen; in pita_setsda() local 209 gp_outen = readb(card->cfg_base + PITA_GPOEN); in pita_setsda() 211 gp_outen &= ~PITA_GPIN_SDA; in pita_setsda() 213 gp_outen |= PITA_GPIN_SDA; in pita_setsda() 215 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_setsda() 221 u8 gp_out, gp_outen; in pita_setscl() local [all...] |
Completed in 2 milliseconds