Home
last modified time | relevance | path

Searched refs:holds (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbmc/linux/Documentation/hwmon/
H A Ddell-smm-hwmon.rst201 holds the first result after SMM.
234 - 1st byte in ``eax`` holds the current
240 - 2nd byte in ``ebx`` holds the desired
246 - 1st word in ``eax`` holds the current
252 - 1st byte in ``eax`` holds the
266 - 2nd byte in ``ebx`` holds the fan state
268 - 1st word in ``eax`` holds the nominal
282 - 1st byte in ``eax`` holds the measured
288 - 1st byte in ``eax`` holds the
301 - ``eax`` holds 1145651527
[all …]
H A Dabituguru-datasheet.rst38 If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC an uGuru could be
60 level we will call banks. A bank holds data for one or more sensors. The data
91 first read but sometimes it takes a while before CMD holds 0xAC and thus it
110 Once DATA holds 0x08 again write the sensor address to CMD.
119 DATA holds 0x01 read the byte from CMD.
138 once DATA holds 0x00 write the byte to CMD.
143 Once DATA holds 0x01 read CMD it should hold 0xAC now.
172 This byte holds the alarm flags for sensor 0-7 of Sensor Bank1, with bit 0
180 This byte holds the alarm flags for sensor 0-5 of Sensor Bank2, with bit 0
197 This byte holds the reading from the sensor. Sensors in Bank1 can be both
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-regulator73 type. This holds the regulator type.
97 microvolts. This holds the regulator output voltage setting
112 microamps. This holds the regulator output current limit
127 opmode. This holds the current regulator operating mode,
212 name. This holds a string identifying the regulator for
225 num_users. This holds the number of consumer devices that
235 requested_microamps. This holds the total requested load
254 suspend_mem_microvolts. This holds the regulator output
265 suspend_disk_microvolts. This holds the regulator output
287 suspend_mem_mode. This holds the regulator operating mode
[all …]
H A Dsysfs-platform-mellanox-bootctl93 The "oob_mac" sysfs attribute holds the MAC address for
102 The "opn" sysfs attribute holds the board's part number.
110 The "sku" sysfs attribute holds the board's SKU number.
118 The "modl" sysfs attribute holds the board's model number.
126 The "sn" sysfs attribute holds the board's serial number.
134 The "uuid" sysfs attribute holds the board's UUID.
142 The "rev" sysfs attribute holds the board's revision.
H A Dsysfs-devices-mapping6 each dieX file (where X is die number) holds "Segment:Root Bus"
40 Each /sys/devices/uncore_upi_X/dieY file holds "upi_Z,die_W"
H A Dsysfs-bus-iio-mpu605011 positions relative to the board that holds these sensors. Identity matrix
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Protocol/PECI/
H A DRaw.interface.yaml16 An array of byte arrays where each byte array holds the raw
23 An array of byte arrays where each byte array holds the raw
/openbmc/u-boot/doc/device-tree-bindings/spi/
H A Dsoft-spi.txt21 The first cell holds the phandle of the controller and the second cell
22 typically holds the GPIO number.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-mhi5 Description: The file holds the serial number of the client device obtained
16 Description: The file holds the OEM PK Hash value of the endpoint device
/openbmc/linux/Documentation/power/
H A Dswsusp-and-swap-files.rst12 holds it. From the swsusp's point of view (1) is not a problem, because it is
20 identify a swap file swsusp uses the name of the partition that holds the file
36 holds the swap file.
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-pyra56 profile_buttons holds information about button layout.
71 profile_buttons holds information about button layout.
83 profile_settings holds information like resolution, sensitivity
99 profile_settings holds information like resolution, sensitivity
111 The size of the data is 3 bytes and holds information on the
H A Dsysfs-driver-hid-roccat-kovaplus67 profile_buttons holds information about button layout.
82 profile_buttons holds information about button layout.
94 profile_settings holds information like resolution, sensitivity
110 profile_settings holds information like resolution, sensitivity
H A Dsysfs-driver-hid-roccat-savu6 button settings. The buttons variable holds information about
30 button settings. A profile holds information like resolution,
63 press of a button. profile holds number of actual profile.
H A Dsysfs-driver-hid-roccat-koneplus60 profile_buttons holds information about button layout.
75 profile_buttons holds information about button layout.
87 profile_settings holds information like resolution, sensitivity
103 profile_settings holds information like resolution, sensitivity
H A Dsysfs-driver-hid-roccat-konepure5 press of a button. actual_profile holds number of actual profile.
45 profile_buttons holds information about button layout.
60 profile_settings holds information like resolution, sensitivity
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfskeleton.S73 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
92 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
110 | stack frame. The FP state frame holds the source operand of the faulting
129 | stack frame. The FP state frame holds the source operand of the faulting
148 | stack frame. The FP state frame holds the source operand of the faulting
167 | stack frame. The FP state frame holds the source operand of the faulting
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dnxp,lpc3220-usb-clk.txt6 - #clock-cells: must be 1, the cell holds id of a clock provided by the
H A Dnxp,lpc3220-clk.txt6 - #clock-cells: must be 1, the cell holds id of a clock provided by the
/openbmc/phosphor-pid-control/ipmi/
H A DREADME1 This holds the source for the library we install to handle the manual control
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S70 # r3 holds pointer to where to put the result of fork
71 # r4 holds pointer to the pid
H A Dvmx_asm.S86 # r3 holds pointer to where to put the result of fork
87 # r4 holds pointer to the pid
/openbmc/linux/drivers/md/
H A Ddm-raid1.c68 struct bio_list holds; /* bios are waiting until suspend */ member
506 bio_list_add(&ms->holds, bio); in hold_bio()
905 bio_list_init(&ms->holds); in alloc_context()
1317 struct bio_list holds; in mirror_presuspend() local
1329 holds = ms->holds; in mirror_presuspend()
1330 bio_list_init(&ms->holds); in mirror_presuspend()
1333 while ((bio = bio_list_pop(&holds))) in mirror_presuspend()
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst15 bttv-cards.c, which holds the information required for each board.
63 As mentioned above, there is a array which holds the required
79 The ``audiomux[]`` array holds the data values for the different inputs
/openbmc/linux/Documentation/filesystems/
H A Dqnx6.rst53 Each superblock holds a set of root inodes for the different filesystem
55 Each of these root nodes holds information like total size of the stored
61 addressing block holds up to blocksize / 4 bytes pointers to data blocks.
146 Each data block (tree leaves) holds one long filename. That filename is
/openbmc/openbmc-test-automation/lib/
H A Dbmc_cleanup.robot9 # List that holds space separated filepaths to skip from cleanup.

12345678910