Home
last modified time | relevance | path

Searched refs:MME (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-habanalabs58 Description: Allows the user to set the maximum clock frequency for MME, TPC
99 the MME compute engine. Writes to this parameter affect the
101 mode. The device MME clock might be set to lower value than the
103 frequency value of the MME. This property is valid only for the
110 Description: Displays the current clock frequency, in Hz, of the MME compute
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1368 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-v5.4/arch/powerpc/xmon/
Dppc-opc.c2468 #define MME(op, me, rc) (M ((op), (rc)) | ((((unsigned long)(me)) & 0x1f) << 1)) macro
4593 {"rotlwi", MME(21,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}},
4594 {"clrlwi", MME(21,31,0), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}},
4597 {"rotlwi.", MME(21,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}},
4598 {"clrlwi.", MME(21,31,1), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}},
4605 {"rotlw", MME(23,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}},
4608 {"rotlw.", MME(23,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}},
/Linux-v5.4/drivers/misc/habanalabs/goya/
Dgoya.c99 #define IS_MME_QM_IDLE(qm_glbl_sts0) IS_QM_IDLE(MME, qm_glbl_sts0)
107 IS_CMDQ_IDLE(MME, cmdq_glbl_sts0)