Searched refs:IDLE (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | musb_udc.c | 87 IDLE = 0, enumerator 91 } ep0_state = IDLE; 197 SET_EP0_STATE(IDLE); in musb_peri_reset() 260 SET_EP0_STATE(IDLE); in musb_peri_ep0_set_address() 298 SET_EP0_STATE(IDLE); in musb_peri_ep0_zero_data_request() 323 SET_EP0_STATE(IDLE); in musb_peri_ep0_zero_data_request() 349 SET_EP0_STATE(IDLE); in musb_peri_ep0_tx_data_request() 467 SET_EP0_STATE(IDLE); in musb_peri_ep0_rx() 544 SET_EP0_STATE(IDLE); in musb_peri_ep0_tx() 556 SET_EP0_STATE(IDLE); in musb_peri_ep0_tx() [all …]
|
| /openbmc/qemu/python/tests/ |
| H A D | protocol.py | 173 Runstate.IDLE 211 self.assertEqual(self.proto.runstate, Runstate.IDLE) 215 self.assertEqual(self.proto.runstate, Runstate.IDLE) 245 Runstate.IDLE, 253 Runstate.IDLE, 287 Runstate.IDLE, 394 self.assertEqual(context.exception.required, Runstate.IDLE) 414 await self._watch_runstates(Runstate.DISCONNECTING, Runstate.IDLE) 514 self.assertEqual(context.exception.required, Runstate.IDLE)
|
| /openbmc/u-boot/drivers/fpga/ |
| H A D | ivm_core.c | 252 { RESET, IDLE, 0x00, 1 }, 255 { IDLE, RESET, 0xE0, 3 }, /* Transitions from IDLE */ 256 { IDLE, DRPAUSE, 0xA0, 4 }, 257 { IDLE, IRPAUSE, 0xD0, 5 }, 259 { DRPAUSE, IDLE, 0xC0, 3 }, 263 { IRPAUSE, IDLE, 0xC0, 3 }, 268 { SHIFTDR, IDLE, 0xC0, 3 }, 271 { SHIFTIR, IDLE, 0xC0, 3 }, 274 { IDLE, DRCAPTURE, 0x80, 2 }, 335 case IDLE: in GetState() [all …]
|
| /openbmc/u-boot/include/ |
| H A D | lattice.h | 30 #define IDLE 0x01 macro
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | qmp_tui.py | 348 if self.runstate == Runstate.IDLE: 363 if state == Runstate.IDLE:
|
| /openbmc/u-boot/drivers/net/ |
| H A D | macb.c | 186 } while (!(netstat & MACB_BIT(IDLE))); in macb_mdio_write() 212 } while (!(netstat & MACB_BIT(IDLE))); in macb_mdio_read()
|
| /openbmc/qemu/hw/char/ |
| H A D | stm32l4x5_usart.c | 133 FIELD(ISR, IDLE, 4, 1) /* Idle line detected */
|
| /openbmc/qemu/hw/ssi/ |
| H A D | ibex_spi_host.c | 103 FIELD(EVENT_ENABLE, IDLE, 5, 1)
|