/openbmc/linux/drivers/soc/tegra/fuse/ |
H A D | tegra-apbmisc.c | 90 u32 straps = tegra_read_straps(); in tegra_read_ram_code() local 93 straps &= PMC_STRAPPING_OPT_A_RAM_CODE_MASK_LONG; in tegra_read_ram_code() 95 straps &= PMC_STRAPPING_OPT_A_RAM_CODE_MASK_SHORT; in tegra_read_ram_code() 97 return straps >> PMC_STRAPPING_OPT_A_RAM_CODE_SHIFT; in tegra_read_ram_code() 166 struct resource apbmisc, straps; in tegra_init_apbmisc() local 187 straps.start = 0x7000e864; in tegra_init_apbmisc() 188 straps.end = 0x7000e867; in tegra_init_apbmisc() 190 straps.start = 0x70000008; in tegra_init_apbmisc() 191 straps.end = 0x7000000b; in tegra_init_apbmisc() 194 straps.flags = IORESOURCE_MEM; in tegra_init_apbmisc() [all …]
|
/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxx/ |
H A D | adf_c3xxx_hw_data.c | 28 u32 straps = self->straps; in get_accel_mask() local 32 accel = ~(fuses | straps) >> ADF_C3XXX_ACCELERATORS_REG_OFFSET; in get_accel_mask() 40 u32 straps = self->straps; in get_ae_mask() local 50 straps |= ae_disable << (accel << 1); in get_ae_mask() 52 return ~(fuses | straps) & ADF_C3XXX_ACCELENGINES_MASK; in get_ae_mask()
|
H A D | adf_drv.c | 131 &hw_data->straps); in adf_probe()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_c62x/ |
H A D | adf_c62x_hw_data.c | 28 u32 straps = self->straps; in get_accel_mask() local 32 accel = ~(fuses | straps) >> ADF_C62X_ACCELERATORS_REG_OFFSET; in get_accel_mask() 40 u32 straps = self->straps; in get_ae_mask() local 50 straps |= ae_disable << (accel << 1); in get_ae_mask() 52 return ~(fuses | straps) & ADF_C62X_ACCELENGINES_MASK; in get_ae_mask()
|
H A D | adf_drv.c | 131 &hw_data->straps); in adf_probe()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen2_hw_data.c | 215 u32 straps = hw_data->straps; in adf_gen2_get_accel_cap() local 241 if ((straps | fuses) & ADF_POWERGATE_PKE) in adf_gen2_get_accel_cap() 244 if ((straps | fuses) & ADF_POWERGATE_DC) in adf_gen2_get_accel_cap()
|
H A D | adf_accel_devices.h | 221 u32 straps; member
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
H A D | libtest-harness-perl_3.50.bb | 14 pluggable 'Straps' interface that previous versions of Test::Harness \ 15 supported is not reproduced here. Straps is now available as a stand \ 16 alone module: Test::Harness::Straps. \
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 100 .demod_address = 0x1e >> 1, /* Datasheet suggested straps */ 213 .demod_address = 0x1e >> 1, /* Datasheet suggested straps */ 221 .demod_address = 0x1e >> 1, /* Datasheet suggested straps */
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | ti,dp83869.yaml | 65 mode is set by the straps. see dt-bindings/net/ti-dp83869.h for values
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/ |
H A D | dce100_resource.c | 445 struct resource_straps *straps) in read_dce_straps() argument 448 HDMI_DISABLE, &straps->hdmi_disable, in read_dce_straps() 449 AUDIO_STREAM_NUMBER, &straps->audio_stream_number); in read_dce_straps() 451 REG_GET(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO, &straps->dc_pinstraps_audio); in read_dce_straps()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_resource.c | 666 struct resource_straps *straps) in read_dce_straps() argument 670 straps->audio_stream_number = get_reg_field_value(reg_val, in read_dce_straps() 673 straps->hdmi_disable = get_reg_field_value(reg_val, in read_dce_straps() 678 straps->dc_pinstraps_audio = get_reg_field_value(reg_val, in read_dce_straps()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv05.c | 88 /* Set memory type/width/length defaults depending on the straps */ in nv05_devinit_meminit()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/ |
H A D | dce112_resource.c | 473 struct resource_straps *straps) in read_dce_straps() argument 476 HDMI_DISABLE, &straps->hdmi_disable, in read_dce_straps() 477 AUDIO_STREAM_NUMBER, &straps->audio_stream_number); in read_dce_straps() 479 REG_GET(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO, &straps->dc_pinstraps_audio); in read_dce_straps()
|
/openbmc/qemu/include/hw/southbridge/ |
H A D | ich9.h | 40 /* 2.24 Pin Straps */
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/ |
H A D | dce80_resource.c | 485 struct resource_straps *straps) in read_dce_straps() argument 488 HDMI_DISABLE, &straps->hdmi_disable, in read_dce_straps() 489 AUDIO_STREAM_NUMBER, &straps->audio_stream_number); in read_dce_straps() 491 REG_GET(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO, &straps->dc_pinstraps_audio); in read_dce_straps()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_resource.c | 493 struct resource_straps *straps) in read_dce_straps() argument 496 HDMI_DISABLE, &straps->hdmi_disable, in read_dce_straps() 497 AUDIO_STREAM_NUMBER, &straps->audio_stream_number); in read_dce_straps() 499 REG_GET(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO, &straps->dc_pinstraps_audio); in read_dce_straps()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_resource.c | 478 struct resource_straps *straps) in read_dce_straps() argument 481 HDMI_DISABLE, &straps->hdmi_disable, in read_dce_straps() 482 AUDIO_STREAM_NUMBER, &straps->audio_stream_number); in read_dce_straps() 484 REG_GET(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO, &straps->dc_pinstraps_audio); in read_dce_straps()
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_gcr.c | 234 DEFINE_PROP_UINT32("power-on-straps", NPCM7xxGCRState, reset_pwron, 0),
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | me_status.c | 89 [0x0a] = "Check to see if straps say ME DISABLED",
|
/openbmc/linux/arch/mips/kernel/ |
H A D | fpu-probe.c | 152 * mode selected. Note that "relaxed" straps the emulator so that it
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-data-modul-edm-sbc.dts | 573 /* MEMCFG[0..2] straps */ 578 /* BOOT_CFG[0..15] straps */
|
/openbmc/intel-ipmi-oem/src/ |
H A D | me_to_redfish_hooks.cpp | 141 {0x02, "Soft Straps verification error"}};
|
/openbmc/qemu/hw/arm/ |
H A D | npcm7xx.c | 420 object_property_add_alias(obj, "power-on-straps", OBJECT(&s->gcr), in npcm7xx_init() 421 "power-on-straps"); in npcm7xx_init()
|
/openbmc/linux/drivers/regulator/ |
H A D | max5970-regulator.c | 44 /* Check soft straps match requested mode */ in max597x_uvp_ovp_check_mode()
|