read_config_byte
return read_config_byte(bus, devfn, where, (u8 *) val);
int rc = read_config_byte(bus, devfn, where, &_val);