Home
last modified time | relevance | path

Searched full:dfx (Results 1 – 25 of 32) sorted by relevance

12

/linux/Documentation/devicetree/bindings/net/
H A Dmarvell,dfx-server.yaml4 $id: http://devicetree.org/schemas/net/marvell,dfx-server.yaml#
7 title: Marvell Prestera DFX server
16 const: marvell,dfx-server
23 - const: marvell,dfx-server
42 # The DFX server may expose clocks described as subnodes
55 dfx-bus@ac000000 {
56 compatible = "marvell,dfx-server", "simple-bus";
H A Dmarvell,prestera.yaml32 dfx:
33 description: Reference to the DFX Server bus node.
58 dfx: false
74 dfx = <&dfx>;
/linux/Documentation/devicetree/bindings/fpga/
H A Dxlnx,pr-decoupler.yaml21 Xilinx LogiCORE Dynamic Function eXchange(DFX) AXI shutdown manager Softcore
27 interrupted by DFX.
38 - const: xlnx,dfx-axi-shutdown-manager-1.00
39 - const: xlnx,dfx-axi-shutdown-manager
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_regs.c65 /* Get DFX BD number offset */
309 "Get dfx bd num fail, status is %d.\n", ret); in hclge_get_dfx_reg_bd_num()
342 "Query dfx reg cmd(0x%x) send fail, status is %d.\n", in hclge_dfx_reg_cmd_send()
365 "failed to query dfx rpu tnl reg, ret = %d\n", in hclge_dfx_reg_rpu_tnl_cmd_send()
404 "Get dfx reg bd num fail, status is %d.\n", ret); in hclge_get_dfx_reg_len()
465 "Get dfx reg bd num fail, status is %d.\n", ret); in hclge_get_dfx_reg()
486 "Get dfx reg fail, status is %d.\n", ret); in hclge_get_dfx_reg()
603 "Get dfx reg len failed, ret = %d.\n", ret); in hclge_get_regs_len()
668 "Get dfx register failed, ret = %d.\n", ret); in hclge_get_regs()
H A Dhclge_debugfs.h21 /* Get DFX BD number offset */
H A Dhclge_debugfs.c748 "failed to get dfx bd_num, offset = %d, ret = %d\n", in hclge_dbg_get_dfx_bd_num()
758 dev_err(&hdev->pdev->dev, "The value of dfx bd_num is 0!\n"); in hclge_dbg_get_dfx_bd_num()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-98dx3236.dtsi227 dfx: dfx-server@ac000000 { label
228 compatible = "marvell,dfx-server", "simple-bus";
259 dfx = <&dfx>;
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c254 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_do_work() local
286 atomic64_inc(&dfx->send_cnt); in hisi_zip_do_work()
289 atomic64_inc(&dfx->send_busy_cnt); in hisi_zip_do_work()
320 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_acomp_cb() local
326 atomic64_inc(&dfx->recv_cnt); in hisi_zip_acomp_cb()
332 atomic64_inc(&dfx->err_bd_cnt); in hisi_zip_acomp_cb()
/linux/Documentation/fb/
H A Dsstfb.rst8 This is a frame buffer device driver for 3dfx' Voodoo Graphics
37 Then configure your kernel as usual: choose "m" or "y" to 3Dfx Voodoo
50 module, the 3dfx takes control of the output, so you'll have to
/linux/drivers/video/fbdev/
H A DKconfig1210 tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
1218 This driver supports graphics boards with the 3Dfx Banshee,
1226 bool "3Dfx Acceleration functions"
1229 This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
1238 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3.
1241 tristate "3Dfx Voodoo Graphics (sst1) support"
1245 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
H A Dtdfxfb.c21 * patches to the XF86 server, and the rest comes from the 3dfx
34 * While I _am_ grateful to 3Dfx for releasing the specs for Banshee,
1400 strcpy(info->fix.id, "3Dfx Banshee"); in tdfxfb_probe()
1404 strcpy(info->fix.id, "3Dfx Voodoo3"); in tdfxfb_probe()
1408 strcpy(info->fix.id, "3Dfx Voodoo5"); in tdfxfb_probe()
1654 MODULE_DESCRIPTION("3Dfx framebuffer device driver");
H A Dsstfb.c1528 MODULE_DESCRIPTION("FBDev driver for 3dfx Voodoo Graphics and Voodoo2 based video boards");
/linux/drivers/thermal/
H A Darmada_thermal.c290 /* Clear DFX temperature IRQ cause */ in armada_enable_overheat_interrupt()
293 /* Enable DFX Temperature IRQ */ in armada_enable_overheat_interrupt()
298 /* Enable DFX server IRQ */ in armada_enable_overheat_interrupt()
541 * The overheat interrupt must be cleared by reading the DFX interrupt in armada_overheat_isr_thread()
/linux/Documentation/admin-guide/media/
H A Dbttv-cardlist.rst178 - STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100
290 - 3Dfx VoodooTV FM (Euro)
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c233 atomic64_inc(&req->ctx->sec->debug.dfx.send_cnt); in qp_send_message()
294 struct sec_dfx *dfx = &ctx->sec->debug.dfx; in sec_req_cb() local
303 atomic64_inc(&dfx->done_flag_cnt); in sec_req_cb()
305 atomic64_inc(&dfx->recv_cnt); in sec_req_cb()
315 struct sec_dfx *dfx; in sec_req_cb3() local
324 dfx = &ctx->sec->debug.dfx; in sec_req_cb3()
328 atomic64_inc(&dfx->done_flag_cnt); in sec_req_cb3()
330 atomic64_inc(&dfx->recv_cnt); in sec_req_cb3()
H A Dsec_main.c327 /* define the SEC's dfx regs region and region length */
711 /* clear sec dfx regs */ in sec_debug_regs_clear()
946 struct sec_dfx *dfx = &sec->debug.dfx; in sec_core_debug_init() local
969 atomic64_t *data = (atomic64_t *)((uintptr_t)dfx + in sec_core_debug_init()
/linux/drivers/crypto/hisilicon/
H A Ddebugfs.c117 /* define the QM's dfx regs region and region length */
1140 struct qm_dfx *dfx = &qm->debug.dfx; in hisi_qm_debug_init() local
1173 data = (atomic64_t *)((uintptr_t)dfx + qm_dfx_files[i].offset); in hisi_qm_debug_init()
H A Dqm.c689 atomic64_inc(&qm->debug.dfx.mb_err_cnt); in qm_mb_nolock()
1052 atomic64_inc(&qm->debug.dfx.err_irq_cnt); in qm_get_complete_eqe_num()
1174 atomic64_inc(&qm->debug.dfx.aeq_irq_cnt); in qm_aeq_thread()
2079 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt); in find_shareable_qp()
2102 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt); in qm_create_qp_nolock()
5032 atomic64_inc(&qm->debug.dfx.abnormal_irq_cnt); in qm_abnormal_irq()
5957 * hisi_qm_get_dfx_access() - Try to get dfx access.
5960 * Try to get dfx access, then user can get message.
5979 * hisi_qm_put_dfx_access() - Put dfx access.
5982 * Put dfx access, drop runtime PM usage counter.
/linux/drivers/platform/x86/
H A Dpmc_atom.c117 {"DFX", BIT_DFX},
143 {"DFX", PMC_PSS_BIT_DFX},
/linux/include/uapi/linux/
H A Dfb.h103 #define FB_ACCEL_3DFX_BANSHEE 31 /* 3Dfx Banshee */
/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c175 { 0x3000121a, BTTV_BOARD_VOODOOTV_200, "3Dfx VoodooTV 200" },
176 { 0x263710b4, BTTV_BOARD_VOODOOTV_FM, "3Dfx VoodooTV FM" },
177 { 0x3060121a, BTTV_BOARD_STB2, "3Dfx VoodooTV 100/ STB OEM" },
922 .name = "STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100",
1368 .name = "3Dfx VoodooTV FM (Euro)",
3394 /* Fix up entry for 3DFX VoodooTV 100, in bttv_init_card2()
/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c153 {"DFX", 16},
/linux/drivers/edac/
H A Dversalnet_edac.c669 case 111: err_str = "LPX unexpected dfx activation error"; break; in rpmsg_cb()
/linux/drivers/parisc/
H A Dlba_pci.c1264 * +-[02]---03.0 3Dfx Interactive, Inc. Voodoo 2 in lba_legacy_resources()
/linux/drivers/scsi/isci/
H A Dhost.c1930 /* Clear DFX Status registers */ in sci_controller_afe_initialization()

12