Lines Matching refs:res
43 int res; in pcimt_read() local
45 if ((res = set_config_address(bus->number, devfn, reg))) in pcimt_read()
46 return res; in pcimt_read()
66 int res; in pcimt_write() local
68 if ((res = set_config_address(bus->number, devfn, reg))) in pcimt_write()
69 return res; in pcimt_write()
103 int res; in pcit_read() local
113 if ((res = pcit_set_config_address(0, devfn, 0))) in pcit_read()
114 return res; in pcit_read()
120 if ((res = pcit_set_config_address(bus->number, devfn, reg))) in pcit_read()
121 return res; in pcit_read()
140 int res; in pcit_write() local
142 if ((res = pcit_set_config_address(bus->number, devfn, reg))) in pcit_write()
143 return res; in pcit_write()