Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c109 __le16 *fctrl; in ConstructBeacon() local
117 fctrl = &(pwlanhdr->frame_control); in ConstructBeacon()
118 *(fctrl) = 0; in ConstructBeacon()
197 __le16 *fctrl; in ConstructPSPoll() local
204 fctrl = &(pwlanhdr->frame_control); in ConstructPSPoll()
205 *(fctrl) = 0; in ConstructPSPoll()
206 SetPwrMgt(fctrl); in ConstructPSPoll()
233 __le16 *fctrl; in ConstructNullFunctionData() local
242 fctrl = &pwlanhdr->frame_control; in ConstructNullFunctionData()
243 *(fctrl) = 0; in ConstructNullFunctionData()
[all …]
/linux/drivers/pcmcia/
H A Dtopic.h143 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/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2113 __le16 *fctrl; in issue_beacon() local
2138 fctrl = &(pwlanhdr->frame_control); in issue_beacon()
2139 *(fctrl) = 0; in issue_beacon()
2258 __le16 *fctrl; in issue_probersp() local
2289 fctrl = &(pwlanhdr->frame_control); in issue_probersp()
2290 *(fctrl) = 0; in issue_probersp()
2297 SetFrameSubType(fctrl, WIFI_PROBERSP); in issue_probersp()
2455 __le16 *fctrl; in _issue_probereq() local
2479 fctrl = &(pwlanhdr->frame_control); in _issue_probereq()
2480 *(fctrl) = 0; in _issue_probereq()
[all …]
/linux/drivers/mtd/devices/
H A Ddocg3.c399 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 …]
/linux/arch/m68k/ifpsp060/
H A DMISC86 fctrl.s : 2.6
118 fctrl.s : 2.6
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1691 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 Dixgbe_sriov.c1176 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local
1220 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode()
1221 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()
H A Dixgbe_main.c5349 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 …]
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c220 __le16 *fctrl; in rtw_cfg80211_inform_bss() local
289 fctrl = &(pwlanhdr->frame_control); in rtw_cfg80211_inform_bss()
290 *(fctrl) = 0; in rtw_cfg80211_inform_bss()