Searched refs:u8val (Results 1 – 1 of 1) sorted by relevance
3104 uint8_t u8val; in lpfc_idiag_pcicfg_read() local3131 pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_read()3133 "%03x: %02x\n", where, u8val); in lpfc_idiag_pcicfg_read()3223 uint8_t u8val; in lpfc_idiag_pcicfg_write() local3296 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()3298 u8val |= (uint8_t)value; in lpfc_idiag_pcicfg_write()3300 u8val); in lpfc_idiag_pcicfg_write()3304 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()3306 u8val &= (uint8_t)(~value); in lpfc_idiag_pcicfg_write()3308 u8val); in lpfc_idiag_pcicfg_write()