Searched refs:fctrl (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/pcmcia/ |
D | topic.h | 140 u8 fctrl; in topic95_override() local 143 fctrl = exca_readb(socket, TOPIC_EXCA_IF_CONTROL); in topic95_override() 144 exca_writeb(socket, TOPIC_EXCA_IF_CONTROL, fctrl | TOPIC_EXCA_IFC_33V_ENA); in topic95_override()
|
/linux-3.4.99/drivers/mtd/devices/ |
D | docg3.c | 390 int fctrl; in doc_set_extra_page_mode() local 397 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in doc_set_extra_page_mode() 398 if (fctrl & (DOC_CTRL_PROTECTION_ERROR | DOC_CTRL_SEQUENCE_ERROR)) in doc_set_extra_page_mode() 1651 u8 fctrl; in dbg_flashctrl_show() local 1654 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in dbg_flashctrl_show() 1659 fctrl, in dbg_flashctrl_show() 1660 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in dbg_flashctrl_show() 1661 fctrl & DOC_CTRL_CE ? "active" : "inactive", in dbg_flashctrl_show() 1662 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in dbg_flashctrl_show() 1663 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in dbg_flashctrl_show() [all …]
|
/linux-3.4.99/arch/m68k/ifpsp060/ |
D | MISC | 86 fctrl.s : 2.6 118 fctrl.s : 2.6
|
/linux-3.4.99/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 484 u16 *fctrl = &pwlanhdr->frame_ctl; in make_wlanhdr() local 486 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr() 490 SetToDs(fctrl); in make_wlanhdr() 497 SetFrDs(fctrl); in make_wlanhdr() 518 SetPrivacy(fctrl); in make_wlanhdr()
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 3435 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in ixgbe_set_rx_mode() local 3440 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL); in ixgbe_set_rx_mode() 3443 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in ixgbe_set_rx_mode() 3444 fctrl |= IXGBE_FCTRL_BAM; in ixgbe_set_rx_mode() 3445 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */ in ixgbe_set_rx_mode() 3446 fctrl |= IXGBE_FCTRL_PMCF; in ixgbe_set_rx_mode() 3449 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 3453 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE); in ixgbe_set_rx_mode() 3459 fctrl |= IXGBE_FCTRL_MPE; in ixgbe_set_rx_mode() 3479 fctrl |= IXGBE_FCTRL_UPE; in ixgbe_set_rx_mode() [all …]
|