Searched +full:customer +full:- +full:facing (Results 1 – 5 of 5) sorted by relevance
/openbmc/ibm-dbus-interfaces/com/ibm/Logging/ |
H A D | Policy.interface.yaml | 4 - name: EventID 9 - name: Description 12 This is a customer-facing description of the error.
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Logging/ |
H A D | Policy.interface.yaml | 4 - name: EventID 9 - name: Description 12 This is a customer-facing description of the error.
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | glossary.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 51 **Field-programmable Gate Array** 53 An :term:`IC` circuit designed to be configured by a customer or 56 See https://en.wikipedia.org/wiki/Field-programmable_gate_array. 65 together make a larger user-facing functional peripheral. For 73 **Inter-Integrated Circuit** 75 A multi-master, multi-slave, packet switched, single-ended, 77 like sub-device hardware components. 79 See http://www.nxp.com/docs/en/user-guide/UM10204.pdf. 113 - :term:`CEC API`; [all …]
|
/openbmc/docs/designs/ |
H A D | expired-password.md | 7 Created: 2019-07-24 67 - The BMC's initial password must be expired when the new EXPIRED_PASSWORD image 69 - An account with an expired password must not be allowed to use the BMC (except 71 - There must be a way to change the expired password using a supported 76 - The BMC automatically connects to its management network which offers 79 - The BMC is operated from its management network. 83 - The BMC has at least one account with a default password built in. 84 - The BMC can update the password; for example, the `/etc/passwd` file is 93 `passwd --expire root` command. This administratively expires the password 129 This can be either from a network-facing or in-band password changing [all …]
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.c | 1 // SPDX-License-Identifier: GPL-2.0-only 85 struct mii_bus *bus = priv->bus; in core_read_mmd_indirect() 89 ret = bus->write(bus, 0, MII_MMD_CTRL, devad); in core_read_mmd_indirect() 94 ret = bus->write(bus, 0, MII_MMD_DATA, prtad); in core_read_mmd_indirect() 99 ret = bus->write(bus, 0, MII_MMD_CTRL, (devad | MII_MMD_CTRL_NOINCR)); in core_read_mmd_indirect() 104 value = bus->read(bus, 0, MII_MMD_DATA); in core_read_mmd_indirect() 108 dev_err(&bus->dev, "failed to read mmd register\n"); in core_read_mmd_indirect() 117 struct mii_bus *bus = priv->bus; in core_write_mmd_indirect() 121 ret = bus->write(bus, 0, MII_MMD_CTRL, devad); in core_write_mmd_indirect() 126 ret = bus->write(bus, 0, MII_MMD_DATA, prtad); in core_write_mmd_indirect() [all …]
|