Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Dpcic.c201 static int pcic_write_config_dword(struct pci_dev *dev, int where, u32 value);
271 return pcic_write_config_dword(dev, where&~3, v); in pcic_write_config_byte()
282 return pcic_write_config_dword(dev, where&~3, v); in pcic_write_config_word()
285 static int pcic_write_config_dword(struct pci_dev *dev, int where, u32 value) in pcic_write_config_dword() function
309 pcic_write_config_dword,