Lines Matching refs:devfn

333 				unsigned int devfn,  in msp_pcibios_config_access()  argument
339 unsigned char dev_fn = (unsigned char)devfn; in msp_pcibios_config_access()
462 unsigned int devfn, in msp_pcibios_read_config_byte() argument
473 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_byte()
510 unsigned int devfn, in msp_pcibios_read_config_word() argument
532 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_word()
567 unsigned int devfn, in msp_pcibios_read_config_dword() argument
584 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_dword()
620 unsigned int devfn, in msp_pcibios_write_config_byte() argument
627 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_byte()
636 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_byte()
669 unsigned int devfn, in msp_pcibios_write_config_word() argument
680 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_word()
689 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_word()
721 unsigned int devfn, in msp_pcibios_write_config_dword() argument
730 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_dword()
763 unsigned int devfn, in msp_pcibios_read_config() argument
769 if (msp_pcibios_read_config_byte(bus, devfn, where, val)) { in msp_pcibios_read_config()
773 if (msp_pcibios_read_config_word(bus, devfn, where, val)) { in msp_pcibios_read_config()
777 if (msp_pcibios_read_config_dword(bus, devfn, where, val)) { in msp_pcibios_read_config()
814 unsigned int devfn, in msp_pcibios_write_config() argument
820 if (msp_pcibios_write_config_byte(bus, devfn, in msp_pcibios_write_config()
825 if (msp_pcibios_write_config_word(bus, devfn, in msp_pcibios_write_config()
830 if (msp_pcibios_write_config_dword(bus, devfn, where, val)) { in msp_pcibios_write_config()