Lines Matching refs:res
52 int res; in pci_conf0_read_config() local
68 res = get_dbe(*value, (u8 *) addr); in pci_conf0_read_config()
70 res = get_dbe(*value, (u16 *) addr); in pci_conf0_read_config()
72 res = get_dbe(*value, (u32 *) addr); in pci_conf0_read_config()
74 return res ? PCIBIOS_DEVICE_NOT_FOUND : PCIBIOS_SUCCESSFUL; in pci_conf0_read_config()
113 int res; in pci_conf1_read_config() local
131 res = get_dbe(*value, (u8 *) addr); in pci_conf1_read_config()
133 res = get_dbe(*value, (u16 *) addr); in pci_conf1_read_config()
135 res = get_dbe(*value, (u32 *) addr); in pci_conf1_read_config()
137 return res ? PCIBIOS_DEVICE_NOT_FOUND : PCIBIOS_SUCCESSFUL; in pci_conf1_read_config()
185 int res; in pci_conf0_write_config() local
201 res = put_dbe(value, (u8 *) addr); in pci_conf0_write_config()
203 res = put_dbe(value, (u16 *) addr); in pci_conf0_write_config()
205 res = put_dbe(value, (u32 *) addr); in pci_conf0_write_config()
208 if (res) in pci_conf0_write_config()
252 int res; in pci_conf1_write_config() local
269 res = put_dbe(value, (u8 *) addr); in pci_conf1_write_config()
271 res = put_dbe(value, (u16 *) addr); in pci_conf1_write_config()
273 res = put_dbe(value, (u32 *) addr); in pci_conf1_write_config()
276 if (res) in pci_conf1_write_config()