Searched refs:pcic_read_config_dword (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/sparc/kernel/ |
D | pcic.c | 200 static int pcic_read_config_dword(struct pci_dev *dev, int where, u32 *value); 207 pcic_read_config_dword(dev, where&~3, &v); in pcic_read_config_byte() 217 pcic_read_config_dword(dev, where&~3, &v); in pcic_read_config_word() 222 static int pcic_read_config_dword(struct pci_dev *dev, int where, u32 *value) in pcic_read_config_dword() function 268 pcic_read_config_dword(dev, where&~3, &v); in pcic_write_config_byte() 279 pcic_read_config_dword(dev, where&~3, &v); in pcic_write_config_word() 306 pcic_read_config_dword,
|