/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | testmode.c | 187 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/ |
D | timer-imx-tpm.c | 177 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/ |
D | ocelot_police.c | 30 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()
|
D | ocelot_police.h | 30 u8 ipg; /* Size of IPG when MSCC_QOS_RATE_MODE_LINE is chosen */ member
|
/drivers/clk/imx/ |
D | clk-imx25.c | 53 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()
|
D | clk-imx31.c | 40 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()
|
D | clk-imx35.c | 66 /* 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/ |
D | xgmac.c | 348 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/ |
D | amd8111e.c | 1653 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()
|
D | amd8111e.h | 725 unsigned int ipg; member
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_entity.h | 47 u32 ipg[NTX_SCHED]; member
|
D | cxgb4.h | 2071 unsigned int *kbps, unsigned int *ipg, bool sleep_ok);
|
D | t4_hw.c | 10284 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()
|
D | cudbg_lib.c | 1652 &hw_sched_buff->ipg[i], true); in cudbg_collect_hw_sched()
|
/drivers/net/ethernet/agere/ |
D | et131x.h | 1049 u32 ipg; /* 0x5008 */ member
|
D | et131x.c | 811 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, ¯egs->ipg); in et1310_config_mac_regs1()
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 3756 u8 ipg; member 3799 u8 ipg; member
|