/openbmc/linux/drivers/gpio/ |
H A D | gpio-regmap.c | 185 unsigned int offset, int value) in gpio_regmap_direction_output() argument 187 gpio_regmap_set(chip, offset, value); in gpio_regmap_direction_output()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7175.c | 57 static inline int adv7175_write(struct v4l2_subdev *sd, u8 reg, u8 value) in adv7175_write() argument 61 return i2c_smbus_write_byte_data(client, reg, value); in adv7175_write()
|
H A D | tw2804.c | 106 static int write_reg(struct i2c_client *client, u8 reg, u8 value, u8 channel) in write_reg() argument 108 return i2c_smbus_write_byte_data(client, reg | (channel << 6), value); in write_reg()
|
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | p1022_ds.c | 500 .value = "disabled", in p1022_ds_setup_arch() 524 .value = "disabled", in p1022_ds_setup_arch()
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | mars.c | 91 u8 value) in mi_w() argument 96 gspca_dev->usb_buf[3] = value; in mi_w()
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | Kconfig | 116 "fastboot flash" command line matches the value defined here. 126 specified on the "fastboot flash" command line matches the value
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | nsaccess.c | 163 new_node->value = obj_desc->method.param_count; in acpi_ns_root_initialize() 176 obj_desc->integer.value = ACPI_TO_INTEGER(val); in acpi_ns_root_initialize()
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | vhci_driver.c | 40 static int parse_status(const char *value) in parse_status() argument 46 c = strchr(value, '\n'); in parse_status()
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 941 #define MIPS_RDHWR(rd, value) { \ argument 946 : "=r" (value)); \
|
/openbmc/linux/Documentation/wmi/ |
H A D | acpi-interface.rst | 82 event as hexadecimal value. Their first parameter is an integer with a value
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0001-support-authentication-for-kickstart.patch | 46 + descriptive message val. val should be the return value of 52 + return self.value
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | atmel,ebi.txt | 20 - reg: Contains offset/length value for EBI memory mapping. 63 - atmel,smc-page-mode enable page mode if present. The provided value
|
/openbmc/u-boot/drivers/net/ |
H A D | mvgbe.h | 61 #define GT_MVGBE_IPG_INT_RX(value) ((value & 0x3fff) << 8) argument
|
/openbmc/linux/drivers/mfd/ |
H A D | max8998.c | 74 int max8998_write_reg(struct i2c_client *i2c, u8 reg, u8 value) in max8998_write_reg() argument 80 ret = i2c_smbus_write_byte_data(i2c, reg, value); in max8998_write_reg()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mp.h | 322 void GetThermalMeter(struct adapter *padapter, u8 *value); 358 void Hal_GetThermalMeter(struct adapter *padapter, u8 *value);
|
/openbmc/u-boot/board/Seagate/goflexhome/ |
H A D | kwbimage.cfg | 42 # bit23-20: 5=recommended value for CL=5 and STARTBURST_DEL disabled bit31=0 47 DATA 0xFFD01408 0x22125451 # DDR Timing (Low) (active cycles value +1)
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | eth_t102xqds.c | 114 int regnum, u16 value) in t1024qds_mdio_write() argument 120 return priv->realbus->write(priv->realbus, addr, devad, regnum, value); in t1024qds_mdio_write()
|
/openbmc/linux/net/smc/ |
H A D | smc_cdc.h | 91 int value) in smc_curs_add() argument 93 curs->count += value; in smc_curs_add()
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-ktd2692.c | 146 static void ktd2692_expresswire_write(struct ktd2692_context *led, u8 value) in ktd2692_expresswire_write() argument 152 ktd2692_expresswire_set_bit(led, value & BIT(i)); in ktd2692_expresswire_write()
|
/openbmc/u-boot/board/Marvell/dreamplug/ |
H A D | kwbimage.cfg | 37 # bit23-20: 5=recommended value for CL=5 and STARTBURST_DEL disabled bit31=0 42 DATA 0xFFD01408 0x22125451 # DDR Timing (Low) (active cycles value +1)
|
/openbmc/u-boot/doc/device-tree-bindings/misc/ |
H A D | intel,baytrail-fsp.txt | 64 - fsp,emmc45-retune-timer-value 132 fsp,emmc45-retune-timer-value = <8>;
|
/openbmc/u-boot/board/Marvell/sheevaplug/ |
H A D | kwbimage.cfg | 36 # bit23-20: 5=recommended value for CL=5 and STARTBURST_DEL disabled bit31=0 41 DATA 0xFFD01408 0x22125451 # DDR Timing (Low) (active cycles value +1)
|
/openbmc/u-boot/board/Marvell/guruplug/ |
H A D | kwbimage.cfg | 36 # bit23-20: 5=recommended value for CL=5 and STARTBURST_DEL disabled bit31=0 41 DATA 0xFFD01408 0x22125451 # DDR Timing (Low) (active cycles value +1)
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | sgetem.S | 6 | and the exponent value is returned as an extended 85 fmovex (%a0),%fp0 |put new value back in fp0
|
/openbmc/linux/net/xdp/ |
H A D | xskmap.c | 161 static long xsk_map_update_elem(struct bpf_map *map, void *key, void *value, in xsk_map_update_elem() argument 167 u32 i = *(u32 *)key, fd = *(u32 *)value; in xsk_map_update_elem()
|