Home
last modified time | relevance | path

Searched refs:fused (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/events/
H A Dutils.c88 bool fused, int *offset) in get_branch_type()
165 while (fused && ret == X86_BR_NONE) { in get_branch_type()
87 get_branch_type(unsigned long from, unsigned long to, int abort, bool fused, int *offset) get_branch_type() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c178 u16 fused, fine, coarse; in e1000_phy_init_script() local
183 &fused); in e1000_phy_init_script()
185 if (!(fused & IGP01E1000_ANALOG_SPARE_FUSE_ENABLED)) { in e1000_phy_init_script()
188 &fused); in e1000_phy_init_script()
190 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK; in e1000_phy_init_script()
192 fused & IGP01E1000_ANALOG_FUSE_COARSE_MASK; in e1000_phy_init_script()
203 fused = in e1000_phy_init_script()
204 (fused & IGP01E1000_ANALOG_FUSE_POLY_MASK) | in e1000_phy_init_script()
211 fused); in e1000_phy_init_script()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c178 u16 fused, fine, coarse; in e1000_phy_init_script() local
183 &fused); in e1000_phy_init_script()
185 if (!(fused & IGP01E1000_ANALOG_SPARE_FUSE_ENABLED)) { in e1000_phy_init_script()
188 &fused); in e1000_phy_init_script()
190 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK; in e1000_phy_init_script()
192 fused & IGP01E1000_ANALOG_FUSE_COARSE_MASK; in e1000_phy_init_script()
203 fused = in e1000_phy_init_script()
204 (fused & IGP01E1000_ANALOG_FUSE_POLY_MASK) | in e1000_phy_init_script()
211 fused); in e1000_phy_init_script()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgm20b.c132 /* fused parameters */
746 bool fused = clk->uvdet_offs && clk->uvdet_slope; in gm20b_clk_init_dvfs() local
760 if (fused) { in gm20b_clk_init_dvfs()
770 * If calibration parameters are not fused, start internal calibration, in gm20b_clk_init_dvfs()
836 /* If not fused, set RAM SVOP PDP data 0x2, and enable fuse override */ in gm20b_clk_init()
957 /* No fused parameters, we will calibrate later */ in gm20b_clk_init_fused_params()
973 nvkm_debug(subdev, "fused calibration data: slope %d, offs %d\n", in gm20b_clk_init_fused_params()
1067 nvkm_warn(subdev, "no fused calibration parameters\n"); in gm20b_clk_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgm20b.c132 /* fused parameters */
746 bool fused = clk->uvdet_offs && clk->uvdet_slope; in gm20b_clk_init_dvfs() local
760 if (fused) { in gm20b_clk_init_dvfs()
770 * If calibration parameters are not fused, start internal calibration, in gm20b_clk_init_dvfs()
836 /* If not fused, set RAM SVOP PDP data 0x2, and enable fuse override */ in gm20b_clk_init()
954 /* No fused parameters, we will calibrate later */ in gm20b_clk_init_fused_params()
970 nvkm_debug(subdev, "fused calibration data: slope %d, offs %d\n", in gm20b_clk_init_fused_params()
1064 nvkm_warn(subdev, "no fused calibration parameters\n"); in gm20b_clk_new()

Completed in 14 milliseconds