Searched full:tfe (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | vde.h | 100 void __iomem *tfe; member 223 if (vde->tfe == base) in tegra_vde_reg_base_name() 224 return "TFE"; in tegra_vde_reg_base_name()
|
H A D | vde.c | 259 vde->tfe = devm_platform_ioremap_resource_byname(pdev, "tfe"); in tegra_vde_probe() 260 if (IS_ERR(vde->tfe)) in tegra_vde_probe() 261 return PTR_ERR(vde->tfe); in tegra_vde_probe()
|
H A D | h264.c | 284 tegra_vde_set_bits(vde, 0x000A, vde->tfe, 0x00); in tegra_vde_setup_hw_context() 291 tegra_vde_writel(vde, 0x00000005, vde->tfe, 0x04); in tegra_vde_setup_hw_context()
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | nvidia,tegra-vde.yaml | 38 - const: tfe 107 "tfe", "ppb", "vdma", "frameid";
|
/linux/arch/mips/include/asm/octeon/ |
H A 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/drivers/gpu/drm/amd/amdgpu/ |
H A 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/arch/arm/boot/dts/nvidia/ |
H A D | tegra114.dtsi | 279 "tfe", "ppb", "vdma", "frameid";
|
H A D | tegra20.dtsi | 346 "tfe", "ppb", "vdma", "frameid";
|
H A D | tegra30.dtsi | 525 "tfe", "ppb", "vdma", "frameid";
|
/linux/drivers/block/mtip32xx/ |
H A 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/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 552 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, TFE, 0); in xgbe_disable_tx_flow_control() 596 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, TFE, 1); in xgbe_enable_tx_flow_control()
|