Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/samsung/
Dpinctrl-exynos5440.c393 u32 cfg_value; in exynos5440_pinconf_set() local
402 cfg_value = PINCFG_UNPACK_VALUE(configs[i]); in exynos5440_pinconf_set()
409 if (cfg_value) in exynos5440_pinconf_set()
416 if (cfg_value == 2) in exynos5440_pinconf_set()
425 data |= ((cfg_value & 1) << pin); in exynos5440_pinconf_set()
427 cfg_value >>= 1; in exynos5440_pinconf_set()
432 data |= ((cfg_value & 1) << pin); in exynos5440_pinconf_set()
438 data |= ((cfg_value & 1) << pin); in exynos5440_pinconf_set()
444 data |= ((cfg_value & 1) << pin); in exynos5440_pinconf_set()
Dpinctrl-samsung.c425 u32 cfg_value, cfg_reg; in samsung_pinconf_rw() local
446 cfg_value = PINCFG_UNPACK_VALUE(*config); in samsung_pinconf_rw()
448 data |= (cfg_value << shift); in samsung_pinconf_rw()
/linux-4.4.14/drivers/phy/
Dphy-qcom-ufs-i.h48 .cfg_value = val, \
70 u32 cfg_value; member
Dphy-qcom-ufs.c48 writel_relaxed(tbl_A[i].cfg_value, in ufs_qcom_phy_calibrate()
66 writel_relaxed(tbl_B[i].cfg_value, in ufs_qcom_phy_calibrate()
/linux-4.4.14/drivers/net/ethernet/packetengines/
Dyellowfin.c1285 u16 cfg_value = ioread16(ioaddr + Cnfg); in set_rx_mode() local
1288 iowrite16(cfg_value & ~0x1000, ioaddr + Cnfg); in set_rx_mode()
1325 iowrite16(cfg_value | 0x1000, ioaddr + Cnfg); in set_rx_mode()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_defs_svc.h938 u16 cfg_value; member
Dbfa_fcpim.c3929 throttle.cfg_value = bfa_fcpim_read_throttle(bfa); in bfa_fcpim_throttle_get()
3930 if (!throttle.cfg_value) in bfa_fcpim_throttle_get()
3931 throttle.cfg_value = throttle.cur_value; in bfa_fcpim_throttle_get()
Dbfad_bsg.c2647 iocmd->throttle.cfg_value); in bfad_iocmd_fcpim_throttle_set()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c4002 uint16_t cfg_value; in lpfc_sli_brdreset() local
4019 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value); in lpfc_sli_brdreset()
4021 (cfg_value & in lpfc_sli_brdreset()
4034 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); in lpfc_sli_brdreset()
4065 uint16_t cfg_value; in lpfc_sli4_brdreset() local
4096 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value); in lpfc_sli4_brdreset()
4097 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value & in lpfc_sli4_brdreset()
4105 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); in lpfc_sli4_brdreset()