Searched refs:scfg (Results 1 – 7 of 7) sorted by relevance
/drivers/hwmon/ |
D | k8temp.c | 135 u8 scfg; in k8temp_probe() local 171 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe() 172 scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */ in k8temp_probe() 173 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe() 174 pci_read_config_byte(pdev, REG_TEMP, &scfg); in k8temp_probe() 176 if (scfg & (SEL_PLACE | SEL_CORE)) { in k8temp_probe() 181 scfg |= (SEL_PLACE | SEL_CORE); in k8temp_probe() 182 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe() 188 scfg &= ~SEL_CORE; /* Select sensor 1, core0 */ in k8temp_probe() 189 pci_write_config_byte(pdev, REG_TEMP, scfg); in k8temp_probe() [all …]
|
/drivers/pci/controller/dwc/ |
D | pci-layerscape.c | 49 struct regmap *scfg; member 91 if (!pcie->scfg) in ls1021_pcie_link_up() 94 regmap_read(pcie->scfg, SCFG_PEXMSCPORTSR(pcie->index), &state); in ls1021_pcie_link_up() 150 pcie->scfg = syscon_regmap_lookup_by_phandle(dev->of_node, in ls1021_pcie_host_init() 152 if (IS_ERR(pcie->scfg)) { in ls1021_pcie_host_init() 153 ret = PTR_ERR(pcie->scfg); in ls1021_pcie_host_init() 155 pcie->scfg = NULL; in ls1021_pcie_host_init() 161 pcie->scfg = NULL; in ls1021_pcie_host_init()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 25 struct ixgbe_dcb_config *scfg = &adapter->temp_dcb_cfg; in ixgbe_copy_dcb_cfg() local 45 src = &scfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg() 95 if (dcfg->bw_percentage[tx][j] != scfg->bw_percentage[tx][j]) { in ixgbe_copy_dcb_cfg() 96 dcfg->bw_percentage[tx][j] = scfg->bw_percentage[tx][j]; in ixgbe_copy_dcb_cfg() 99 if (dcfg->bw_percentage[rx][j] != scfg->bw_percentage[rx][j]) { in ixgbe_copy_dcb_cfg() 100 dcfg->bw_percentage[rx][j] = scfg->bw_percentage[rx][j]; in ixgbe_copy_dcb_cfg() 107 if (dcfg->tc_config[j].dcb_pfc != scfg->tc_config[j].dcb_pfc) { in ixgbe_copy_dcb_cfg() 108 dcfg->tc_config[j].dcb_pfc = scfg->tc_config[j].dcb_pfc; in ixgbe_copy_dcb_cfg() 113 if (dcfg->pfc_mode_enable != scfg->pfc_mode_enable) { in ixgbe_copy_dcb_cfg() 114 dcfg->pfc_mode_enable = scfg->pfc_mode_enable; in ixgbe_copy_dcb_cfg()
|
/drivers/dma/ |
D | st_fdma.c | 358 maxburst = fchan->scfg.src_maxburst; in config_reqctrl() 359 width = fchan->scfg.src_addr_width; in config_reqctrl() 360 addr = fchan->scfg.src_addr; in config_reqctrl() 365 maxburst = fchan->scfg.dst_maxburst; in config_reqctrl() 366 width = fchan->scfg.dst_addr_width; in config_reqctrl() 367 addr = fchan->scfg.dst_addr; in config_reqctrl() 682 memcpy(&fchan->scfg, slave_cfg, sizeof(fchan->scfg)); in st_fdma_slave_config()
|
D | st_fdma.h | 120 struct dma_slave_config scfg; member
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 2168 struct i40e_aqc_switch_seid *scfg = in i40e_aq_get_switch_config() local 2177 scfg->seid = cpu_to_le16(*start_seid); in i40e_aq_get_switch_config() 2180 *start_seid = le16_to_cpu(scfg->seid); in i40e_aq_get_switch_config() 2202 struct i40e_aqc_set_switch_config *scfg = in i40e_aq_set_switch_config() local 2208 scfg->flags = cpu_to_le16(flags); in i40e_aq_set_switch_config() 2209 scfg->valid_flags = cpu_to_le16(valid_flags); in i40e_aq_set_switch_config() 2210 scfg->mode = mode; in i40e_aq_set_switch_config() 2212 scfg->switch_tag = cpu_to_le16(hw->switch_tag); in i40e_aq_set_switch_config() 2213 scfg->first_tag = cpu_to_le16(hw->first_tag); in i40e_aq_set_switch_config() 2214 scfg->second_tag = cpu_to_le16(hw->second_tag); in i40e_aq_set_switch_config()
|
/drivers/irqchip/ |
D | Makefile | 87 obj-$(CONFIG_LS_SCFG_MSI) += irq-ls-scfg-msi.o
|