Searched refs:M00_MacControl (Results 1 – 4 of 4) sorted by relevance
204 reg->M00_MacControl &= ~0x02000000; /* The HW value */ in hal_set_accept_broadcast()207 reg->M00_MacControl |= 0x02000000; /* The HW value */ in hal_set_accept_broadcast()209 Wb35Reg_Write(pHwData, 0x0800, reg->M00_MacControl); in hal_set_accept_broadcast()221 reg->M00_MacControl |= 0x00400000; in hal_set_accept_promiscuous()222 Wb35Reg_Write(pHwData, 0x0800, reg->M00_MacControl); in hal_set_accept_promiscuous()224 reg->M00_MacControl &= ~0x00400000; in hal_set_accept_promiscuous()225 Wb35Reg_Write(pHwData, 0x0800, reg->M00_MacControl); in hal_set_accept_promiscuous()236 reg->M00_MacControl &= ~0x01000000; /* The HW value */ in hal_set_accept_multicast()238 reg->M00_MacControl |= 0x01000000; /* The HW value */ in hal_set_accept_multicast()239 Wb35Reg_Write(pHwData, 0x0800, reg->M00_MacControl); in hal_set_accept_multicast()[all …]
102 u32 M00_MacControl; member
82 case 0x800: reg->M00_MacControl = RegisterValue; break; in Wb35Reg_Update()
2067 reg->M00_MacControl = 0x80000000; /* Solve beacon sequence number stop by hardware */ in Mxx_initial()