Lines Matching refs:devfn

362 				unsigned int devfn,  in msp_pcibios_config_access()  argument
368 unsigned char dev_fn = (unsigned char)devfn; in msp_pcibios_config_access()
491 unsigned int devfn, in msp_pcibios_read_config_byte() argument
502 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_byte()
539 unsigned int devfn, in msp_pcibios_read_config_word() argument
561 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_word()
596 unsigned int devfn, in msp_pcibios_read_config_dword() argument
613 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_dword()
649 unsigned int devfn, in msp_pcibios_write_config_byte() argument
656 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_byte()
665 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_byte()
698 unsigned int devfn, in msp_pcibios_write_config_word() argument
709 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_word()
718 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_word()
750 unsigned int devfn, in msp_pcibios_write_config_dword() argument
759 if (msp_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in msp_pcibios_write_config_dword()
792 unsigned int devfn, in msp_pcibios_read_config() argument
798 if (msp_pcibios_read_config_byte(bus, devfn, where, val)) { in msp_pcibios_read_config()
802 if (msp_pcibios_read_config_word(bus, devfn, where, val)) { in msp_pcibios_read_config()
806 if (msp_pcibios_read_config_dword(bus, devfn, where, val)) { in msp_pcibios_read_config()
843 unsigned int devfn, in msp_pcibios_write_config() argument
849 if (msp_pcibios_write_config_byte(bus, devfn, in msp_pcibios_write_config()
854 if (msp_pcibios_write_config_word(bus, devfn, in msp_pcibios_write_config()
859 if (msp_pcibios_write_config_dword(bus, devfn, where, val)) { in msp_pcibios_write_config()