Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/packetengines/
H A Dyellowfin.c1296 u16 cfg_value = ioread16(ioaddr + Cnfg); in set_rx_mode() local
1299 iowrite16(cfg_value & ~0x1000, ioaddr + Cnfg); in set_rx_mode()
1336 iowrite16(cfg_value | 0x1000, ioaddr + Cnfg); in set_rx_mode()
/linux-6.15/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c446 u32 cfg_value, cfg_reg; in samsung_pinconf_rw() local
473 cfg_value = PINCFG_UNPACK_VALUE(*config); in samsung_pinconf_rw()
475 data |= (cfg_value << shift); in samsung_pinconf_rw()
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_defs_svc.h931 u16 cfg_value; member
H A Dbfa_fcpim.c3830 throttle.cfg_value = bfa_fcpim_read_throttle(bfa); in bfa_fcpim_throttle_get()
3831 if (!throttle.cfg_value) in bfa_fcpim_throttle_get()
3832 throttle.cfg_value = throttle.cur_value; in bfa_fcpim_throttle_get()
H A Dbfad_bsg.c2664 iocmd->throttle.cfg_value); in bfad_iocmd_fcpim_throttle_set()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.c5077 uint16_t cfg_value; in lpfc_sli_brdreset() local
5098 if (pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value)) in lpfc_sli_brdreset()
5102 (cfg_value & in lpfc_sli_brdreset()
5115 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); in lpfc_sli_brdreset()
5146 uint16_t cfg_value; in lpfc_sli4_brdreset() local
5172 if (pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value)) { in lpfc_sli4_brdreset()
5178 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value & in lpfc_sli4_brdreset()
5185 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); in lpfc_sli4_brdreset()