Searched refs:MME (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1368 u8 MME[_MME_IE_LENGTH_]; in rtw_mgmt_xmitframe_coalesce() local 1396 memset(MME, 0, 18); in rtw_mgmt_xmitframe_coalesce() 1406 MME[0] = padapter->securitypriv.dot11wBIPKeyid; in rtw_mgmt_xmitframe_coalesce() 1408 memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); in rtw_mgmt_xmitframe_coalesce() 1413 pframe = rtw_set_ie(pframe, _MME_IE_, 16, MME, &(pattrib->pktlen)); in rtw_mgmt_xmitframe_coalesce()
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc-opc.c | 2480 #define MME(op, me, rc) (M ((op), (rc)) | ((((unsigned long)(me)) & 0x1f) << 1)) macro 4605 {"rotlwi", MME(21,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}}, 4606 {"clrlwi", MME(21,31,0), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}}, 4609 {"rotlwi.", MME(21,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}}, 4610 {"clrlwi.", MME(21,31,1), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}}, 4617 {"rotlw", MME(23,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}}, 4620 {"rotlw.", MME(23,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}},
|