Home
last modified time | relevance | path

Searched refs:INTSTATUS (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Dcmsdk-apb-timer-test.c26 #define INTSTATUS 0xc macro
30 g_assert_true(readl(TIMER_BASE + INTSTATUS) == 0); in test_timer()
38 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); in test_timer()
43 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); in test_timer()
51 writel(TIMER_BASE + INTSTATUS, 0); in test_timer()
52 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); in test_timer()
53 writel(TIMER_BASE + INTSTATUS, 1); in test_timer()
54 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); in test_timer()
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/
H A Dcmsdk-apb-timer-test.c26 #define INTSTATUS 0xc macro
30 g_assert_true(readl(TIMER_BASE + INTSTATUS) == 0); in test_timer()
38 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); in test_timer()
43 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); in test_timer()
51 writel(TIMER_BASE + INTSTATUS, 0); in test_timer()
52 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); in test_timer()
53 writel(TIMER_BASE + INTSTATUS, 1); in test_timer()
54 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); in test_timer()
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/
H A Dcmsdk-apb-timer-test.c26 #define INTSTATUS 0xc macro
30 g_assert_true(readl(TIMER_BASE + INTSTATUS) == 0); in test_timer()
38 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); in test_timer()
43 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); in test_timer()
51 writel(TIMER_BASE + INTSTATUS, 0); in test_timer()
52 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); in test_timer()
53 writel(TIMER_BASE + INTSTATUS, 1); in test_timer()
54 g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); in test_timer()
/dports/emulators/qemu42/qemu-4.2.1/hw/char/
H A Dcmsdk-apb-uart.c45 REG32(INTSTATUS, 0xc)
46 FIELD(INTSTATUS, TX, 0, 1)
47 FIELD(INTSTATUS, RX, 1, 1)
48 FIELD(INTSTATUS, TXO, 2, 1)
49 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu/qemu-6.2.0/hw/char/
H A Dcmsdk-apb-uart.c46 REG32(INTSTATUS, 0xc)
47 FIELD(INTSTATUS, TX, 0, 1)
48 FIELD(INTSTATUS, RX, 1, 1)
49 FIELD(INTSTATUS, TXO, 2, 1)
50 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu60/qemu-6.0.0/hw/char/
H A Dcmsdk-apb-uart.c46 REG32(INTSTATUS, 0xc)
47 FIELD(INTSTATUS, TX, 0, 1)
48 FIELD(INTSTATUS, RX, 1, 1)
49 FIELD(INTSTATUS, TXO, 2, 1)
50 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu-utils/qemu-4.2.1/hw/char/
H A Dcmsdk-apb-uart.c45 REG32(INTSTATUS, 0xc)
46 FIELD(INTSTATUS, TX, 0, 1)
47 FIELD(INTSTATUS, RX, 1, 1)
48 FIELD(INTSTATUS, TXO, 2, 1)
49 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/char/
H A Dcmsdk-apb-uart.c42 REG32(INTSTATUS, 0xc)
43 FIELD(INTSTATUS, TX, 0, 1)
44 FIELD(INTSTATUS, RX, 1, 1)
45 FIELD(INTSTATUS, TXO, 2, 1)
46 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu5/qemu-5.2.0/hw/char/
H A Dcmsdk-apb-uart.c45 REG32(INTSTATUS, 0xc)
46 FIELD(INTSTATUS, TX, 0, 1)
47 FIELD(INTSTATUS, RX, 1, 1)
48 FIELD(INTSTATUS, TXO, 2, 1)
49 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/char/
H A Dcmsdk-apb-uart.c45 REG32(INTSTATUS, 0xc)
46 FIELD(INTSTATUS, TX, 0, 1)
47 FIELD(INTSTATUS, RX, 1, 1)
48 FIELD(INTSTATUS, TXO, 2, 1)
49 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/char/
H A Dcmsdk-apb-uart.c45 REG32(INTSTATUS, 0xc)
46 FIELD(INTSTATUS, TX, 0, 1)
47 FIELD(INTSTATUS, RX, 1, 1)
48 FIELD(INTSTATUS, TXO, 2, 1)
49 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/char/
H A Dcmsdk-apb-uart.c46 REG32(INTSTATUS, 0xc)
47 FIELD(INTSTATUS, TX, 0, 1)
48 FIELD(INTSTATUS, RX, 1, 1)
49 FIELD(INTSTATUS, TXO, 2, 1)
50 FIELD(INTSTATUS, RXO, 3, 1)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/timer/
H A Dcmsdk-apb-timer.c46 REG32(INTSTATUS, 0xc)
47 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu42/qemu-4.2.1/hw/timer/
H A Dcmsdk-apb-timer.c48 REG32(INTSTATUS, 0xc)
49 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu/qemu-6.2.0/hw/timer/
H A Dcmsdk-apb-timer.c49 REG32(INTSTATUS, 0xc)
50 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu60/qemu-6.0.0/hw/timer/
H A Dcmsdk-apb-timer.c49 REG32(INTSTATUS, 0xc)
50 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu5/qemu-5.2.0/hw/timer/
H A Dcmsdk-apb-timer.c48 REG32(INTSTATUS, 0xc)
49 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu-utils/qemu-4.2.1/hw/timer/
H A Dcmsdk-apb-timer.c48 REG32(INTSTATUS, 0xc)
49 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/timer/
H A Dcmsdk-apb-timer.c48 REG32(INTSTATUS, 0xc)
49 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/timer/
H A Dcmsdk-apb-timer.c49 REG32(INTSTATUS, 0xc)
50 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/timer/
H A Dcmsdk-apb-timer.c48 REG32(INTSTATUS, 0xc)
49 FIELD(INTSTATUS, IRQ, 0, 1)
/dports/lang/micropython/micropython-1.17/ports/qemu-arm/
H A Duart.c59 volatile uint32_t INTSTATUS; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/i2c/
H A Dtc358743.c975 i2c_wr16(sd, INTSTATUS, in tc358743_cec_handler()
1019 i2c_wr16(sd, INTSTATUS, 0xffff); in tc358743_init_interrupts()
1412 u16 intstatus = i2c_rd16(sd, INTSTATUS); in tc358743_isr()
1431 i2c_wr16(sd, INTSTATUS, MASK_HDMI_INT); in tc358743_isr()
1438 i2c_wr16(sd, INTSTATUS, in tc358743_isr()
1450 i2c_wr16(sd, INTSTATUS, MASK_CSI_INT); in tc358743_isr()
1453 intstatus = i2c_rd16(sd, INTSTATUS); in tc358743_isr()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/i2c/
H A Dtc358743.c975 i2c_wr16(sd, INTSTATUS, in tc358743_cec_handler()
1019 i2c_wr16(sd, INTSTATUS, 0xffff); in tc358743_init_interrupts()
1412 u16 intstatus = i2c_rd16(sd, INTSTATUS); in tc358743_isr()
1431 i2c_wr16(sd, INTSTATUS, MASK_HDMI_INT); in tc358743_isr()
1438 i2c_wr16(sd, INTSTATUS, in tc358743_isr()
1450 i2c_wr16(sd, INTSTATUS, MASK_CSI_INT); in tc358743_isr()
1453 intstatus = i2c_rd16(sd, INTSTATUS); in tc358743_isr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/i2c/
H A Dtc358743.c975 i2c_wr16(sd, INTSTATUS, in tc358743_cec_handler()
1019 i2c_wr16(sd, INTSTATUS, 0xffff); in tc358743_init_interrupts()
1412 u16 intstatus = i2c_rd16(sd, INTSTATUS); in tc358743_isr()
1431 i2c_wr16(sd, INTSTATUS, MASK_HDMI_INT); in tc358743_isr()
1438 i2c_wr16(sd, INTSTATUS, in tc358743_isr()
1450 i2c_wr16(sd, INTSTATUS, MASK_CSI_INT); in tc358743_isr()
1453 intstatus = i2c_rd16(sd, INTSTATUS); in tc358743_isr()

12