Searched refs:MME (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-habanalabs | 97 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/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2468 #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/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 103 #define IS_MME_QM_IDLE(qm_glbl_sts0) IS_QM_IDLE(MME, qm_glbl_sts0) 111 IS_CMDQ_IDLE(MME, cmdq_glbl_sts0)
|