Home
last modified time | relevance | path

Searched refs:ipg (Results 1 – 17 of 17) sorted by relevance

/drivers/net/wireless/mediatek/mt76/mt7915/
Dtestmode.c187 mt7915_tm_set_ipg_params(struct mt7915_phy *phy, u32 ipg, u8 mode) in mt7915_tm_set_ipg_params() argument
202 if (ipg < sig_ext + slot_time + sifs) in mt7915_tm_set_ipg_params()
203 ipg = 0; in mt7915_tm_set_ipg_params()
205 if (!ipg) in mt7915_tm_set_ipg_params()
208 ipg -= sig_ext; in mt7915_tm_set_ipg_params()
210 if (ipg <= (TM_MAX_SIFS + slot_time)) { in mt7915_tm_set_ipg_params()
211 sifs = ipg - slot_time; in mt7915_tm_set_ipg_params()
213 u32 val = (ipg + slot_time) / slot_time; in mt7915_tm_set_ipg_params()
221 ipg -= ((1 << cw) - 1) * slot_time; in mt7915_tm_set_ipg_params()
223 aifsn = ipg / slot_time; in mt7915_tm_set_ipg_params()
[all …]
/drivers/clocksource/
Dtimer-imx-tpm.c177 struct clk *ipg; in tpm_timer_init() local
180 ipg = of_clk_get_by_name(np, "ipg"); in tpm_timer_init()
181 if (IS_ERR(ipg)) { in tpm_timer_init()
186 ret = clk_prepare_enable(ipg); in tpm_timer_init()
189 clk_put(ipg); in tpm_timer_init()
/drivers/net/ethernet/mscc/
Docelot_police.c30 u8 ipg = 20; in qos_policer_conf_set() local
41 ipg = min_t(u8, GENMASK(4, 0), conf->ipg); in qos_policer_conf_set()
128 value = (ANA_POL_MODE_CFG_IPG_SIZE(ipg) | in qos_policer_conf_set()
Docelot_police.h30 u8 ipg; /* Size of IPG when MSCC_QOS_RATE_MODE_LINE is chosen */ member
/drivers/clk/imx/
Dclk-imx25.c53 dummy, osc, mpll, upll, mpll_cpu_3_4, cpu_sel, cpu, ahb, usb_div, ipg, enumerator
88 clk[ipg] = imx_clk_fixed_factor("ipg", "ahb", 1, 2); in __mx25_clocks_init()
219 clk_set_parent(clk[cko_sel], clk[ipg]); in __mx25_clocks_init()
Dclk-imx31.c40 dummy, ckih, ckil, mpll, spll, upll, mcu_main, hsp, ahb, nfc, ipg, enumerator
66 clk[ipg] = imx_clk_divider("ipg", "ahb", base + MXC_CCM_PDR0, 6, 2); in _mx31_clocks_init()
Dclk-imx35.c66 /* 9 */ ipg, arm_per_div, ahb_per_div, ipg_per, uart_sel, uart_div, enumerator
133 clk[ipg] = imx_clk_fixed_factor("ipg", "ahb", 1, 2); in _mx35_clocks_init()
/drivers/net/ethernet/chelsio/cxgb3/
Dxgmac.c348 int ipg; in t3_mac_set_mtu() local
413 ipg = (adap->params.rev == T3_REV_C) ? 0 : 1; in t3_mac_set_mtu()
416 V_TXFIFOTHRESH(thres) | V_TXIPG(ipg)); in t3_mac_set_mtu()
/drivers/net/ethernet/amd/
Damd8111e.c1653 ipg_data->ipg = DEFAULT_IPG; in amd8111e_config_ipg()
1662 ipg_data->ipg = MIN_IPG - IPG_STEP; in amd8111e_config_ipg()
1684 ipg_data->ipg = ipg_data->current_ipg; in amd8111e_config_ipg()
1692 tmp_ipg = ipg_data->ipg; in amd8111e_config_ipg()
1860 lp->ipg_data.ipg = DEFAULT_IPG; in amd8111e_probe_one()
Damd8111e.h725 unsigned int ipg; member
/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h47 u32 ipg[NTX_SCHED]; member
Dcxgb4.h2071 unsigned int *kbps, unsigned int *ipg, bool sleep_ok);
Dt4_hw.c10284 unsigned int *kbps, unsigned int *ipg, bool sleep_ok) in t4_get_tx_sched() argument
10302 if (ipg) { in t4_get_tx_sched()
10308 *ipg = (10000 * v) / core_ticks_per_usec(adap); in t4_get_tx_sched()
Dcudbg_lib.c1652 &hw_sched_buff->ipg[i], true); in cudbg_collect_hw_sched()
/drivers/net/ethernet/agere/
Det131x.h1049 u32 ipg; /* 0x5008 */ member
Det131x.c811 u32 ipg; in et1310_config_mac_regs1() local
822 ipg = 0x38005860; /* IPG1 0x38 IPG2 0x58 B2B 0x60 */ in et1310_config_mac_regs1()
823 ipg |= 0x50 << 8; /* ifg enforce 0x50 */ in et1310_config_mac_regs1()
824 writel(ipg, &macregs->ipg); in et1310_config_mac_regs1()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h3756 u8 ipg; member
3799 u8 ipg; member