Searched refs:roe (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/video/cx23885/ |
D | cx23888-ir.c | 552 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local 562 roe = irqen & IRQEN_ROE; /* Rx FIFO Over Run IRQ Enable */ in cx23888_ir_irq_handler() 573 rte ? "rte" : " ", roe ? "roe" : " "); in cx23888_ir_irq_handler() 632 if (roe && ror) { in cx23888_ir_irq_handler()
|
/linux-2.6.39/drivers/media/video/cx25840/ |
D | cx25840-ir.c | 533 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local 560 roe = irqen & IRQEN_ROE; /* Rx FIFO Over Run IRQ Enable */ in cx25840_ir_irq_handler() 570 rte ? "rte" : " ", roe ? "roe" : " "); in cx25840_ir_irq_handler() 629 if (roe && ror) { in cx25840_ir_irq_handler()
|
/linux-2.6.39/arch/mips/pci/ |
D | pci-octeon.c | 551 cfg56.s.roe = 1; /* Relaxed Ordering Enable */ in octeon_pci_initialize()
|
/linux-2.6.39/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 556 uint32_t roe:1; member
|