Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_debugfs.c1422 uint8_t u8val; in lpfc_idiag_pcicfg_read() local
1449 pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_read()
1451 "%03x: %02x\n", where, u8val); in lpfc_idiag_pcicfg_read()
1541 uint8_t u8val; in lpfc_idiag_pcicfg_write() local
1614 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()
1616 u8val |= (uint8_t)value; in lpfc_idiag_pcicfg_write()
1618 u8val); in lpfc_idiag_pcicfg_write()
1622 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write()
1624 u8val &= (uint8_t)(~value); in lpfc_idiag_pcicfg_write()
1626 u8val); in lpfc_idiag_pcicfg_write()