Lines Matching +full:cpm1 +full:- +full:fsl
1 /* SPDX-License-Identifier: GPL-2.0 */
9 #include <soc/fsl/qe/qe.h>
31 __be16 rpbase; /* Relocation pointer (CPM1 only) */
50 /* Fields down below are QE-only */
61 #define CPMFCR_GBL ((u_char)0x00) /* Flag doesn't exist in CPM1 */
62 #define CPMFCR_TC2 ((u_char)0x00) /* Flag doesn't exist in CPM1 */
63 #define CPMFCR_DTB ((u_char)0x00) /* Flag doesn't exist in CPM1 */
64 #define CPMFCR_BDB ((u_char)0x00) /* Flag doesn't exist in CPM1 */
73 /* Opcodes common to CPM1 and CPM2
109 #define BD_SC_NAK (0x0004) /* NAK - did not respond */
165 return -ENOSYS; in cpm_command()