Searched refs:make_first_field (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/powerpc/platforms/ps3/ |
D | repository.c | 74 static u64 make_first_field(const char *text, u64 index) in make_first_field() function 153 make_first_field("bus", bus_index), in ps3_repository_read_bus_str() 161 return read_node(PS3_LPAR_ID_PME, make_first_field("bus", bus_index), in ps3_repository_read_bus_id() 172 make_first_field("bus", bus_index), in ps3_repository_read_bus_type() 187 make_first_field("bus", bus_index), in ps3_repository_read_bus_num_dev() 199 make_first_field("bus", bus_index), in ps3_repository_read_dev_str() 209 return read_node(PS3_LPAR_ID_PME, make_first_field("bus", bus_index), in ps3_repository_read_dev_id() 221 make_first_field("bus", bus_index), in ps3_repository_read_dev_type() 239 make_first_field("bus", bus_index), in ps3_repository_read_dev_intr() 257 make_first_field("bus", bus_index), in ps3_repository_read_dev_reg_type() [all …]
|