Home
last modified time | relevance | path

Searched refs:fused (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/events/
H A Dutils.c88 bool fused, int *offset) in get_branch_type() argument
165 while (fused && ret == X86_BR_NONE) { in get_branch_type()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ccp7 whether the CPU or APU has been fused to prevent tampering.
8 0: Not fused
/openbmc/u-boot/board/toradex/colibri_imx6/
H A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/openbmc/u-boot/board/toradex/apalis_imx6/
H A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c179 u16 fused, fine, coarse; in e1000_phy_init_script() local
184 &fused); in e1000_phy_init_script()
186 if (!(fused & IGP01E1000_ANALOG_SPARE_FUSE_ENABLED)) { in e1000_phy_init_script()
189 &fused); in e1000_phy_init_script()
191 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK; in e1000_phy_init_script()
193 fused & IGP01E1000_ANALOG_FUSE_COARSE_MASK; in e1000_phy_init_script()
204 fused = in e1000_phy_init_script()
205 (fused & IGP01E1000_ANALOG_FUSE_POLY_MASK) | in e1000_phy_init_script()
212 fused); in e1000_phy_init_script()
/openbmc/u-boot/drivers/net/
H A De1000.c4736 uint16_t fused, fine, coarse; in e1000_phy_init_script() local
4740 IGP01E1000_ANALOG_SPARE_FUSE_STATUS, &fused); in e1000_phy_init_script()
4742 if (!(fused & IGP01E1000_ANALOG_SPARE_FUSE_ENABLED)) { in e1000_phy_init_script()
4744 IGP01E1000_ANALOG_FUSE_STATUS, &fused); in e1000_phy_init_script()
4746 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK; in e1000_phy_init_script()
4747 coarse = fused in e1000_phy_init_script()
4759 fused = (fused in e1000_phy_init_script()
4767 IGP01E1000_ANALOG_FUSE_CONTROL, fused); in e1000_phy_init_script()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgm20b.c746 bool fused = clk->uvdet_offs && clk->uvdet_slope; in gm20b_clk_init_dvfs() local
760 if (fused) { in gm20b_clk_init_dvfs()
/openbmc/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst42 randomly generated and fused into each SoC at manufacturing time.
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc488 * puts the operands to a fused mac operation (a*b)+c in the order c,a,b.