Searched refs:fixed (Results 101 - 125 of 141) sorted by relevance

123456

/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usb.c1949 * Register a fixed rate pipe clock.
1968 struct clk_fixed_rate *fixed = &qmp->pipe_clk_fixed; local
1981 fixed->fixed_rate = 125000000;
1982 fixed->hw.init = &init;
1984 ret = devm_clk_hw_register(qmp->dev, &fixed->hw);
1988 ret = of_clk_add_hw_provider(np, of_clk_hw_simple_get, &fixed->hw);
2027 * FIXME: These bindings should be fixed to not rely on overlapping
H A Dphy-qcom-qmp-pcie.c3644 * Register a fixed rate pipe clock.
3663 struct clk_fixed_rate *fixed = &qmp->pipe_clk_fixed; local
3680 fixed->fixed_rate = qmp->cfg->pipe_clock_rate;
3682 fixed->fixed_rate = 125000000;
3684 fixed->hw.init = &init;
3686 ret = devm_clk_hw_register(qmp->dev, &fixed->hw);
3690 ret = of_clk_add_hw_provider(np, of_clk_hw_simple_get, &fixed->hw);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c214 #define fixed(key, getter) { ICE_VERSION_FIXED, key, getter, NULL } macro
244 fixed(DEVLINK_INFO_VERSION_GENERIC_BOARD_ID, ice_info_pba),
256 fixed("cgu.id", ice_info_cgu_id),
366 NL_SET_ERR_MSG_MOD(extack, "Unable to set fixed version");
/linux-master/arch/sh/boards/
H A Dboard-sh7757lcr.c12 #include <linux/regulator/fixed.h>
332 regulator_register_always_on(0, "fixed-3.3V", fixed3v3_power_consumers,
/linux-master/drivers/clk/bcm/
H A Dclk-kona-setup.c322 * A fixed divider just needs to be non-zero. A variable divider
331 /* Any fixed divider value but 0 is OK */
332 if (div->u.fixed == 0) {
333 pr_err("%s: bad %s fixed value 0 for %s\n", __func__,
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c886 static void emit_call(bool fixed, u64 addr, struct hppa_jit_context *ctx) argument
1306 bool fixed; local
1311 &fixed);
1314 emit_call(fixed, addr, ctx);
/linux-master/arch/sh/boards/mach-migor/
H A Dsetup.c20 #include <linux/regulator/fixed.h>
456 regulator_register_always_on(0, "fixed-3.3V", fixed3v3_power_consumers,
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c30 #include <linux/regulator/fixed.h>
490 regulator_register_always_on(0, "fixed-3.3V", fixed3v3_power_consumers,
/linux-master/arch/arm/mach-omap1/
H A Dboard-ams-delta.c23 #include <linux/regulator/fixed.h>
272 .name = "reg-fixed-voltage",
280 .dev_id = "reg-fixed-voltage",
529 .name = "reg-fixed-voltage",
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c24 #include <linux/regulator/fixed.h>
354 .name = "reg-fixed-voltage",
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c1507 * event. Therefore, skip waiting for it. Just wait a fixed
7048 (!wrqu->bitrate.fixed && target_rate > 1000000))
7051 (!wrqu->bitrate.fixed && target_rate > 2000000))
7054 (!wrqu->bitrate.fixed && target_rate > 5500000))
7057 (!wrqu->bitrate.fixed && target_rate > 11000000))
7130 if (wrqu->rts.fixed == 0)
7168 wrqu->rts.fixed = 1; /* no auto select */
7194 if (wrqu->txpower.fixed == 0)
7232 wrqu->txpower.fixed = 0;
7235 wrqu->txpower.fixed
[all...]
H A Dlibipw_wx.c114 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
/linux-master/drivers/crypto/ccp/
H A Dccp-dev-v5.c178 #define CCP5_CMD_FIX_SRC(p) ((p)->dw3.fixed)
186 #define CCP5_CMD_FIX_DST(p) ((p)->dw5.fields.fixed)
/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c106 * CMD_DESC_FIXED: The command has a fixed length if this is set,
133 * The command's length. The command is either fixed length (i.e. does
135 * CMD_DESC_FIXED indicates a fixed length. Otherwise, the command has
140 u32 fixed; member in union:drm_i915_cmd_descriptor::__anon674
375 * It is always 1 dword though, so just treat it as fixed length.
1497 length = desc->length.fixed;
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c1265 bool fixed; local
1270 &addr, &fixed) < 0)
1272 if (!fixed)
/linux-master/arch/x86/events/
H A Dcore.c873 /* Prefer fixed purpose counters */
1232 /* All the metric events are mapped onto the fixed counter 3. */
1521 u64 ctrl, status, overflow, pmc_ctrl, pmc_count, prev_left, fixed; local
1540 rdmsrl(MSR_ARCH_PERFMON_FIXED_CTR_CTRL, fixed);
1546 pr_info("CPU#%d: fixed: %016llx\n", cpu, fixed);
1576 pr_info("CPU#%d: fixed-PMC%d count: %016llx\n",
2049 pr_info("... fixed-purpose events: %lu\n",
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c1462 struct clk_fixed_rate *fixed = &clk_hw->f; local
1465 parents[0], 0, fixed->fixed_rate);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c69 struct ath11k_wmi_dma_buf_release_fixed_param fixed; member in struct:wmi_tlv_dma_buf_release_parse
87 const struct wmi_mgmt_rx_hdr *fixed; member in struct:wmi_tlv_mgmt_rx_parse
4515 if (parse->num_buf_entry >= parse->fixed.num_buf_release_entry)
4531 if (parse->num_meta >= parse->fixed.num_meta_data_entry)
4547 memcpy(&parse->fixed, ptr,
4549 parse->fixed.pdev_id = DP_HW2SW_MACID(parse->fixed.pdev_id);
4605 param.fixed = parse.fixed;
5826 parse->fixed
[all...]
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c122 * if c->fixed is held, that determines the all the pins in the
125 bits = c->fixed ? c->s_bit : c->s_bit +
/linux-master/arch/arm/kernel/
H A Dentry-armv.S192 @ r4 - lr_<exception>, already fixed up for correct return/restart
373 @ r4 - lr_<exception>, already fixed up for correct return/restart
/linux-master/arch/sh/boards/mach-se/7724/
H A Dsetup.c28 #include <linux/regulator/fixed.h>
692 regulator_register_always_on(0, "fixed-3.3V", fixed3v3_power_consumers,
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_cmd.c678 pwlan->fixed = true;
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c29 #include <linux/regulator/fixed.h>
650 .name = "reg-fixed-voltage",
658 .dev_id = "reg-fixed-voltage.0",
690 .name = "reg-fixed-voltage",
698 .dev_id = "reg-fixed-voltage.1",
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c453 wrqu->frag.fixed = 0; /* no auto select */
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_wx.c145 iwe.u.bitrate.fixed = 0;

Completed in 391 milliseconds

123456