/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery-ui.theme.min.css | 5 …position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-posit…
|
H A D | jquery-ui.min.css | 7 …position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3…
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | i2c_write_bit_action.hpp | 54 * @param position Bit position. Must be in the range 0-7. Bit 0 is the 58 explicit I2CWriteBitAction(uint8_t reg, uint8_t position, uint8_t value) : in I2CWriteBitAction() argument 59 reg{reg}, position{position}, value{value} in I2CWriteBitAction() 61 if (position > 7) 64 "Invalid bit position: " + 65 std::to_string(static_cast<unsigned>(position))}; 81 * The device register, bit position, and bit value were specified in the 104 * Returns the bit position. 108 * @return bit position 112 return position; in getPosition() [all …]
|
H A D | i2c_compare_bit_action.hpp | 54 * @param position Bit position. Must be in the range 0-7. Bit 0 is the 58 explicit I2CCompareBitAction(uint8_t reg, uint8_t position, uint8_t value) : in I2CCompareBitAction() argument 59 reg{reg}, position{position}, value{value} in I2CCompareBitAction() 61 if (position > 7) 64 "Invalid bit position: " + 65 std::to_string(static_cast<unsigned>(position))}; 81 * The device register, bit position, and bit value were specified in the 105 * Returns the bit position. 109 * @return bit position 113 return position; in getPosition() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ |
H A D | HostSelector.interface.yaml | 2 Host selector interface is used to keep the position of the host selector HW 3 switch as a property.This host selector position value decides which host or 9 - name: Position 13 The current position of the selector. Position 1 to N selects Host 14 Instance t to N,Position 0 selects the BMC ( N is maximum number of 22 Maximum number for position value.
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.style.css | 1 …position:relative;display:inline-block;min-width:100%}.jstree-wholerow-ul .jstree-leaf>.jstree-ocl…
|
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/mrw/mrw-native/ |
H A D | palmetto.xml.patch.xml | 11 <position>0</position> 30 <id>POSITION</id> 47 <position>0</position> 73 <id>POSITION</id> 90 <position>1</position> 109 <id>POSITION</id> 126 <position>1</position> 152 <id>POSITION</id> 169 <position>2</position> 188 <id>POSITION</id> [all …]
|
/openbmc/u-boot/include/ |
H A D | video_console.h | 47 * @xcur_frac: Current X position, in fractional units (VID_TO_POS(x)) 48 * @ycur: Current Y position in pixels (0=top) 59 * @col_saved: Saved X position, in fractional units (VID_TO_POS(x)) 60 * @row_saved: Saved Y position in pixels (0=top) 90 * These operations work on either an absolute console position (measured 96 * putc_xy() - write a single character to a position 99 * @x_frac: Fractional pixel X position (0=left-most pixel) which 100 * is the X position multipled by VID_FRAC_DIV. 101 * @y: Pixel Y position (0=top-most pixel) 136 * Consoles which use proportional fonts need to track the position of [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 31 position: relative; 39 position: absolute; 97 position: relative; 114 position: sticky; 121 position: relative; 125 position: absolute; 132 position: absolute; 151 position: relative; 164 position: absolute; 215 position: relative; [all …]
|
H A D | form-elements.scss | 3 position: relative; 19 position: relative; 24 position: absolute; 53 position: relative; 56 position: absolute; 83 position: relative; 92 position: absolute; 98 position: absolute; 179 position: absolute; 188 position: absolute; [all …]
|
/openbmc/docs/designs/ |
H A D | multihost-phosphor-buttons.md | 106 switch position(1 to 10) decides whether the power button action is needs to be 112 selector switch position. 116 host selector position value = 0,bmc is mapped to power and reset buttons host 117 selector position value = 1,host 1 is mapped to power and reset buttons host 118 selector position value = 2,host 2 is mapped to power and reset buttons host 119 selector position value = 3,host 3 is mapped to power and reset buttons host 120 selector position value = 4,host 4 is mapped to power and reset buttons 130 Based on the position of the host selector switch, a separate handler interface 147 selector switch position value should be increased up to MaxPosition. If the 177 Based on the 4 gpio state values, the host selector switch position value is [all …]
|
/openbmc/qemu/net/ |
H A D | filter.c | 178 return g_strdup(nf->position); in netfilter_get_position() 185 nf->position = g_strdup(str); in netfilter_set_position() 214 nf->position = g_strdup("tail"); in netfilter_init() 220 NetFilterState *position = NULL; in netfilter_complete() local 248 if (strcmp(nf->position, "head") && strcmp(nf->position, "tail")) { in netfilter_complete() 253 if (!g_str_has_prefix(nf->position, "id=")) { in netfilter_complete() 254 error_setg(errp, QERR_INVALID_PARAMETER_VALUE, "position", in netfilter_complete() 260 position_id = g_strndup(nf->position + 3, strlen(nf->position) - 3); in netfilter_complete() 262 /* Search for the position to insert before/behind */ in netfilter_complete() 271 position = NETFILTER(obj); in netfilter_complete() [all …]
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | mixins.scss | 71 background-position-y: center; 72 background-position-x: calc(100% - 0.5em); 79 background-position-y: center; 80 background-position-x: calc(100% - 0.5em); 119 background-position: -70px 0; 122 background-position: 0 0; 128 background-position: -70px 0; 131 background-position: 0 0; 137 background-position: -70px 0; 140 background-position: 0 0; [all …]
|
H A D | foundation.scss | 175 position: relative; 677 background-position: right -1rem center; 748 position: absolute !important; 755 position: static !important; 840 position: relative; 844 position: relative; 854 position: relative; 858 position: relative; 868 position: relative; 872 position: relative; [all …]
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
H A D | 0004-aspeed-add-bmc-position-support.patch | 4 Subject: [PATCH] aspeed: add bmc position support 7 The position is encoded by a pin, read by an MCU, and then translated 41 + int position = gpio_get_value(gpio); 42 + if (position >= 0) 44 + printf("BMC Position: %d\n", position); 45 + update_bootargs_cmd("bmcposition", position ? "1" : "0");
|
/openbmc/openpower-proc-control/ |
H A D | targeting.hpp | 27 * @param[in] - The logical position of the target 30 Target(size_t position, const std::string& devPath) : in Target() argument 31 pos(position), cfamPath(devPath) in Target() 41 * Returns the position 64 * The logical position of this target 109 * Returns a const iterator to the last (highest position) target. 125 * Returns a target by position.
|
/openbmc/u-boot/scripts/coccinelle/null/ |
H A D | kmerr.cocci | 24 position p; 34 position p1 != withtest.p; 36 position any withtest.p; 49 position p1 != withtest.p; 50 position p2; 52 position any withtest.p;
|
/openbmc/phosphor-host-postd/ipmisnoop/ |
H A D | ipmisnoop.hpp | 62 postcode display and Get Selector position can be skipped in in IpmiPostReporter() 81 size_t position = getSelectorPosition(bus); in IpmiPostReporter() local 83 if (position > maxPosition) in IpmiPostReporter() 85 std::cerr << "Invalid position. Position should be 1 to 4 " in IpmiPostReporter() 102 if (position == hostNum) in IpmiPostReporter() 112 fprintf(stderr, "Host Selector Position and host " in IpmiPostReporter()
|
/openbmc/u-boot/drivers/video/ |
H A D | console_truetype.c | 78 * struct pos_info - Records a cursor position 80 * @xpos_frac: Fractional X position in pixels (multiplied by VID_FRAC_DIV) 81 * @ypos: Y position (pixels from the top) 102 * the last position and the current position, thus erasing the 105 * @pos_ptr: Current position in the position history 106 * @baseline: Pixel offset of the font's baseline from the cursor position. 181 /* Scroll up our position history */ in console_truetype_move_rows() 211 * First out our current X position in fractional pixels. If we wrote in console_truetype_putc_xy() 212 * a character previously, using kerning to fine-tune the position of in console_truetype_putc_xy() 232 /* Write the current cursor position into history */ in console_truetype_putc_xy() [all …]
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | nand.h | 52 * @lun_addr_shift: position of the LUN identifier in the row address 53 * @eraseblock_addr_shift: position of the eraseblock identifier in the row 62 * struct nand_pos - NAND position object 82 * @pos: the position this I/O request is targeting 162 * @rowconv: position to row address converter 417 * nanddev_offs_to_pos() - Convert an absolute NAND offset into a NAND position 420 * @pos: a NAND position object to fill in 445 * @a: First NAND position 446 * @b: Second NAND position 471 * nanddev_pos_to_offs() - Convert a NAND position into an absolute offset [all …]
|
/openbmc/phosphor-webui/app/server-control/styles/ |
H A D | power-operations.scss | 24 background-position: 0; 25 transition: background-position 2s ease; 36 background-position: -100%; 39 background-position: 0; 47 background-position: 0;
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/ |
H A D | motor-init | 6 # Moving step motor back to initial position 92 #SLED{N}_MS_DETECT1 (initial position) 97 echo "Making motor back to initial position..." 105 echo "Motor calibrated to initial position." 109 echo "Find motor initial position failed"
|
/openbmc/openpower-debug-collector/dump/ |
H A D | sbe_dump_collector.cpp | 151 "chip position={FAILINGUNIT}", in collectSBEDump() 291 lg2::info("log error {CHIP} {POSITION}", "CHIP", chipName, "POSITION", in logErrorAndCreatePEL() 316 lg2::error("No FFDC data after a chip-op failure {CHIP} {POSITION}", in logErrorAndCreatePEL() 317 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL() 326 "FFDC Not related to chip-op present {CHIP} {POSITION}", in logErrorAndCreatePEL() 327 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL() 333 lg2::error("Process FFDC {CHIP} {POSITION}", "CHIP", chipName, in logErrorAndCreatePEL() 334 "POSITION", chipPos); in logErrorAndCreatePEL() 384 "position({CHIPPOS}), Error: {ERROR}", in logErrorAndCreatePEL() 399 "Collecting dump from ({CHIPTYPE}) ({POSITION}): path({PATH}) id({ID}) " in collectDumpFromSBE() [all …]
|
/openbmc/u-boot/include/asm-generic/bitops/ |
H A D | fls64.h | 11 * ffsll, but returns the position of the most significant set bit. 13 * fls64(value) returns 0 if value is 0 or the position of the last 15 * at position 64.
|
/openbmc/phosphor-buttons/src/ |
H A D | serial_uart_mux.cpp | 21 // when Host Selector Position is changed call the handler in init() 47 // set the serial uart MUX to select the console w.r.t host selector position 48 void SerialUartMux::configSerialConsoleMux(size_t position) in configSerialConsoleMux() argument 73 gpioState = (serialUartMuxMap[position] & (0x1 << uartMuxSel)) in configSerialConsoleMux() 95 if (propertyName == "Position") in hostSelectorPositionChanged()
|