Home
last modified time | relevance | path

Searched refs:reset_state (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/drivers/reset/
H A Dreset-ti-sci.c94 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 Dreset_state.c17 static const uint8_t reset_state[] = { variable
45 rc = mbox_command_dispatch(ctx, reset_state, sizeof(reset_state)); in main()
H A DMakefile.am.include43 test_reset_state_SOURCES = %reldir%/reset_state.c \
118 %reldir%/reset_state \
/openbmc/phosphor-mboxd/test/
H A Dreset_state.c17 static const uint8_t reset_state[] = { variable
45 rc = mbox_command_dispatch(ctx, reset_state, sizeof(reset_state)); in main()
H A DMakefile.am.include34 test_reset_state_SOURCES = %reldir%/reset_state.c \
106 %reldir%/reset_state \
/openbmc/skeleton/op-pwrctl/
H A Dpower_control_obj.c70 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 Dtoc_missing_file_reset.cpp24 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 Dresetcontainer.c23 ResettableState reset_state; member
43 return &rc->reset_state; in resettable_container_get_state()
H A Dreset.c55 ResettableState reset_state; member
66 return &lr->reset_state; in legacy_reset_get_state()
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c146 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 Dmicrobit-test.c274 } 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 Dvirtio-balloon.h77 ResettableState reset_state; member
H A Dvirtio-mem.h131 ResettableState reset_state; member
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h134 u32 reset_state);
136 u32 *reset_state);
/openbmc/u-boot/scripts/
H A Dkernel-doc395 reset_state();
1668 sub reset_state { subroutine
1769 reset_state();
1797 reset_state();
/openbmc/qemu/scripts/
H A Dkernel-doc422 reset_state();
1845 sub reset_state { subroutine
1951 reset_state();
1979 reset_state();
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c721 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 Dvirtio-balloon.c997 return &s->reset_state; in virtio_balloon_get_reset_state()
H A Dvirtio-mem.c1918 return &vmem_reset->reset_state; in virtio_mem_system_reset_get_state()
/openbmc/qemu/hw/net/can/
H A Dxlnx-versal-canfd.c1799 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()