/linux-5.19.10/drivers/block/paride/ |
D | ppc6lnx.c | 104 static int ppc6_select(Interface *ppc); 105 static void ppc6_deselect(Interface *ppc); 106 static void ppc6_send_cmd(Interface *ppc, u8 cmd); 107 static void ppc6_wr_data_byte(Interface *ppc, u8 data); 108 static u8 ppc6_rd_data_byte(Interface *ppc); 109 static u8 ppc6_rd_port(Interface *ppc, u8 port); 110 static void ppc6_wr_port(Interface *ppc, u8 port, u8 data); 111 static void ppc6_rd_data_blk(Interface *ppc, u8 *data, long count); 112 static void ppc6_wait_for_fifo(Interface *ppc); 113 static void ppc6_wr_data_blk(Interface *ppc, u8 *data, long count); [all …]
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
D | mipi_backend_defs.h | 166 …IPI_BACKEND_STREAM_PIX_LS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_VAL_BIT(s… argument 167 …MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(s… argument 175 …BACKEND_STREAM_BITS(sid_width, ppc, pix_width) (HRT_MIPI_BACKEND_STREAM_PIX_MS_BIT(sid_wid… argument 206 …T_MIPI_BACKEND_STREAM_VC_LS_BIT(sid_width, ppc, pix_width) HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(sid… argument 207 …RT_MIPI_BACKEND_STREAM_VC_MS_BIT(sid_width, ppc, pix_width) HRT_MIPI_BACKEND_STREAM_VC_LS_BIT(sid… argument
|
/linux-5.19.10/arch/powerpc/crypto/ |
D | Makefile | 8 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o 9 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o 11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o 12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o 17 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o 18 md5-ppc-y := md5-asm.o md5-glue.o 20 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o 21 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
|
/linux-5.19.10/drivers/crypto/vmx/ |
D | Makefile | 3 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o 8 targets += aesp8-ppc.S ghashp8-ppc.S 10 $(obj)/aesp8-ppc.S $(obj)/ghashp8-ppc.S: $(obj)/%.S: $(src)/%.pl FORCE
|
D | .gitignore | 2 aesp8-ppc.S 3 ghashp8-ppc.S
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf117.c | 257 int gpc, ppc; in gf117_grctx_generate_attrib() local 265 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++) { in gf117_grctx_generate_attrib() 266 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 267 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 269 const u32 o = PPC_UNIT(gpc, ppc, 0); in gf117_grctx_generate_attrib() 270 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gf117_grctx_generate_attrib() 274 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 276 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 290 .ppc = gf117_grctx_pack_ppc,
|
D | ctxgp102.c | 52 int gpc, ppc, b, n = 0; in gp102_grctx_generate_attrib() local 69 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++, n++) { in gp102_grctx_generate_attrib() 70 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib() 74 const u32 o = PPC_UNIT(gpc, ppc, 0); in gp102_grctx_generate_attrib() 75 const u32 p = GPC_UNIT(gpc, 0xc44 + (ppc * 4)); in gp102_grctx_generate_attrib() 76 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp102_grctx_generate_attrib() 85 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib()
|
D | ctxgm107.c | 921 int gpc, ppc, n = 0; in gm107_grctx_generate_attrib() local 930 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++, n++) { in gm107_grctx_generate_attrib() 931 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 932 const u32 bs = attrib * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 934 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib() 935 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gm107_grctx_generate_attrib() 939 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 942 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 972 .ppc = gm107_grctx_pack_ppc,
|
D | ctxgm200.c | 87 int gpc, ppc, i; in gm200_grctx_generate_dist_skip_table() local 90 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++) { in gm200_grctx_generate_dist_skip_table() 91 u8 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; in gm200_grctx_generate_dist_skip_table() 92 u8 ppc_tpcm = gr->ppc_tpc_mask[gpc][ppc]; in gm200_grctx_generate_dist_skip_table() 95 ppc_tpcm ^= gr->ppc_tpc_mask[gpc][ppc]; in gm200_grctx_generate_dist_skip_table()
|
D | ctxgp100.c | 56 int gpc, ppc, b, n = 0; in gp100_grctx_generate_attrib() local 73 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++, n++) { in gp100_grctx_generate_attrib() 74 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib() 77 const u32 o = PPC_UNIT(gpc, ppc, 0); in gp100_grctx_generate_attrib() 78 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gp100_grctx_generate_attrib() 86 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib()
|
D | ctxgv100.c | 73 int gpc, ppc, b, n = 0; in gv100_grctx_generate_attrib() local 89 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++, n++) { in gv100_grctx_generate_attrib() 90 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gv100_grctx_generate_attrib() 94 const u32 o = PPC_UNIT(gpc, ppc, 0); in gv100_grctx_generate_attrib() 95 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gv100_grctx_generate_attrib() 103 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gv100_grctx_generate_attrib()
|
D | ctxgk104.c | 933 int i, j, gpc, ppc; in gk104_grctx_generate_alpha_beta_tables() local 942 for (ppc = 0; ppc < gr->func->ppc_nr; ppc++) { in gk104_grctx_generate_alpha_beta_tables() 943 u32 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; in gk104_grctx_generate_alpha_beta_tables() 954 pmask = gr->ppc_tpc_mask[gpc][ppc]; in gk104_grctx_generate_alpha_beta_tables() 959 pmask ^= gr->ppc_tpc_mask[gpc][ppc]; in gk104_grctx_generate_alpha_beta_tables() 985 .ppc = gk104_grctx_pack_ppc,
|
D | gk104.c | 418 int gpc, ppc; in gk104_gr_init_ppc_exceptions() local 421 for (ppc = 0; ppc < gr->ppc_nr[gpc]; ppc++) { in gk104_gr_init_ppc_exceptions() 422 if (!(gr->ppc_mask[gpc] & (1 << ppc))) in gk104_gr_init_ppc_exceptions() 424 nvkm_wr32(device, PPC_UNIT(gpc, ppc, 0x038), 0xc0000000); in gk104_gr_init_ppc_exceptions()
|
/linux-5.19.10/Documentation/powerpc/ |
D | mpc52xx.rst | 11 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 23 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 26 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
|
/linux-5.19.10/arch/powerpc/xmon/ |
D | Makefile | 23 obj-y += ppc-dis.o ppc-opc.o
|
/linux-5.19.10/fs/dlm/ |
D | midcomms.c | 375 char *ppc; in dlm_send_ack() local 377 msg = dlm_lowcomms_new_msg(nodeid, mb_len, GFP_NOFS, &ppc, in dlm_send_ack() 382 m_header = (struct dlm_header *)ppc; in dlm_send_ack() 402 char *ppc; in dlm_send_fin() local 404 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, GFP_NOFS, &ppc); in dlm_send_fin() 410 m_header = (struct dlm_header *)ppc; in dlm_send_fin() 1041 int len, gfp_t allocation, char **ppc) in dlm_midcomms_get_msg_3_2() argument 1047 allocation, ppc, midcomms_new_msg_cb, mh); in dlm_midcomms_get_msg_3_2() 1051 opts = (struct dlm_opts *)*ppc; in dlm_midcomms_get_msg_3_2() 1057 *ppc += sizeof(*opts); in dlm_midcomms_get_msg_3_2() [all …]
|
D | lowcomms.c | 131 void *ppc; member 1238 char **ppc, void (*cb)(void *data), in new_wq_entry() argument 1249 *ppc = page_address(e->page) + e->end; in new_wq_entry() 1264 *ppc = page_address(e->page); in new_wq_entry() 1278 gfp_t allocation, char **ppc, in dlm_lowcomms_new_msg_con() argument 1291 e = new_wq_entry(con, len, ppc, cb, data); in dlm_lowcomms_new_msg_con() 1299 msg->ppc = *ppc; in dlm_lowcomms_new_msg_con() 1311 char **ppc, void (*cb)(void *data), in dlm_lowcomms_new_msg() argument 1333 msg = dlm_lowcomms_new_msg_con(con, len, allocation, ppc, cb, data); in dlm_lowcomms_new_msg() 1390 char *ppc; in dlm_lowcomms_resend_msg() local [all …]
|
D | midcomms.h | 19 gfp_t allocation, char **ppc);
|
/linux-5.19.10/drivers/acpi/ |
D | processor_perflib.c | 55 unsigned long long ppc = 0; in acpi_processor_get_platform_limit() local 65 status = acpi_evaluate_integer(pr->handle, "_PPC", NULL, &ppc); in acpi_processor_get_platform_limit() 76 (int)ppc, ppc ? "" : "not"); in acpi_processor_get_platform_limit() 78 pr->performance_platform_limit = (int)ppc; in acpi_processor_get_platform_limit() 80 if (ppc >= pr->performance->state_count || in acpi_processor_get_platform_limit() 85 pr->performance->states[ppc].core_frequency * 1000); in acpi_processor_get_platform_limit()
|
/linux-5.19.10/arch/powerpc/boot/dts/ |
D | ps3.dts | 38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one 49 ibm,ppc-interrupt-server#s = <0x0 0x1>;
|
D | microwatt.dts | 74 ibm,ppc-interrupt-server#s = <0>; 107 compatible = "openpower,xics-presentation", "ibm,ppc-xicp";
|
/linux-5.19.10/Documentation/virt/kvm/ |
D | index.rst | 15 ppc-pv
|
/linux-5.19.10/tools/testing/ktest/examples/ |
D | crosstests.conf | 140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT} 145 TEST_START IF ${RUN} == ppc || ${RUN} == ppc64 || ${DO_DEFAULT}
|
/linux-5.19.10/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_args_string.tc | 22 ppc*)
|
/linux-5.19.10/sound/ |
D | Makefile | 7 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
|