Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/
Dtoshiba_rbtx4927_pci_ops.c142 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()
Dtoshiba_rbtx4927_setup.c185 || preg == &tx4927_pcicptr->g2pcfgdata in tx4927_dump_pcic_settings()
/linux-2.4.37.9/include/asm-mips/tx4927/
Dtx4927_pci.h166 volatile unsigned long g2pcfgdata; member