Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-driver-habanalabs97 Description: Allows the user to set the maximum clock frequency for MME, TPC
138 the MME compute engine. Writes to this parameter affect the
140 mode. The device MME clock might be set to lower value than the
142 frequency value of the MME. This property is valid only for the
149 Description: Displays the current clock frequency, in Hz, of the MME compute
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1153 u8 MME[_MME_IE_LENGTH_]; in rtw_mgmt_xmitframe_coalesce() local
1181 memset(MME, 0, 18); in rtw_mgmt_xmitframe_coalesce()
1191 MME[0] = padapter->securitypriv.dot11wBIPKeyid; in rtw_mgmt_xmitframe_coalesce()
1193 memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); in rtw_mgmt_xmitframe_coalesce()
1199 MME, &pattrib->pktlen); in rtw_mgmt_xmitframe_coalesce()
/linux-5.19.10/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-5.19.10/drivers/misc/habanalabs/goya/
Dgoya.c103 #define IS_MME_QM_IDLE(qm_glbl_sts0) IS_QM_IDLE(MME, qm_glbl_sts0)
111 IS_CMDQ_IDLE(MME, cmdq_glbl_sts0)