Home
last modified time | relevance | path

Searched refs:UARTStatus (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/ngene/
H A Dngene.h202 u8 UARTStatus; member
H A Dngene-core.c63 if ((Event.UARTStatus & 0x01) && (dev->TxEventNotify)) in event_tasklet()
65 if ((Event.UARTStatus & 0x02) && (dev->RxEventNotify)) in event_tasklet()