Lines Matching refs:devfn
338 unsigned int devfn, in msp_pcibios_config_access() argument
344 unsigned char dev_fn = (unsigned char)devfn; in msp_pcibios_config_access()
467 unsigned int devfn, in msp_pcibios_read_config_byte() argument
478 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_byte()
515 unsigned int devfn, in msp_pcibios_read_config_word() argument
537 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_word()
572 unsigned int devfn, in msp_pcibios_read_config_dword() argument
589 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_dword()
625 unsigned int devfn, in msp_pcibios_write_config_byte() argument
632 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_byte()
641 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_byte()
674 unsigned int devfn, in msp_pcibios_write_config_word() argument
685 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_word()
694 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_word()
726 unsigned int devfn, in msp_pcibios_write_config_dword() argument
735 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_dword()
768 unsigned int devfn, in msp_pcibios_read_config() argument
774 if (msp_pcibios_read_config_byte(bus, devfn, where, val)) { in msp_pcibios_read_config()
778 if (msp_pcibios_read_config_word(bus, devfn, where, val)) { in msp_pcibios_read_config()
782 if (msp_pcibios_read_config_dword(bus, devfn, where, val)) { in msp_pcibios_read_config()
819 unsigned int devfn, in msp_pcibios_write_config() argument
825 if (msp_pcibios_write_config_byte(bus, devfn, in msp_pcibios_write_config()
830 if (msp_pcibios_write_config_word(bus, devfn, in msp_pcibios_write_config()
835 if (msp_pcibios_write_config_dword(bus, devfn, where, val)) { in msp_pcibios_write_config()