Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c440 u32 cfg_value, cfg_reg; in samsung_pinconf_rw() local
461 cfg_value = PINCFG_UNPACK_VALUE(*config); in samsung_pinconf_rw()
463 data |= (cfg_value << shift); in samsung_pinconf_rw()
/openbmc/linux/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()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs_svc.h931 u16 cfg_value; member
H A Dbfa_fcpim.c3890 throttle.cfg_value = bfa_fcpim_read_throttle(bfa); in bfa_fcpim_throttle_get()
3891 if (!throttle.cfg_value) in bfa_fcpim_throttle_get()
3892 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()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c5088 uint16_t cfg_value; in lpfc_sli_brdreset() local
5109 if (pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value)) in lpfc_sli_brdreset()
5113 (cfg_value & in lpfc_sli_brdreset()
5126 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); in lpfc_sli_brdreset()
5157 uint16_t cfg_value; in lpfc_sli4_brdreset() local
5183 if (pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value)) { in lpfc_sli4_brdreset()
5189 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value & in lpfc_sli4_brdreset()
5196 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); in lpfc_sli4_brdreset()