Searched refs:fctrl (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/pcmcia/ |
| H A D | topic.h | 143 u8 fctrl; in topic95_override() local 147 fctrl = exca_readb(socket, TOPIC_EXCA_IF_CONTROL); in topic95_override() 148 exca_writeb(socket, TOPIC_EXCA_IF_CONTROL, fctrl | TOPIC_EXCA_IFC_33V_ENA); in topic95_override()
|
| /linux/drivers/misc/mei/ |
| H A D | hbm.c | 838 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument 843 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds() 845 dev_err(&dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds() 856 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds() 871 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument 875 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res() 877 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res() 881 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res() 1261 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local 1447 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch() [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | MISC | 86 fctrl.s : 2.6 118 fctrl.s : 2.6
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 1691 u32 fctrl, vmolr, vlnctrl; in wx_set_rx_mode() local 1697 fctrl = rd32(wx, WX_PSR_CTL); in wx_set_rx_mode() 1698 fctrl &= ~(WX_PSR_CTL_UPE | WX_PSR_CTL_MPE); in wx_set_rx_mode() 1708 fctrl |= WX_PSR_CTL_BAM | WX_PSR_CTL_MFE; in wx_set_rx_mode() 1717 fctrl |= WX_PSR_CTL_UPE | WX_PSR_CTL_MPE; in wx_set_rx_mode() 1727 fctrl |= WX_PSR_CTL_MPE; in wx_set_rx_mode() 1763 wr32(wx, WX_PSR_CTL, fctrl); in wx_set_rx_mode()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_sriov.c | 1174 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local 1218 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode() 1219 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()
|
| H A D | ixgbe_main.c | 5349 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local 5354 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode() 5357 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode() 5358 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode() 5359 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode() 5360 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode() 5363 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 5366 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 5371 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode() 5383 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode() [all …]
|