| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | marvell,prestera.txt | 13 - dfx: phandle reference to the "DFX Server" node 27 dfx = <&dfx>; 35 - compatible: must be "marvell,dfx-server", "simple-bus" 41 dfx-server { 42 compatible = "marvell,dfx-server", "simple-bus";
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_crypto.c | 125 struct hpre_dfx *dfx; in hpre_add_req_to_ctx() local 136 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx() 137 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx() 369 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local 379 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb() 381 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb() 385 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb() 390 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local 398 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb() 400 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb() [all …]
|
| H A D | hpre.h | 59 struct hpre_dfx dfx[HPRE_DFX_FILE_NUM]; member
|
| H A D | hpre_main.c | 686 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init() local 692 dfx[i].type = i; in hpre_dfx_debug_init() 693 debugfs_create_file(hpre_dfx_files[i], 0644, parent, &dfx[i], in hpre_dfx_debug_init()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/zip/ |
| H A D | zip_crypto.c | 354 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_acomp_cb() local 362 atomic64_inc(&dfx->recv_cnt); in hisi_zip_acomp_cb() 368 atomic64_inc(&dfx->err_bd_cnt); in hisi_zip_acomp_cb() 529 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_do_work() local 563 atomic64_inc(&dfx->send_cnt); in hisi_zip_do_work() 566 atomic64_inc(&dfx->send_busy_cnt); in hisi_zip_do_work()
|
| H A D | zip.h | 29 struct hisi_zip_dfx dfx; member
|
| H A D | zip_main.c | 549 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init() local 556 data = (atomic64_t *)((uintptr_t)dfx + zip_dfx_files[i].offset); in hisi_zip_dfx_debug_init()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | Glide | 7 This 3dfx GLIDE Source Code General Public License differs from the standard licenses of this type … 11 …the copyright holder saying it may be distributed under the terms of this 3dfx GLIDE Source Code G… 19 2.5 "License" means this 3dfx GLIDE Source Code General Public License. 23 2.7 "3dfx" means 3dfx Interactive, Inc. 29 …y and appropriately publish on each copy an appropriate copyright notice (3dfx Interactive, Inc. 1… 33 … (c) do not make any use of the GLIDE trademark without the prior written permission of 3dfx, and 47 … (f) You do not make any use of the GLIDE trademark without the prior written permission of 3dfx. 59 …OBTAINED FROM THE DISTRIBUTOR OR BY CONTACTING 3DFX INTERACTIVE INC (info@3dfx.com). THIS PROGRAM.… 77 … any Derivative Work, the recipient automatically receives a license from 3dfx and successor licen… 79 … (f) You may not make any use of the GLIDE trademark without the prior written permission of 3dfx.
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-xp-98dx3236.dtsi | 217 dfx: dfx-server@ac000000 { label 218 compatible = "marvell,dfx-server", "simple-bus"; 249 dfx = <&dfx>;
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_restrack.c | 88 if (!hr_dev->dfx->query_cqc_info) in hns_roce_fill_res_cq_entry() 95 ret = hr_dev->dfx->query_cqc_info(hr_dev, hr_cq->cqn, (int *)context); in hns_roce_fill_res_cq_entry()
|
| H A D | hns_roce_device.h | 1012 const struct hns_roce_dfx_hw *dfx; member
|
| H A D | hns_roce_hw_v2.c | 6207 hr_dev->dfx = &hns_roce_dfx_hw_v2; in hns_roce_hw_v2_get_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 148 struct sec_dfx *dfx = &qp_ctx->ctx->sec->debug.dfx; in sec_req_cb() local 158 atomic64_inc(&dfx->err_bd_cnt); in sec_req_cb() 165 atomic64_inc(&dfx->invalid_req_cnt); in sec_req_cb() 181 atomic64_inc(&dfx->done_flag_cnt); in sec_req_cb() 187 atomic64_inc(&dfx->recv_cnt); in sec_req_cb() 210 atomic64_inc(&ctx->sec->debug.dfx.send_cnt); in sec_bd_send() 211 atomic64_inc(&ctx->sec->debug.dfx.send_busy_cnt); in sec_bd_send() 222 atomic64_inc(&ctx->sec->debug.dfx.send_cnt); in sec_bd_send() 1105 atomic64_inc(&ctx->sec->debug.dfx.recv_busy_cnt); in sec_skcipher_callback() 1210 atomic64_inc(&c->sec->debug.dfx.recv_busy_cnt); in sec_aead_callback()
|
| H A D | sec.h | 173 struct sec_dfx dfx; member
|
| H A D | sec_main.c | 597 struct sec_dfx *dfx = &sec->debug.dfx; in sec_core_debug_init() local 616 atomic64_t *data = (atomic64_t *)((uintptr_t)dfx + in sec_core_debug_init()
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sstfb.rst | 8 This is a frame buffer device driver for 3dfx' Voodoo Graphics 50 module, the 3dfx takes control of the output, so you'll have to
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/ |
| H A D | qm.c | 538 atomic64_inc(&qm->debug.dfx.mb_err_cnt); in qm_mb() 696 atomic64_inc(&qm->debug.dfx.err_irq_cnt); in qm_irq() 709 atomic64_inc(&qm->debug.dfx.aeq_irq_cnt); in qm_aeq_irq() 1666 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt); in qm_create_qp_nolock() 1674 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt); in qm_create_qp_nolock() 2811 struct qm_dfx *dfx = &qm->debug.dfx; in hisi_qm_debug_init() local 2834 data = (atomic64_t *)((uintptr_t)dfx + qm_dfx_files[i].offset); in hisi_qm_debug_init() 3871 atomic64_inc(&qm->debug.dfx.abnormal_irq_cnt); in qm_abnormal_irq()
|
| H A D | qm.h | 144 struct qm_dfx dfx; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | Kconfig | 438 tristate "3dfx Banshee/Voodoo3+" 441 Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | Kconfig | 1497 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | devices.txt | 1775 0 = /dev/3dfx Primary 3Dfx graphics device
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 184064 Correct the CHIPSET lines for the 3dfx cards so the tdfx driver will 192809 3304. Fix text clipping in 3dfx driver (#3349, Henrik Harmsen). 192811 3302. Fix clipping in 3dfx driver (#3342, Daryll Strauss). 192812 3301. Enable SilkenMouse for 3dfx driver (#3341, Henrik Harmsen). 192816 3298. Correct DPMS suspend/standby modes for 3dfx driver (#3336, Henrik
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 886 …'c�kVJMTX_ivzwvtrkda[9(.DO4&'1U�dfxLppppqqpqrqqrsroqrsssqqrooqqponmnnmnnkllklkkkiiiiikihiihggff… 4883 …�����������������������������������������dI��������������������ȳ�r�������Հ=dfx~Tg�o90BDFLLTYMr����…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |