Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c3307 uint8_t u8val; in lpfc_idiag_pcicfg_read() local
3334 pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_read()
3336 "%03x: %02x\n", where, u8val); in lpfc_idiag_pcicfg_read()
3425 uint8_t u8val; in lpfc_idiag_pcicfg_write() local
3498 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()
3500 u8val |= (uint8_t)value; in lpfc_idiag_pcicfg_write()
3502 u8val); in lpfc_idiag_pcicfg_write()
3506 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()
3508 u8val &= (uint8_t)(~value); in lpfc_idiag_pcicfg_write()
3510 u8val); in lpfc_idiag_pcicfg_write()