ists              159 drivers/dma/ppc4xx/dma.h 	u32	ists;
ists              666 drivers/net/ethernet/hisilicon/hip04_eth.c 	u32 ists = readl_relaxed(priv->base + PPE_INTSTS);
ists              668 drivers/net/ethernet/hisilicon/hip04_eth.c 	if (!ists)
ists              673 drivers/net/ethernet/hisilicon/hip04_eth.c 	if (unlikely(ists & DEF_INT_ERR)) {
ists              674 drivers/net/ethernet/hisilicon/hip04_eth.c 		if (ists & (RCV_NOBUF | RCV_DROP)) {
ists              679 drivers/net/ethernet/hisilicon/hip04_eth.c 		if (ists & TX_DROP) {
ists              685 drivers/net/ethernet/hisilicon/hip04_eth.c 	if (ists & RCV_INT && napi_schedule_prep(&priv->napi)) {
ists              318 drivers/net/ethernet/moxa/moxart_ether.c 	unsigned int ists = readl(priv->base + REG_INTERRUPT_STATUS);
ists              320 drivers/net/ethernet/moxa/moxart_ether.c 	if (ists & XPKT_OK_INT_STS)
ists              323 drivers/net/ethernet/moxa/moxart_ether.c 	if (ists & RPKT_FINISH) {
ists              803 drivers/tty/serial/max310x.c 		unsigned int ists, lsr, rxlen;
ists              806 drivers/tty/serial/max310x.c 		ists = max310x_port_read(port, MAX310X_IRQSTS_REG);
ists              808 drivers/tty/serial/max310x.c 		if (!ists && !rxlen)
ists              813 drivers/tty/serial/max310x.c 		if (ists & MAX310X_IRQ_CTS_BIT) {
ists              820 drivers/tty/serial/max310x.c 		if (ists & MAX310X_IRQ_TXEMPTY_BIT)