Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c110 __le16 *fctrl; in ConstructBeacon() local
118 fctrl = &(pwlanhdr->frame_control); in ConstructBeacon()
119 *(fctrl) = 0; in ConstructBeacon()
198 __le16 *fctrl; in ConstructPSPoll() local
205 fctrl = &(pwlanhdr->frame_control); in ConstructPSPoll()
206 *(fctrl) = 0; in ConstructPSPoll()
207 SetPwrMgt(fctrl); in ConstructPSPoll()
234 __le16 *fctrl; in ConstructNullFunctionData() local
243 fctrl = &pwlanhdr->frame_control; in ConstructNullFunctionData()
244 *(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/misc/mei/
H A Dhbm.c843 struct hbm_flow_control *fctrl) in mei_hbm_add_single_tx_flow_ctrl_creds() argument
848 me_cl = mei_me_cl_by_id(dev, fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
850 dev_err(dev->dev, "no such me client %d\n", fctrl->me_addr); in mei_hbm_add_single_tx_flow_ctrl_creds()
861 fctrl->me_addr, me_cl->tx_flow_ctrl_creds); in mei_hbm_add_single_tx_flow_ctrl_creds()
876 struct hbm_flow_control *fctrl) in mei_hbm_cl_tx_flow_ctrl_creds_res() argument
880 if (!fctrl->host_addr) { in mei_hbm_cl_tx_flow_ctrl_creds_res()
882 mei_hbm_add_single_tx_flow_ctrl_creds(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
886 cl = mei_hbm_cl_find_by_cmd(dev, fctrl); in mei_hbm_cl_tx_flow_ctrl_creds_res()
1266 struct hbm_flow_control *fctrl; in mei_hbm_dispatch() local
1452 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch()
[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.c1311 u32 fctrl, vmolr, vlnctrl; in wx_set_rx_mode() local
1317 fctrl = rd32(wx, WX_PSR_CTL); in wx_set_rx_mode()
1318 fctrl &= ~(WX_PSR_CTL_UPE | WX_PSR_CTL_MPE); in wx_set_rx_mode()
1328 fctrl |= WX_PSR_CTL_BAM | WX_PSR_CTL_MFE; in wx_set_rx_mode()
1337 fctrl |= WX_PSR_CTL_UPE | WX_PSR_CTL_MPE; in wx_set_rx_mode()
1344 fctrl |= WX_PSR_CTL_MPE; in wx_set_rx_mode()
1380 wr32(wx, WX_PSR_CTL, fctrl); in wx_set_rx_mode()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5167 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local
5172 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode()
5175 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode()
5176 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode()
5177 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode()
5178 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode()
5181 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
5184 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode()
5189 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode()
5201 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode()
[all …]
H A Dixgbe_sriov.c1162 u32 vmolr, fctrl, disable, enable; in ixgbe_update_vf_xcast_mode() local
1204 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_update_vf_xcast_mode()
1205 if (!(fctrl & IXGBE_FCTRL_UPE)) { in ixgbe_update_vf_xcast_mode()