Home
last modified time | relevance | path

Searched defs:INT_RX (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs559 pub const INT_RX: u32 = 1 << 4; constant
/openbmc/qemu/hw/char/
H A Dpl011.c71 #define INT_RX (1 << 4) macro
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c119 #define INT_RX 0x000003fc macro