/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 20 static const char *rpu_str[] = { "APU", "CPU", "EPU", "HPU" }; 74 API_ENTRY(APU, CX18_APU_START, 0), 75 API_ENTRY(APU, CX18_APU_STOP, 0), 76 API_ENTRY(APU, CX18_APU_RESETAI, 0), 353 case APU: in epu_cmd() 354 CX18_WARN("Unknown APU to EPU mailbox command %#0x\n", in epu_cmd() 388 case APU: in mb_ack_irq() 486 case APU: in epu_cmd_irq() 487 CX18_WARN("Unknown APU to EPU mailbox command %#0x\n", in epu_cmd_irq() 532 case APU in cx18_api_epu_cmd_irq() [all...] |
H A D | cx18-mailbox.h | 20 #define APU 0 macro
|
H A D | cx18-irq.c | 28 cx18_api_epu_cmd_irq(cx, APU); in epu_cmd()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 20 static const char *rpu_str[] = { "APU", "CPU", "EPU", "HPU" }; 74 API_ENTRY(APU, CX18_APU_START, 0), 75 API_ENTRY(APU, CX18_APU_STOP, 0), 76 API_ENTRY(APU, CX18_APU_RESETAI, 0), 354 case APU: in epu_cmd() 355 CX18_WARN("Unknown APU to EPU mailbox command %#0x\n", in epu_cmd() 389 case APU: in mb_ack_irq() 487 case APU: in epu_cmd_irq() 488 CX18_WARN("Unknown APU to EPU mailbox command %#0x\n", in epu_cmd_irq() 533 case APU in cx18_api_epu_cmd_irq() [all...] |
H A D | cx18-mailbox.h | 20 #define APU 0 macro
|
H A D | cx18-irq.c | 28 cx18_api_epu_cmd_irq(cx, APU); in epu_cmd()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 862 /* Xilinx APU related masks and macros */ 2879 /* An APU form instruction. */ 2880 #define APU(op, xop, rc) (OP (op) | (((unsigned long)(xop)) & 0x3ff) << 1 | ((rc) & 1)) 2882 /* The mask for an APU form instruction. */ 2883 #define APU_MASK APU (0x3f, 0x3ff, 1) 3298 {"get", APU(4, 268,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3321 {"cget", APU(4, 284,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3332 {"nget", APU(4, 300,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3334 {"ncget", APU(4, 316,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3363 {"put", APU( 2877 #define APU global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 862 /* Xilinx APU related masks and macros */ 2879 /* An APU form instruction. */ 2880 #define APU(op, xop, rc) (OP (op) | (((unsigned long)(xop)) & 0x3ff) << 1 | ((rc) & 1)) 2882 /* The mask for an APU form instruction. */ 2883 #define APU_MASK APU (0x3f, 0x3ff, 1) 3298 {"get", APU(4, 268,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3321 {"cget", APU(4, 284,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3332 {"nget", APU(4, 300,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3334 {"ncget", APU(4, 316,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3363 {"put", APU( 2877 #define APU global() macro [all...] |