Searched refs:roe (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/pci/cx23885/ |
H A D | cx23888-ir.c | 514 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local 524 roe = irqen & IRQEN_ROE; /* Rx FIFO Over Run IRQ Enable */ in cx23888_ir_irq_handler() 535 rte ? "rte" : " ", roe ? "roe" : " "); in cx23888_ir_irq_handler() 594 if (roe && ror) { in cx23888_ir_irq_handler()
|
/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-ir.c | 498 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local 525 roe = irqen & IRQEN_ROE; /* Rx FIFO Over Run IRQ Enable */ in cx25840_ir_irq_handler() 535 rte ? "rte" : " ", roe ? "roe" : " "); in cx25840_ir_irq_handler() 594 if (roe && ror) { in cx25840_ir_irq_handler()
|
/linux/arch/mips/pci/ |
H A D | pci-octeon.c | 536 cfg56.s.roe = 1; /* Relaxed Ordering Enable */ in octeon_pci_initialize()
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pci-defs.h | 594 uint32_t roe:1; member 602 uint32_t roe:1;
|