Searched refs:g2pcfgdata (Results 1 – 3 of 3) sorted by relevance
142 g2pcfgdata | ((where & 3) ^ 3)); in tx4927_pcibios_read_config_byte()146 g2pcfgdata | (where & 3)); in tx4927_pcibios_read_config_byte()181 g2pcfgdata | ((where & 3) ^ 2)); in tx4927_pcibios_read_config_word()185 g2pcfgdata | (where & 3)); in tx4927_pcibios_read_config_word()217 *val = tx4927_pcicptr->g2pcfgdata; in tx4927_pcibios_read_config_dword()245 g2pcfgdata | ((where & 3) ^ 3)) = val; in tx4927_pcibios_write_config_byte()248 g2pcfgdata | (where & 3)) = val; in tx4927_pcibios_write_config_byte()276 g2pcfgdata | ((where & 3) ^ 2)) = val; in tx4927_pcibios_write_config_word()279 g2pcfgdata | (where & 3)) = val; in tx4927_pcibios_write_config_word()305 tx4927_pcicptr->g2pcfgdata = val; in tx4927_pcibios_write_config_dword()
185 || preg == &tx4927_pcicptr->g2pcfgdata in tx4927_dump_pcic_settings()
166 volatile unsigned long g2pcfgdata; member