Searched refs:u8val (Results 1 – 1 of 1) sorted by relevance
2597 uint8_t u8val; in lpfc_idiag_pcicfg_read() local2624 pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_read()2626 "%03x: %02x\n", where, u8val); in lpfc_idiag_pcicfg_read()2716 uint8_t u8val; in lpfc_idiag_pcicfg_write() local2789 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()2791 u8val |= (uint8_t)value; in lpfc_idiag_pcicfg_write()2793 u8val); in lpfc_idiag_pcicfg_write()2797 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()2799 u8val &= (uint8_t)(~value); in lpfc_idiag_pcicfg_write()2801 u8val); in lpfc_idiag_pcicfg_write()