Searched refs:temp_byte (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 131 u8 temp_byte; in handle_presence_change() local 169 temp_byte = (temp_word >> hp_slot) & 0x01; in handle_presence_change() 170 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change() 172 if (temp_byte != func->presence_save) { in handle_presence_change() 1258 u8 temp_byte; in board_replaced() local 1287 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_replaced() 1289 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_replaced() 1408 u8 temp_byte; in board_added() local 1435 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_added() 1437 writeb(temp_byte, ctr in board_added() 1616 u8 temp_byte; remove_board() local 2225 u8 temp_byte, function, max_functions, stop_it; configure_new_device() local 2324 u8 temp_byte; configure_new_function() local [all...] |
H A D | cpqphp_nvram.c | 190 u8 temp_byte = 0xFF; in load_HRT() local 210 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword); in load_HRT()
|
H A D | cpqphp_pci.c | 690 u8 temp_byte; in cpqhp_save_used_resources() local 729 pci_bus_read_config_byte(pci_bus, devfn, PCI_SUBORDINATE_BUS, &temp_byte); in cpqhp_save_used_resources() 736 bus_node->length = temp_byte - secondary_bus + 1; in cpqhp_save_used_resources()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 131 u8 temp_byte; in handle_presence_change() local 169 temp_byte = (temp_word >> hp_slot) & 0x01; in handle_presence_change() 170 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change() 172 if (temp_byte != func->presence_save) { in handle_presence_change() 1257 u8 temp_byte; in board_replaced() local 1286 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_replaced() 1288 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_replaced() 1407 u8 temp_byte; in board_added() local 1433 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_added() 1435 writeb(temp_byte, ctr in board_added() 1614 u8 temp_byte; remove_board() local 2213 u8 temp_byte, function, max_functions, stop_it; configure_new_device() local 2312 u8 temp_byte; configure_new_function() local [all...] |
H A D | cpqphp_nvram.c | 190 u8 temp_byte = 0xFF; in load_HRT() local 210 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword); in load_HRT()
|
H A D | cpqphp_pci.c | 692 u8 temp_byte; in cpqhp_save_used_resources() local 731 pci_bus_read_config_byte(pci_bus, devfn, PCI_SUBORDINATE_BUS, &temp_byte); in cpqhp_save_used_resources() 738 bus_node->length = temp_byte - secondary_bus + 1; in cpqhp_save_used_resources()
|
Completed in 9 milliseconds