Searched refs:u8val (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 3304 uint8_t u8val; in lpfc_idiag_pcicfg_read() local 3331 pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_read() 3333 "%03x: %02x\n", where, u8val); in lpfc_idiag_pcicfg_read() 3423 uint8_t u8val; in lpfc_idiag_pcicfg_write() local 3496 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write() 3498 u8val |= (uint8_t)value; in lpfc_idiag_pcicfg_write() 3500 u8val); in lpfc_idiag_pcicfg_write() 3504 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write() 3506 u8val &= (uint8_t)(~value); in lpfc_idiag_pcicfg_write() 3508 u8val); in lpfc_idiag_pcicfg_write() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 3306 uint8_t u8val; in lpfc_idiag_pcicfg_read() local 3333 pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_read() 3335 "%03x: %02x\n", where, u8val); in lpfc_idiag_pcicfg_read() 3424 uint8_t u8val; in lpfc_idiag_pcicfg_write() local 3497 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write() 3499 u8val |= (uint8_t)value; in lpfc_idiag_pcicfg_write() 3501 u8val); in lpfc_idiag_pcicfg_write() 3505 rc = pci_read_config_byte(pdev, where, &u8val); in lpfc_idiag_pcicfg_write() 3507 u8val &= (uint8_t)(~value); in lpfc_idiag_pcicfg_write() 3509 u8val); in lpfc_idiag_pcicfg_write() [all...] |
Completed in 10 milliseconds