Searched refs:roe (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23888-ir.c | 543 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local 553 roe = irqen & IRQEN_ROE; /* Rx FIFO Over Run IRQ Enable */ in cx23888_ir_irq_handler() 564 rte ? "rte" : " ", roe ? "roe" : " "); in cx23888_ir_irq_handler() 623 if (roe && ror) { in cx23888_ir_irq_handler()
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
D | cx25840-ir.c | 532 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local 559 roe = irqen & IRQEN_ROE; /* Rx FIFO Over Run IRQ Enable */ in cx25840_ir_irq_handler() 569 rte ? "rte" : " ", roe ? "roe" : " "); in cx25840_ir_irq_handler() 628 if (roe && ror) { in cx25840_ir_irq_handler()
|
/linux-4.4.14/arch/mips/pci/ |
D | pci-octeon.c | 539 cfg56.s.roe = 1; /* Relaxed Ordering Enable */ in octeon_pci_initialize()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 756 uint32_t roe:1; member 764 uint32_t roe:1;
|