Home
last modified time | relevance | path

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

/linux-6.15/Documentation/ABI/testing/
H A 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-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1152 u8 MME[_MME_IE_LENGTH_]; in rtw_mgmt_xmitframe_coalesce() local
1180 memset(MME, 0, 18); in rtw_mgmt_xmitframe_coalesce()
1190 MME[0] = padapter->securitypriv.dot11wBIPKeyid; in rtw_mgmt_xmitframe_coalesce()
1192 memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); in rtw_mgmt_xmitframe_coalesce()
1198 MME, &pattrib->pktlen); in rtw_mgmt_xmitframe_coalesce()
/linux-6.15/arch/powerpc/xmon/
H A 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-6.15/drivers/accel/habanalabs/goya/
H A 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)