/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_cmd.c | 111 __le16 *fctrl; in ConstructBeacon() local 119 fctrl = &(pwlanhdr->frame_control); in ConstructBeacon() 120 *(fctrl) = 0; in ConstructBeacon() 199 __le16 *fctrl; in ConstructPSPoll() local 206 fctrl = &(pwlanhdr->frame_control); in ConstructPSPoll() 207 *(fctrl) = 0; in ConstructPSPoll() 208 SetPwrMgt(fctrl); in ConstructPSPoll() 235 __le16 *fctrl; in ConstructNullFunctionData() local 244 fctrl = &pwlanhdr->frame_control; in ConstructNullFunctionData() 245 *(fctrl) = 0; in ConstructNullFunctionData() [all …]
|
/openbmc/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()
|
/openbmc/linux/drivers/misc/mei/ |
H A D | hbm.c | 841 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument 846 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds() 848 dev_err(dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds() 859 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds() 874 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument 878 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res() 880 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res() 884 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res() 1264 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local 1450 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 2120 __le16 *fctrl; in issue_beacon() local 2145 fctrl = &(pwlanhdr->frame_control); in issue_beacon() 2146 *(fctrl) = 0; in issue_beacon() 2265 __le16 *fctrl; in issue_probersp() local 2296 fctrl = &(pwlanhdr->frame_control); in issue_probersp() 2297 *(fctrl) = 0; in issue_probersp() 2304 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp() 2462 __le16 *fctrl; in _issue_probereq() local 2486 fctrl = &(pwlanhdr->frame_control); in _issue_probereq() 2487 *(fctrl) = 0; in _issue_probereq() [all …]
|
H A D | rtw_xmit.c | 869 __le16 *fctrl = &pwlanhdr->frame_control; in rtw_make_wlanhdr() local 873 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr() 882 SetToDs(fctrl); in rtw_make_wlanhdr() 892 SetFrDs(fctrl); in rtw_make_wlanhdr() 913 SetMData(fctrl); in rtw_make_wlanhdr() 916 SetPrivacy(fctrl); in rtw_make_wlanhdr()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | docg3.c | 399 int fctrl; in doc_set_extra_page_mode() local 406 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in doc_set_extra_page_mode() 407 if (fctrl & (DOC_CTRL_PROTECTION_ERROR | DOC_CTRL_SEQUENCE_ERROR)) in doc_set_extra_page_mode() 1604 u8 fctrl; in flashcontrol_show() local 1607 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in flashcontrol_show() 1611 fctrl, in flashcontrol_show() 1612 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in flashcontrol_show() 1613 fctrl & DOC_CTRL_CE ? "active" : "inactive", in flashcontrol_show() 1614 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in flashcontrol_show() 1615 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in flashcontrol_show() [all …]
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | MISC | 86 fctrl.s : 2.6 118 fctrl.s : 2.6
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 1135 u32 fctrl, vmolr, vlnctrl; in wx_set_rx_mode() local 1141 fctrl = rd32(wx, WX_PSR_CTL); in wx_set_rx_mode() 1142 fctrl &= ~(WX_PSR_CTL_UPE | WX_PSR_CTL_MPE); in wx_set_rx_mode() 1152 fctrl |= WX_PSR_CTL_BAM | WX_PSR_CTL_MFE; in wx_set_rx_mode() 1161 fctrl |= WX_PSR_CTL_UPE | WX_PSR_CTL_MPE; in wx_set_rx_mode() 1168 fctrl |= WX_PSR_CTL_MPE; in wx_set_rx_mode() 1204 wr32(wx, WX_PSR_CTL, fctrl); in wx_set_rx_mode()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_xmit.c | 502 __le16 *fctrl = &pwlanhdr->frame_control; in make_wlanhdr() local 506 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr() 514 SetToDs(fctrl); in make_wlanhdr() 520 SetFrDs(fctrl); in make_wlanhdr() 538 SetPrivacy(fctrl); in make_wlanhdr()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 4895 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local 4900 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode() 4903 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode() 4904 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode() 4905 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode() 4906 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode() 4909 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 4912 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 4917 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode() 4929 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode() [all …]
|
H A D | ixgbe_sriov.c | 1163 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local 1205 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode() 1206 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 221 __le16 *fctrl; in rtw_cfg80211_inform_bss() local 290 fctrl = &(pwlanhdr->frame_control); in rtw_cfg80211_inform_bss() 291 *(fctrl) = 0; in rtw_cfg80211_inform_bss()
|