Home
last modified time | relevance | path

Searched refs:CEN (Results 1 – 10 of 10) 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()
H A Dxlnx-versal-canfd.c49 FIELD(SOFTWARE_RESET_REGISTER, CEN, 1, 1)
834 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN) == 0) { in canfd_msr_pre_write()
1196 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN) == 0) { in tx_ready_check()
1389 ARRAY_FIELD_DP32(s->regs, SOFTWARE_RESET_REGISTER, CEN, in canfd_srr_pre_write()
1390 FIELD_EX32(val, SOFTWARE_RESET_REGISTER, CEN)); in canfd_srr_pre_write()
1399 } else if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN) == 0) { in canfd_srr_pre_write()
1578 if (ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN) == 0) { in canfd_write_check_prew()
1802 bool can_enabled = ARRAY_FIELD_EX32(s->regs, SOFTWARE_RESET_REGISTER, CEN); in can_xilinx_canfd_receive()
/openbmc/linux/arch/arm/mach-omap2/
H A Ddma.c59 [CEN] = { 0x0094, 0x60, OMAP_DMA_REG_32BIT },
/openbmc/linux/include/linux/
H A Domap-dma.h154 CEN, CFN, CSFI, CSEI, enumerator
/openbmc/linux/arch/arm/mach-omap1/
H A Ddma.c60 [CEN] = { 0x0010, 0x40, OMAP_DMA_REG_16BIT },
H A Domap-dma.c169 p->dma_write(elem_count, CEN, lch); in omap_set_dma_transfer_params()
/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c81 #define CEN (1 << 2) macro
466 OMAP_HSMMC_READ(host->base, SYSCTL) | CEN); in omap_hsmmc_start_clock()
475 OMAP_HSMMC_READ(host->base, SYSCTL) & ~CEN); in omap_hsmmc_stop_clock()
476 if ((OMAP_HSMMC_READ(host->base, SYSCTL) & CEN) != 0x0) in omap_hsmmc_stop_clock()
/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 …]
/openbmc/linux/drivers/dma/ti/
H A Domap-dma.c557 omap_dma_chan_write(c, CEN, sg->en); in omap_dma_start_sg()