/openbmc/u-boot/drivers/i2c/ |
H A D | davinci_i2c.h | 34 #define I2C_IE_XRDY_IE (1 << 4) /* Transmit data ready interrupt enable */ 35 #define I2C_IE_RRDY_IE (1 << 3) /* Receive data ready interrupt enable */ 36 #define I2C_IE_ARDY_IE (1 << 2) /* Register access ready interrupt enable */ 47 #define I2C_STAT_XRDY (1 << 4) /* Transmit data ready */ 48 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ 49 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ 59 #define I2C_INTCODE_ARDY 3 /* Register access ready */ 60 #define I2C_INTCODE_RRDY 4 /* Rcv data ready */ 61 #define I2C_INTCODE_XRDY 5 /* Xmit data ready */
|
H A D | omap24xx_i2c.h | 13 #define I2C_IE_XRDY_IE (1 << 4) /* Transmit data ready interrupt enable */ 14 #define I2C_IE_RRDY_IE (1 << 3) /* Receive data ready interrupt enable */ 15 #define I2C_IE_ARDY_IE (1 << 2) /* Register access ready interrupt enable */ 27 #define I2C_STAT_XRDY (1 << 4) /* Transmit data ready */ 28 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ 29 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ 39 #define I2C_INTCODE_ARDY 3 /* Register access ready */ 40 #define I2C_INTCODE_RRDY 4 /* Rcv data ready */ 41 #define I2C_INTCODE_XRDY 5 /* Xmit data ready */
|
/openbmc/openbmc-test-automation/lib/ |
H A D | state_map.py | 33 ("LEAVE_OFF", "Ready", "Off", "Off"), 34 ("ALWAYS_POWER_ON", "Ready", "On", "Running"), 35 ("ALWAYS_POWER_ON", "Ready", "On", "Off"), 36 ("RESTORE_LAST_STATE", "Ready", "On", "Running"), 37 ("RESTORE_LAST_STATE", "Ready", "On", "Off"), 38 ("ALWAYS_POWER_OFF", "Ready", "On", "Running"), 39 ("ALWAYS_POWER_OFF", "Ready", "Off", "Off"), 47 "xyz.openbmc_project.State.BMC.BMCState.Ready", 57 "xyz.openbmc_project.State.BMC.BMCState.Ready", 67 "xyz.openbmc_project.State.BMC.BMCState.Ready", [all …]
|
H A D | state_manager.robot | 7 ${BMC_READY_STATE} Ready 274 Is BMC Ready 275 [Documentation] Check if BMC state is Ready. 279 Is BMC Not Ready 280 [Documentation] Check if BMC state is Not Ready. 290 ... 10 min 10 sec Is BMC Ready 293 ... 10 min 10 sec Is BMC Not Ready 316 Wait For BMC Ready 317 [Documentation] Check BMC state and wait for BMC Ready. 318 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Ready
|
/openbmc/phosphor-state-manager/host_condition_gpio/ |
H A D | host_condition.cpp | 19 * Check the hostX-ready/-n pin is defined or not in scanGpioPin() 21 if (gpiod::find_line(lineName + "-ready")) in scanGpioPin() 23 lineName += "-ready"; in scanGpioPin() 26 else if (gpiod::find_line(lineName + "-ready-n")) in scanGpioPin() 28 lineName += "-ready-n"; in scanGpioPin() 42 * Check host is ready or not in currentFirmwareCondition()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | Drive.interface.yaml | 60 - name: "Ready" 62 Ready implies all services started and are running successfully 65 Not ready implies not all services have started or are not 69 The Drive is ready, but waiting for external action to enable it 72 The Drive is ready and in debug mode. The functionalities might 78 starting firmware download and reset to "Ready", once activation
|
H A D | BMC.interface.yaml | 3 transition. When Ready all services required are running 4 successfully. When we are Not Ready this implies not all services have 52 - name: "Ready" 54 Ready implies all services started and are running successfully 57 Not ready implies not all services have started or are not 63 image download and reset to Ready, once activation is done or
|
/openbmc/linux/drivers/cpuidle/ |
H A D | coupled.c | 36 * WFI state until all cpus are ready to enter a coupled state, at 40 * Once all cpus are ready to enter idle, they are woken by an smp 45 * each cpu will increment the ready counter, and continue once the 46 * ready counter matches the number of online coupled cpus. If any 51 * is ready for. It is assumed that the states are indexed from 56 * and only read after all the cpus are ready for the coupled idle 62 * the waiting loop, in the ready loop, or in the coupled idle state. 63 * ready_count tracks the number of cpus that are in the ready loop 91 * @ready_waiting_counts: combined count of cpus in ready or waiting loops 126 * once to minimize entering the ready loop with a poke pending, which would [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ |
H A D | ifu.json | 69 "PublicDescription": "This thread and the other thread both ready for scheduling in if0", 72 "BriefDescription": "This thread and the other thread both ready for scheduling in if0" 75 …"PublicDescription": "This thread was arbitrated when the other thread was also ready for scheduli… 78 …"BriefDescription": "This thread was arbitrated when the other thread was also ready for schedulin… 81 …was arbitrated when the other thread was also active, but not necessarily ready. For example, wait… 84 …was arbitrated when the other thread was also active, but not necessarily ready. For example, wait… 87 …"PublicDescription": "This thread was not arbitrated because it was not ready for scheduling. For … 90 …"BriefDescription": "This thread was not arbitrated because it was not ready for scheduling. For e…
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_qmi.c | 24 * both sides know when everything is ready to begin operating. The AP 30 * are ready. 36 * contains a success result, the AP knows the modem IPA driver is ready. 41 * microcontroller is ready. The AP may assume the microcontroller is 42 * ready and remain so (even if the modem reboots) once it has received 55 * modem supplies a success response when it is ready to operate. 58 * - When the modem is ready to receive an INIT_COMPLETE indication from 60 * - On the initial modem boot, everything is ready when: 65 * - On subsequent modem boots, everything is ready when: 70 * determination of when things are "ready" [all …]
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.h | 16 pvr2_buffer_state_idle = 1, // Buffer is ready to be used again 50 /* Get a pointer to a buffer that is either idle, ready, or is specified 56 /* Find out how many buffers are idle or ready */ 60 /* Kill all pending buffers and throw away any ready buffers as well */ 66 /* Find out size of data in the given ready buffer */ 69 /* Retrieve completion code for given ready buffer */
|
/openbmc/docs/designs/ |
H A D | bmc-boot-ready.md | 1 # BMC Boot Ready 32 The [BMC][3] state object is considered `Ready` once the systemd 72 reached `Ready` 77 the BMC is not at `Ready` then the request will be queued and the state 78 management code will begin monitoring for BMC `Ready`. Once reached, the 92 easier and safer to just have a global wait-for-bmc-ready function as proposed 98 delayed by an undefined amount of time. In general, a BMC gets to Ready state 110 prior to the BMC being `Ready`.
|
H A D | device-tree-gpio-naming.md | 61 ### Host Ready 63 Below are input GPIO names specific to Host ready. The name of Host ready GPIO 68 - `host*-ready`: Host ready, active high 69 - `host*-ready-n`: Host ready, active low 73 - host0-ready 74 - host1-ready-n
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 109.out | 40 …"busy": false, "len": 1024, "offset": 1024, "status": "ready", "paused": false, "speed": 0, "ready… 44 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "src"}} 46 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "src"}} 91 …y": false, "len": 197120, "offset": 197120, "status": "ready", "paused": false, "speed": 0, "ready… 95 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "src"}} 97 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "src"}} 142 …y": false, "len": 327680, "offset": 327680, "status": "ready", "paused": false, "speed": 0, "ready… 146 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "src"}} 148 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "src"}} 193 …"busy": false, "len": 1024, "offset": 1024, "status": "ready", "paused": false, "speed": 0, "ready… [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/ |
H A D | dbus-sensors_%.bbappend | 14 …wait-host0-state-ready.conf:xyz.openbmc_project.hwmontempsensor.service.d/wait-host0-state-ready.c… 15 … wait-host0-state-ready.conf:xyz.openbmc_project.psusensor.service.d/wait-host0-state-ready.conf \
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/ |
H A D | acpi-power-state-daemon_%.bbappend | 11 file://gbs-host-ready.target \ 22 gbs-host-ready.target \ 41 install -m 0644 ${UNPACKDIR}/gbs-host-ready.target ${D}${systemd_system_unitdir} 45 mkdir -p $D$systemd_system_unitdir/gbs-host-ready.target.wants 48 …LINK="$D$systemd_system_unitdir/gbs-host-ready.target.wants/gbs-host-set-boot-failsafe@${i}.servic… 56 …LINK="$D$systemd_system_unitdir/gbs-host-ready.target.wants/gbs-host-set-boot-failsafe@${i}.servic…
|
/openbmc/linux/include/media/ |
H A D | v4l2-mem2mem.h | 52 * struct v4l2_m2m_queue_ctx - represents a queue for buffers ready to be 58 * @num_rdy: number of buffers ready to be processed 61 * Queue for buffers ready to be processed as soon as this 154 * v4l2_m2m_try_schedule() - check whether an instance is ready to be added to 170 * return 1 if the instance is ready. 207 * This function removes the source buffer from the ready list and returns 209 * it is marked 'held'. In that case the buffer is kept on the ready list. 577 * v4l2_m2m_buf_queue() - add a buffer to the proper ready buffers list. 588 * v4l2_m2m_num_src_bufs_ready() - return the number of source buffers ready for 608 * ready for use [all …]
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | atmel-rng.c | 45 int ready; in atmel_trng_wait_ready() local 47 ready = readl(trng->base + TRNG_ISR) & TRNG_ISR_DATRDY; in atmel_trng_wait_ready() 48 if (!ready && wait) in atmel_trng_wait_ready() 49 readl_poll_timeout(trng->base + TRNG_ISR, ready, in atmel_trng_wait_ready() 50 ready & TRNG_ISR_DATRDY, 1000, 20000); in atmel_trng_wait_ready() 52 return !!ready; in atmel_trng_wait_ready() 74 * ensure data ready is only set again AFTER the next data word is ready in atmel_trng_read()
|
/openbmc/linux/drivers/scsi/ |
H A D | sense_codes.h | 42 SENSE_CODE(0x0400, "Logical unit not ready, cause not reportable") 43 SENSE_CODE(0x0401, "Logical unit is in process of becoming ready") 44 SENSE_CODE(0x0402, "Logical unit not ready, initializing command required") 45 SENSE_CODE(0x0403, "Logical unit not ready, manual intervention required") 46 SENSE_CODE(0x0404, "Logical unit not ready, format in progress") 47 SENSE_CODE(0x0405, "Logical unit not ready, rebuild in progress") 48 SENSE_CODE(0x0406, "Logical unit not ready, recalculation in progress") 49 SENSE_CODE(0x0407, "Logical unit not ready, operation in progress") 50 SENSE_CODE(0x0408, "Logical unit not ready, long write in progress") 51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress") [all …]
|
/openbmc/u-boot/include/dm/ |
H A D | uclass.h | 146 * The device is probed to activate it ready for use. 160 * The device is probed to activate it ready for use. 177 * The device is probed to activate it ready for use. 192 * The device is probed to activate it ready for use. 208 * The device is probed to activate it ready for use. 223 * The device is probed to activate it ready for use. 239 * The device is probed to activate it ready for use. 258 * The device is probed to activate it ready for use. 271 * The device returned is probed if necessary, and ready for use 287 * The device returned is probed if necessary, and ready for use [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
H A D | libx86-mmap-offset.patch | 10 if (context.ready) 55 int ready; 69 if (mem_info.ready) 89 mem_info.ready = 1; 97 if (mem_info.ready) { 100 mem_info.ready = 0; 110 if (!mem_info.ready) 119 if (!mem_info.ready)
|
/openbmc/qemu/include/exec/ |
H A D | confidential-guest-support.h | 40 * ready: flag set by CGS initialization code once it's ready to 57 * to avoid that we check late in init that this 'ready' flag is 59 * so 'ready' is not set, we'll abort. 61 bool ready; member
|
/openbmc/linux/arch/sparc/boot/ |
H A D | Makefile | 27 @echo ' kernel: $@ is ready' 31 @echo ' kernel: $@ is ready' 36 @echo ' kernel: $@ is ready' 62 @echo ' Image $@ is ready' 68 @echo ' kernel: $@ is ready'
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_fifo.c | 277 unsigned priority, unsigned long *ready) in consume_one_event() argument 304 * copy of the ready word. in consume_one_event() 307 clear_bit(priority, ready); in consume_one_event() 323 unsigned long ready; in __evtchn_fifo_handle_events() local 328 ready = xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events() 330 while (ready) { in __evtchn_fifo_handle_events() 331 q = find_first_bit(&ready, EVTCHN_FIFO_MAX_QUEUES); in __evtchn_fifo_handle_events() 332 consume_one_event(cpu, ctrl, control_block, q, &ready); in __evtchn_fifo_handle_events() 333 ready |= xchg(&control_block->ready, 0); in __evtchn_fifo_handle_events()
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | port.h | 83 * @ready_exit: several states constitute 'ready'. When exiting ready we 85 * skipped when exiting to another 'ready' state. 154 * This state is entered from the READY state. 155 * @SCI_PORT_READY: port is now ready. Thus, the user is able to 158 * @SCI_PORT_SUB_WAITING: port is started and ready but has no active 160 * @SCI_PORT_SUB_OPERATIONAL: port is started and ready and there is at 169 * from the READY state.
|