Home
last modified time | relevance | path

Searched refs:CEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c24 #define CEN BIT(30) macro
211 tim_write_tcsr(td, CEN | CRST | TCSR_DEFAULT); in test_reset_overrides_enable()
226 tim_write_tcsr(td, CEN | TCSR_DEFAULT); in test_oneshot_enable_then_disable()
246 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps5()
247 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps5()
252 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps5()
284 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps0()
285 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps0()
290 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps0()
312 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps255()
[all …]
/openbmc/qemu/hw/net/can/
H A Dxlnx-zynqmp-can.c57 FIELD(SOFTWARE_RESET_REGISTER, CEN, 1, 1)
415 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN) == 0) { in tx_ready_check()
546 ARRAY_FIELD_DP32(s->regs, SOFTWARE_RESET_REGISTER, CEN, in can_srr_pre_write()
547 FIELD_EX32(val, SOFTWARE_RESET_REGISTER, CEN)); in can_srr_pre_write()
556 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN) == 0) { in can_srr_pre_write()
602 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN) == 0) { in can_msr_pre_write()
635 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN)) { in can_brpr_pre_write()
647 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN)) { in can_btr_pre_write()
877 ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN)) { in can_tx_post_write()
1042 if ((ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN)) == 0) { in xlnx_zynqmp_can_can_receive()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1031 - Correct some remainder from the pre-CEN syntax. Now
1168 - * finddomain.c: Correct some bugs in handling of CEN standard
1173 - * finddomain.c: Implement CEN syntax.
2263 - we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */
2331 - /* Next is special application (CEN syntax). */
2343 - /* Next is sponsor (CEN syntax). */
2355 - /* Next is revision (CEN syntax). */
2363 - /* For CEN syntax values it might be important to have the
2476 - and six parts for the CEN syntax:
2537 - we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */
[all …]