Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-driver-habanalabs91 Description: Allows the user to set the maximum clock frequency for MME, TPC
132 the MME compute engine. Writes to this parameter affect the
134 mode. The device MME clock might be set to lower value than the
136 frequency value of the MME. This property is valid only for the
143 Description: Displays the current clock frequency, in Hz, of the MME compute
Ddebugfs-driver-habanalabs18 registers of the TPC and MME engines. This is sometimes needed
26 8 - 11 MME engines
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1248 u8 MME[_MME_IE_LENGTH_]; in rtw_mgmt_xmitframe_coalesce() local
1276 memset(MME, 0, 18); in rtw_mgmt_xmitframe_coalesce()
1286 MME[0] = padapter->securitypriv.dot11wBIPKeyid; in rtw_mgmt_xmitframe_coalesce()
1288 memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); in rtw_mgmt_xmitframe_coalesce()
1294 MME, &pattrib->pktlen); in rtw_mgmt_xmitframe_coalesce()
/Linux-v5.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-v5.10/drivers/misc/habanalabs/goya/
Dgoya.c104 #define IS_MME_QM_IDLE(qm_glbl_sts0) IS_QM_IDLE(MME, qm_glbl_sts0)
112 IS_CMDQ_IDLE(MME, cmdq_glbl_sts0)