| /kernel/linux/linux-5.10/drivers/clocksource/ |
| D | timer-cadence-ttc.c | 86 struct ttc_timer ttc; member 94 struct ttc_timer ttc; member 141 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt() 158 struct ttc_timer *timer = &to_ttc_timer_clksrc(cs)->ttc; in __ttc_clocksource_read() 181 struct ttc_timer *timer = &ttce->ttc; in ttc_set_next_event() 195 struct ttc_timer *timer = &ttce->ttc; in ttc_shutdown() 207 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic() 210 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic() 217 struct ttc_timer *timer = &ttce->ttc; in ttc_resume() 230 struct ttc_timer *ttc = to_ttc_timer(nb); in ttc_rate_change_clocksource_cb() local [all …]
|
| D | Kconfig | 169 bool "Cadence TTC timer driver" if COMPILE_TEST 172 Enables support for the Cadence TTC driver.
|
| D | Makefile | 45 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
|
| /kernel/linux/linux-5.10/sound/soc/pxa/ |
| D | ttc-dkb.c | 27 /* ttc machine dapm widgets */ 38 /* ttc machine audio map */ 82 /* ttc/td-dkb digital audio interface glue - connects codec <--> CPU */ 99 /* ttc/td audio machine driver */ 101 .name = "ttc-dkb-hifi", 129 .name = "ttc-dkb-audio", 139 MODULE_DESCRIPTION("ALSA SoC TTC DKB"); 141 MODULE_ALIAS("platform:ttc-dkb-audio");
|
| D | Makefile | 34 snd-soc-ttc-dkb-objs := ttc-dkb.o 52 obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o
|
| D | Kconfig | 166 tristate "SoC Audio support for TTC DKB" 174 Say Y if you want to add support for SoC audio on TTC DKB
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_fs.c | 677 static void mlx5e_cleanup_ttc_rules(struct mlx5e_ttc_table *ttc) in mlx5e_cleanup_ttc_rules() argument 682 if (!IS_ERR_OR_NULL(ttc->rules[i].rule)) { in mlx5e_cleanup_ttc_rules() 683 mlx5_del_flow_rules(ttc->rules[i].rule); in mlx5e_cleanup_ttc_rules() 684 ttc->rules[i].rule = NULL; in mlx5e_cleanup_ttc_rules() 689 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5e_cleanup_ttc_rules() 690 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5e_cleanup_ttc_rules() 691 ttc->tunnel_rules[i] = NULL; in mlx5e_cleanup_ttc_rules() 864 struct mlx5e_ttc_table *ttc) in mlx5e_generate_ttc_table_rules() argument 873 ft = ttc->ft.t; in mlx5e_generate_ttc_table_rules() 874 rules = ttc->rules; in mlx5e_generate_ttc_table_rules() [all …]
|
| D | en_rep.c | 797 /* The inner_ttc in the ttc params is intentionally not set */ in mlx5e_create_rep_ttc_table() 802 /* To give uplik rep TTC a lower level for chaining from root ft */ in mlx5e_create_rep_ttc_table() 808 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5e_create_rep_ttc_table() 810 netdev_err(priv->netdev, "Failed to create rep ttc table, err=%d\n", err); in mlx5e_create_rep_ttc_table() 826 * their own ttc in mlx5e_create_rep_root_ft() 828 rpriv->root_ft = priv->fs.ttc.ft.t; in mlx5e_create_rep_root_ft() 832 /* uplink root ft will be used to auto chain, to ethtool or ttc tables */ in mlx5e_create_rep_root_ft() 946 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_init_rep_rx() 965 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_cleanup_rep_rx()
|
| D | en_arfs.c | 96 /* Modify ttc rules destination back to their default */ in arfs_disable() 100 "%s: modify ttc[%d] default destination failed, err(%d)\n", in arfs_disable() 125 /* Modify ttc rules destination to point on the aRFS FTs */ in mlx5e_arfs_enable() 129 "%s: modify ttc[%d] dest to arfs, failed err(%d)\n", in mlx5e_arfs_enable() 178 * but can't since TTC default is not setup yet ! in arfs_add_default_rule()
|
| D | en_tc.c | 334 struct mlx5e_ttc_table ttc; member 667 err = mlx5e_create_ttc_table(priv, &ttc_params, &hp->ttc); in mlx5e_hairpin_rss_init() 671 netdev_dbg(priv->netdev, "add hairpin: using %d channels rss ttc table id %x\n", in mlx5e_hairpin_rss_init() 672 hp->num_channels, hp->ttc.ft.t->id); in mlx5e_hairpin_rss_init() 688 mlx5e_destroy_ttc_table(priv, &hp->ttc); in mlx5e_hairpin_rss_cleanup() 932 flow->attr->nic_attr->hairpin_ft = hpe->hp->ttc.ft.t; in mlx5e_hairpin_flow_add()
|
| D | fs_core.c | 108 /* Vlan, mac, ttc, inner ttc, {aRFS/accel and esp/esp_err} */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
| D | cdns,ttc.yaml | 4 $id: http://devicetree.org/schemas/timer/cdns,ttc.yaml# 7 title: Cadence TTC - Triple Timer Counter 14 const: cdns,ttc 46 compatible = "cdns,ttc";
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | fs.h | 246 struct mlx5e_ttc_table ttc; member 267 struct mlx5e_ttc_table *ttc); 269 struct mlx5e_ttc_table *ttc);
|
| /kernel/linux/linux-5.10/scripts/ |
| D | sphinx-pre-install | 380 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc", 381 "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", 382 "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"], 449 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc"], 450 "google-noto-sans-cjk-ttc-fonts", 2); 543 $noto_sans = "google-noto-sans-cjk-ttc-fonts"; 548 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc", 580 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc"], 606 "/usr/share/fonts/noto-cjk/NotoSerifCJK-Regular.ttc"],
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | fs_tcp.c | 309 /* Modify ttc rules destination to point back to the indir TIRs */ in accel_fs_tcp_disable() 313 "%s: modify ttc[%d] default destination failed, err(%d)\n", in accel_fs_tcp_disable() 331 /* Modify ttc rules destination to point on the accel_fs FTs */ in accel_fs_tcp_enable() 335 "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in accel_fs_tcp_enable()
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/xilinx/ |
| D | zynqmp.dtsi | 651 compatible = "cdns,ttc"; 661 compatible = "cdns,ttc"; 671 compatible = "cdns,ttc"; 681 compatible = "cdns,ttc";
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib.c | 344 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5i_create_flow_steering() 346 netdev_err(priv->netdev, "Failed to create ttc table, err=%d\n", in mlx5i_create_flow_steering() 361 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5i_destroy_flow_steering()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac100_dma.c | 50 * The transmit threshold can be programmed by setting the TTC bits in the DMA
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | zynq-7000.dtsi | 352 compatible = "cdns,ttc"; 360 compatible = "cdns,ttc";
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_mtl.c | 187 /* set the TTC values */ in sxgbe_set_tx_mtl_mode()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | coex.h | 228 * @ttc_status: is TTC enabled - one bit per PHY
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
| D | etherh.c | 21 * 21-12-2000 TTC EtherH/EtherM integration
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/mmp/hw/ |
| D | mmp_ctrl.h | 334 #define LCD_SPU_DBG_ISA (0x0148) /* TTC */ 355 #define LCD_SPU_DBG_DMATOP (0x0164) /* TTC */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-dev.c | 259 XGMAC_MTL_IOWRITE_BITS(pdata, i, MTL_Q_TQOMR, TTC, val); in xgbe_config_tx_threshold()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0036_linux_drivers_staging.patch | 11372 + int ttc, tx_avl; 11375 + ttc = hif->txtoclean; 11379 + desc = hif->tx_base + ttc; 11384 + desc_sw = &hif->tx_sw_queue[ttc]; 11404 + ttc = (ttc + 1) & (hif->tx_ring_size - 1); 11413 + hif->txtoclean = ttc;
|