| /openbmc/u-boot/drivers/reset/ |
| H A D | reset-ti-sci.c | 94 u32 reset_state; in ti_sci_reset_set() local 97 ret = dops->get_device_resets(sci, rst->id, &reset_state); in ti_sci_reset_set() 105 reset_state |= rst->data; in ti_sci_reset_set() 107 reset_state &= ~rst->data; in ti_sci_reset_set() 109 ret = dops->set_device_resets(sci, rst->id, reset_state); in ti_sci_reset_set() 170 u32 reset_state; in ti_sci_reset_status() local 175 ret = dops->get_device_resets(sci, rst->id, &reset_state); in ti_sci_reset_status() 182 return reset_state & rst->data; in ti_sci_reset_status()
|
| /openbmc/hiomapd/test/ |
| H A D | reset_state.c | 17 static const uint8_t reset_state[] = { variable 45 rc = mbox_command_dispatch(ctx, reset_state, sizeof(reset_state)); in main()
|
| H A D | Makefile.am.include | 43 test_reset_state_SOURCES = %reldir%/reset_state.c \ 118 %reldir%/reset_state \
|
| /openbmc/phosphor-mboxd/test/ |
| H A D | reset_state.c | 17 static const uint8_t reset_state[] = { variable 45 rc = mbox_command_dispatch(ctx, reset_state, sizeof(reset_state)); in main()
|
| H A D | Makefile.am.include | 34 test_reset_state_SOURCES = %reldir%/reset_state.c \ 106 %reldir%/reset_state \
|
| /openbmc/skeleton/op-pwrctl/ |
| H A D | power_control_obj.c | 70 uint8_t reset_state; in poll_pgood() local 85 reset_state = pgood_state ^ g_gpio_configs.power_gpio.reset_pols[i]; in poll_pgood() 86 rc = gpio_open(reset_out, reset_state); in poll_pgood() 96 (int)pgood_state, reset_out->name, (int)reset_state); in poll_pgood() 97 gpio_write(reset_out, reset_state); in poll_pgood() 116 reset_state = pgood_state ^ g_gpio_configs.power_gpio.pci_reset_pols[i]; in poll_pgood() 117 rc = gpio_open(pci_reset_out, reset_state); in poll_pgood() 127 (int)pgood_state, pci_reset_out->name, (int)reset_state); in poll_pgood() 128 gpio_write(pci_reset_out, reset_state); in poll_pgood() 177 uint8_t reset_state; in on_boot_progress() local [all …]
|
| /openbmc/hiomapd/vpnor/test/ |
| H A D | toc_missing_file_reset.cpp | 24 static const uint8_t reset_state[] = {0x01, 0x01, 0x00, 0x00, 0x00, 0x00, variable 58 rc = mbox_command_dispatch(ctx, reset_state, sizeof(reset_state)); in main()
|
| /openbmc/qemu/hw/core/ |
| H A D | resetcontainer.c | 23 ResettableState reset_state; member 43 return &rc->reset_state; in resettable_container_get_state()
|
| H A D | reset.c | 55 ResettableState reset_state; member 66 return &lr->reset_state; in legacy_reset_get_state()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | pnv-xive2-test.c | 146 static void reset_state(QTestState *qts) in reset_state() function 562 reset_state(qts); in test_xive() 565 reset_state(qts); in test_xive() 568 reset_state(qts); in test_xive() 571 reset_state(qts); in test_xive() 574 reset_state(qts); in test_xive()
|
| H A D | microbit-test.c | 274 } const reset_state[] = { in test_nrf51_gpio() local 284 for (i = 0; i < ARRAY_SIZE(reset_state); i++) { in test_nrf51_gpio() 285 expected = reset_state[i].expected; in test_nrf51_gpio() 286 actual = qtest_readl(qts, NRF51_GPIO_BASE + reset_state[i].addr); in test_nrf51_gpio()
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-balloon.h | 77 ResettableState reset_state; member
|
| H A D | virtio-mem.h | 131 ResettableState reset_state; member
|
| /openbmc/u-boot/include/linux/soc/ti/ |
| H A D | ti_sci_protocol.h | 134 u32 reset_state); 136 u32 *reset_state);
|
| /openbmc/u-boot/scripts/ |
| H A D | kernel-doc | 395 reset_state(); 1668 sub reset_state { subroutine 1769 reset_state(); 1797 reset_state();
|
| /openbmc/qemu/scripts/ |
| H A D | kernel-doc | 422 reset_state(); 1845 sub reset_state { subroutine 1951 reset_state(); 1979 reset_state();
|
| /openbmc/u-boot/drivers/firmware/ |
| H A D | ti_sci.c | 721 u32 id, u32 reset_state) in ti_sci_cmd_set_device_resets() argument 745 req.resets = reset_state; in ti_sci_cmd_set_device_resets() 771 u32 id, u32 *reset_state) in ti_sci_cmd_get_device_resets() argument 773 return ti_sci_get_device_state(handle, id, NULL, reset_state, NULL, in ti_sci_cmd_get_device_resets()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-balloon.c | 997 return &s->reset_state; in virtio_balloon_get_reset_state()
|
| H A D | virtio-mem.c | 1918 return &vmem_reset->reset_state; in virtio_mem_system_reset_get_state()
|
| /openbmc/qemu/hw/net/can/ |
| H A D | xlnx-versal-canfd.c | 1799 bool reset_state = ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, SRST); in can_xilinx_canfd_receive() local 1802 return !reset_state && can_enabled; in can_xilinx_canfd_receive()
|