Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dlinux_compat.h168 #define PCI_BASEADDR_SIZE(__pdev, __idx) \ argument
170 pci_read_config_dword(__pdev, PCI_BASE_ADDRESS_0 + (4*(__idx)), &tmp); \
171 pci_write_config_dword(__pdev, PCI_BASE_ADDRESS_0 + (4*(__idx)), 0xffffffff); \
172 pci_read_config_dword(__pdev, PCI_BASE_ADDRESS_0 + (4*(__idx)), &size); \
173 pci_write_config_dword(__pdev, PCI_BASE_ADDRESS_0 + (4*(__idx)), tmp); \