Home
last modified time | relevance | path

Searched refs:rld (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dich9_tco.c59 tr->tco.rld = 0; in tco_timer_expired()
76 tr->tco.rld = tr->tco.tmr; in tco_timer_expired()
88 uint16_t rld; in tco_ioport_readw() local
96 rld = (uint16_t)elapsed | (tr->tco.rld & ~TCO_RLD_MASK); in tco_ioport_readw()
98 rld = tr->tco.rld; in tco_ioport_readw()
100 ret = rld; in tco_ioport_readw()
147 tr->tco.rld = tr->tco.tmr; in tco_ioport_writew()
150 tr->tco.rld = val; in tco_ioport_writew()
177 tr->tco.rld = tr->tco.tmr; in tco_ioport_writew()
231 .rld = TCO_RLD_DEFAULT, in acpi_pm_tco_init()
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dleon_kernel.c263 u32 rld, val, ctrl, off; in leon_cycles_offset() local
265 rld = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld); in leon_cycles_offset()
270 off = 2 * rld - val; in leon_cycles_offset()
272 off = rld - val; in leon_cycles_offset()
397 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld, in leon_init_timers()
/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h57 uint16_t rld; member
/openbmc/qemu/tests/qtest/
H A Dtco-test.c354 uint16_t rld; in test_tco_ticks_counter() local
368 rld = qpci_io_readw(d.dev, d.tco_io_bar, TCO_RLD) & TCO_RLD_MASK; in test_tco_ticks_counter()
369 g_assert_cmpint(rld, ==, ticks); in test_tco_ticks_counter()
/openbmc/linux/arch/sparc/include/asm/
H A Dleon_amba.h126 u32 rld; member
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h6450 struct rld
6481 read(std::basic_istream<CharT, Traits>& is, rld a0, Args&& ...args);
6552 read(std::basic_istream<CharT, Traits>& is, rld a0, Args&& ...args)
6644 using detail::rld;
6801 CharT{':'}, rld{S, 1, w});
6881 CharT{':'}, rld{S, 1, w});
7238 CharT{':'}, rld{S, 1, w});
7291 read(is, rld{S, 1, width == -1 ? w : static_cast<unsigned>(width)});
7326 CharT{':'}, rld{S, 1, w});
/openbmc/linux/drivers/scsi/
H A Dhpsa.c3772 struct ReportLUNdata *rld = buf; in hpsa_scsi_do_report_luns() local
3774 if (rld->extended_response_flag != extended_response) { in hpsa_scsi_do_report_luns()
3779 rld->extended_response_flag); in hpsa_scsi_do_report_luns()