/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BitTorrent-1.1 | 71 …tively, and (b) such software programs or code add or contribute material value, functionality or … 93 …asonable value of the licenses granted by said Respondent under Sections 1 and 2 shall be taken in…
|
H A D | CPAL-1.0 | 72 …onable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken … 85 …Code (“Original Developer”), in the hope that its promotional value may help justify t…
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7745.dtsi | 60 /* This value must be overridden by the board. */ 102 /* This value must be overridden by the board. */ 117 /* This value must be overridden by the board. */
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.reg | 177 * SOFS (3:0) bits disables synchronous data transfers. Any offset value 1389 * scratchspace (actually a value that can be copied directly into 1391 * for all targets that have a value other than 0 in the lower four
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 1480 #define LE32_DEC_ENC(value, dec_bits, enc_bits) \ argument 1481 le32_encode_bits(le32_get_bits(value, dec_bits), enc_bits) 1487 (_usig)->value |= LE32_DEC_ENC(in_value, dec_bits, _enc_bits); \
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 1824 u32 value[256 / 4]; in early_dump_pci_device() local 1830 pci_read_config_dword(pdev, i, &value[i / 4]); in early_dump_pci_device() 1833 value, 256, false); in early_dump_pci_device()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pch_udc.c | 1143 static int pch_udc_pcd_selfpowered(struct usb_gadget *gadget, int value) in pch_udc_pcd_selfpowered() argument 1149 gadget->is_selfpowered = (value != 0); in pch_udc_pcd_selfpowered() 1151 if (value) in pch_udc_pcd_selfpowered()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 2758 u32 value; in drxd_read_signal_strength() local 2761 res = ReadIFAgc(state, &value); in drxd_read_signal_strength() 2765 *strength = 0xffff - (value << 4); in drxd_read_signal_strength()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ap.rst | 631 with 0s on the right; for example, specifying a mask value of 0x41 is 843 * The adapter number specified must represent a value from 0 up to the 869 * The domain number specified must represent a value from 0 up to the 895 * The domain number specified must represent a value from 0 up to the maximum
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | ras.rst | 341 typical value. Yet, the actual number of csrows depends on the layout of 836 Too small a value wastes resources. Too large a value might delay 1050 each of the above values can be set to "any" to match any valid value.
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 1275 u32 value, before, after; in igb_reg_test() local 1309 value = (rd32(E1000_STATUS) & toggle); in igb_reg_test() 1312 if (value != after) { in igb_reg_test() 1315 after, value); in igb_reg_test()
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | devlink-user.c | 47 const char *devlink_sb_pool_type_str(enum devlink_sb_pool_type value) in devlink_sb_pool_type_str() argument 49 if (value < 0 || value >= (int)MNL_ARRAY_SIZE(devlink_sb_pool_type_strmap)) in devlink_sb_pool_type_str() 51 return devlink_sb_pool_type_strmap[value]; in devlink_sb_pool_type_str()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 657 # Sanity checks to be done when the value of SSTATE_DIR changes 881 status.addresult('Specified SDKMACHINE value is not valid\n') 908 …ddr is not <= 65536. This will cause problems with qemu so please fix the value (as root).\n\nTo f… 939 …bb.warn('Invalid mirror variable value for %s: %s, should contain paired members.' % (mirror_var, …
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v8_0.c | 1334 u32 value = 0; in dce_v8_0_audio_write_sad_regs() local 1344 value = (sad->channels << in dce_v8_0_audio_write_sad_regs() 1360 value |= (stereo_freqs << in dce_v8_0_audio_write_sad_regs() 1363 WREG32_AUDIO_ENDPT(offset, eld_reg_to_type[i][0], value); in dce_v8_0_audio_write_sad_regs()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | pin-control.rst | 195 using a certain resistor value - pull up and pull down - so that the pin has a 196 stable value when nothing is driving the rail it is connected to, or when it's 378 the range ID value, so that the pin controller knows which range it should 832 such as setting a GPIO's output value, reading a GPIO's input value, or
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 52 static void bnxt_set_msglevel(struct net_device *dev, u32 value) in bnxt_set_msglevel() argument 56 bp->msg_enable = value; in bnxt_set_msglevel() 2948 char *value; in bnxt_parse_pkglog() local 2959 value = p; in bnxt_parse_pkglog() 2963 retval = value; in bnxt_parse_pkglog()
|
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 71 static inline void bcmgenet_writel(u32 value, void __iomem *offset) in bcmgenet_writel() argument 77 __raw_writel(value, offset); in bcmgenet_writel() 79 writel_relaxed(value, offset); in bcmgenet_writel() 91 void __iomem *d, u32 value) in dmadesc_set_length_status() argument 93 bcmgenet_writel(value, d + DMA_DESC_LENGTH_STATUS); in dmadesc_set_length_status()
|
/openbmc/linux/drivers/net/usb/ |
H A D | r8152.c | 1228 __u8 requesttype, __u16 value, __u16 index, void *data, in r8152_control_msg() argument 1238 value, index, data, size, in r8152_control_msg() 1255 msg_tag, size, value, index, ret); in r8152_control_msg() 1299 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers() argument 1310 value, index, tmp, size, "read"); in get_registers() 1323 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers() argument 1334 value, index, tmp, size, "write"); in set_registers() 1607 static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value) in r8152_mdio_write() argument 1609 ocp_reg_write(tp, OCP_BASE_MII + reg_addr * 2, value); in r8152_mdio_write() 8718 static void rtl8152_set_msglevel(struct net_device *dev, u32 value) in rtl8152_set_msglevel() argument [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs42l42.c | 413 switch (ucontrol->value.integer.value[0]) { in cs42l42_slow_start_put()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | orangefs.rst | 519 timeout value, getattr_time, which allows any iteration of 537 short timeout value in the dentry's d_time, and the dentry will be trusted
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi_fc_transport.rst | 488 There is a new fc_host port_type value - FC_PORTTYPE_NPIV. This value
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | r8a77970.dtsi | 61 /* This value must be overridden by the board */ 68 /* This value must be overridden by the board */
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 255 memcpy(ae->value, val, val_len); in csio_append_attrib() 257 memset(ae->value + val_len, 0, len - val_len); in csio_append_attrib()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 463 TCGv gen_8bitsof(TCGv result, TCGv value) in gen_8bitsof() argument 467 tcg_gen_movcond_tl(TCG_COND_NE, result, value, zero, ones, zero); in gen_8bitsof()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 737 uint64_t riscv_cpu_update_mip(CPURISCVState *env, uint64_t mask, uint64_t value) in riscv_cpu_update_mip() argument 746 env->mip = (env->mip & ~mask) | (value & mask); in riscv_cpu_update_mip()
|