Searched refs:macctrl (Results 1 – 2 of 2) sorted by relevance
537 u16 macctrl; in rio_hw_init() local612 macctrl = 0; in rio_hw_init()613 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_hw_init()614 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_hw_init()617 dw16(MACCtrl, macctrl); in rio_hw_init()1038 u16 macctrl; in rio_error() local1052 macctrl = 0; in rio_error()1053 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()1055 macctrl |= (np->tx_flow) ? in rio_error()1057 macctrl |= (np->rx_flow) ? in rio_error()[all …]
385 u32 macctrl; in brcms_deviceremoved() local389 macctrl = bcma_read32(wlc->hw->d11core, in brcms_deviceremoved()391 return (macctrl & (MCTL_PSM_JMP_0 | MCTL_IHR_EN)) != MCTL_IHR_EN; in brcms_deviceremoved()805 u32 macctrl; in brcms_c_setband_inact() local808 macctrl = bcma_read32(wlc_hw->d11core, in brcms_c_setband_inact()810 WARN_ON((macctrl & MCTL_EN_MAC) != 0); in brcms_c_setband_inact()
Completed in 19 milliseconds