Searched full:tfe (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/media/platform/nvidia/tegra-vde/ |
D | vde.h | 101 void __iomem *tfe; member 224 if (vde->tfe == base) in tegra_vde_reg_base_name() 225 return "TFE"; in tegra_vde_reg_base_name()
|
D | vde.c | 258 vde->tfe = devm_platform_ioremap_resource_byname(pdev, "tfe"); in tegra_vde_probe() 259 if (IS_ERR(vde->tfe)) in tegra_vde_probe() 260 return PTR_ERR(vde->tfe); in tegra_vde_probe()
|
D | h264.c | 289 tegra_vde_set_bits(vde, 0x000A, vde->tfe, 0x00); in tegra_vde_setup_hw_context() 296 tegra_vde_writel(vde, 0x00000005, vde->tfe, 0x04); in tegra_vde_setup_hw_context()
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | nvidia,tegra-vde.yaml | 38 - const: tfe 107 "tfe", "ppb", "vdma", "frameid";
|
/Linux-v6.1/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 3967 uint64_t tfe:1; member 3973 uint64_t tfe:1; 4382 uint64_t tfe:1; member 4388 uint64_t tfe:1;
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | smu_v11_0_i2c.c | 189 } while (REG_GET_FIELD(reg, CKSVII2C_IC_STATUS, TFE) == 0); in smu_v11_0_i2c_poll_tx_status()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | tegra114.dtsi | 279 "tfe", "ppb", "vdma", "frameid";
|
D | tegra20.dtsi | 346 "tfe", "ppb", "vdma", "frameid";
|
D | tegra30.dtsi | 525 "tfe", "ppb", "vdma", "frameid";
|
/Linux-v6.1/drivers/block/mtip32xx/ |
D | mtip32xx.c | 514 dbg_printk(MTIP_DRV_NAME " TFE for the internal command\n"); in mtip_handle_tfe() 548 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 640 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|
/Linux-v6.1/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 543 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, TFE, 0); in xgbe_disable_tx_flow_control() 589 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, TFE, 1); in xgbe_enable_tx_flow_control()
|