| /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_compare_bit_action.hpp | 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) 65 std::to_string(static_cast<unsigned>(position))}; 113 return position; in getPosition() 146 const uint8_t position{0}; member in phosphor::power::regulators::I2CCompareBitAction
|
| H A D | i2c_write_bit_action.hpp | 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) 65 std::to_string(static_cast<unsigned>(position))}; 112 return position; in getPosition() 145 const uint8_t position{0}; member in phosphor::power::regulators::I2CWriteBitAction
|
| H A D | i2c_write_bit_action.cpp | 42 registerValue &= ~(0x01 << position); in execute() 47 registerValue |= (0x01 << position); in execute() 67 << static_cast<uint16_t>(position) in toString()
|
| H A D | i2c_compare_bit_action.cpp | 40 uint8_t actualValue = (registerValue >> position) & 0x01; in execute() 59 << static_cast<uint16_t>(position) in toString()
|
| /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/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() 260 position_id = g_strndup(nf->position + 3, strlen(nf->position) - 3); in netfilter_complete() 271 position = NETFILTER(obj); in netfilter_complete() 273 if (position->netdev != ncs[0]) { in netfilter_complete() 293 if (position) { 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/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/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/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/qemu/hw/audio/ |
| H A D | gusemu_mixer.c | 29 #define GUSregb(position) (* (gusptr+(position))) argument 30 #define GUSregw(position) (*(uint16_t *) (gusptr+(position))) argument 31 #define GUSregd(position) (*(uint32_t *)(gusptr + (position))) argument 33 #define GUSvoice(position) (*(uint16_t *)(voiceptr+(position))) argument
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | i2c_write_bit.md | 13 | position | yes | number | Bit position value from 0-7. Bit 0 is the least significant bit. … 26 "position": 3,
|
| H A D | i2c_compare_bit.md | 13 | position | yes | number | Bit position value from 0-7. Bit 0 is the least significant bit. … 28 "position": 3,
|
| /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;
|
| H A D | remote-console.scss | 20 position: relative; 26 position: relative;
|
| /openbmc/openbmc/poky/bitbake/lib/progressbar/ |
| H A D | widgets.py | 349 position = int(pbar.currval % (width * 2 - 1)) 350 if position > width: position = width * 2 - position 351 lpad = self.fill * (position - 1) 381 position = int(self.curmark % (width * 2 - 1)) 382 if position + len(marker) > width: 385 position = 1 386 lpad = ' ' * (position - 1)
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | medusa-hsc-fault@.service | 2 Description=Detect medusa hsc fault on position %i 7 SyslogIdentifier=Medusa hsc fault on position %i
|
| /openbmc/qemu/hw/misc/ |
| H A D | arm_sysctl.c | 259 unsigned int position, unsigned int device, in vexpress_cfgctrl_read() argument 265 if (dcc != 0 || position != 0 || in vexpress_cfgctrl_read() 304 function, dcc, site, position, device); in vexpress_cfgctrl_read() 320 unsigned int position, unsigned int device, in vexpress_cfgctrl_write() argument 326 if (dcc != 0 || position != 0 || in vexpress_cfgctrl_write() 383 function, dcc, site, position, device); in vexpress_cfgctrl_write() 528 unsigned int position = extract32(s->sys_cfgctrl, 12, 4); in arm_sysctl_write() local 532 if (!vexpress_cfgctrl_write(s, dcc, function, site, position, in arm_sysctl_write() 538 if (!vexpress_cfgctrl_read(s, dcc, function, site, position, in arm_sysctl_write()
|
| /openbmc/phosphor-webui/app/common/styles/elements/ |
| H A D | content-search.scss | 7 position: relative; 23 position: absolute; 43 position: absolute;
|
| H A D | inline-confirm.scss | 4 position: absolute; 24 position: absolute;
|
| H A D | modals.scss | 6 position: fixed; 35 position: fixed; 53 position: absolute; 147 position: absolute;
|