Home
last modified time | relevance | path

Searched refs:temp_byte (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_ctrl.c131 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()
1260 u8 temp_byte; in board_replaced() local
1289 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1291 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1410 u8 temp_byte; in board_added() local
1437 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_added()
1439 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_added()
[all …]
Dcpqphp_nvram.c190 u8 temp_byte = 0xFF; in load_HRT() local
210 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword); in load_HRT()
Dcpqphp_pci.c690 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()