/openbmc/linux/arch/mips/include/asm/dec/ |
H A D | interrupts.h | 51 #define DEC_IRQ_ASC_ERR 22 /* ASC page overrun */ 54 #define DEC_IRQ_ISDN_ERR 25 /* ISDN memory read/overrun error */ 58 #define DEC_IRQ_SCC0A_RXERR 29 /* SCC0A (printer) receive overrun */ 60 #define DEC_IRQ_SCC0A_TXERR 31 /* SCC0A xmit memory read/overrun */ 62 #define DEC_IRQ_AB_RXERR 33 /* ACCESS.bus receive overrun */ 66 #define DEC_IRQ_SCC1A_RXERR 37 /* SCC1A (modem) receive overrun */ 68 #define DEC_IRQ_SCC1A_TXERR 39 /* SCC1A xmit memory read/overrun */
|
H A D | ioasic_ints.h | 32 #define IO_INR_SCC0A_RXERR 28 /* SCC0A receive overrun */ 34 #define IO_INR_ASC_ERR 18 /* ASC page overrun */ 42 #define IO_INR_SCC1A_RXERR 24 /* SCC1A receive overrun */ 52 #define IO_INR_AB_RXERR 24 /* ACCESS.bus receive overrun */ 56 #define IO_INR_ISDN_ERR 20 /* ISDN memory read/overrun error */
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-input.c | 34 bool overrun) in cx23885_input_process_measurements() argument 57 if (overrun) in cx23885_input_process_measurements() 66 int overrun, data_available; in cx23885_input_rx_work_handler() local 98 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN | in cx23885_input_rx_work_handler() 104 if (overrun) { in cx23885_input_rx_work_handler() 105 /* If there was a FIFO overrun, stop the device */ in cx23885_input_rx_work_handler() 114 cx23885_input_process_measurements(dev, overrun); in cx23885_input_rx_work_handler() 116 if (overrun) { in cx23885_input_rx_work_handler() 117 /* If there was a FIFO overrun, clear & restart the device */ in cx23885_input_rx_work_handler() 233 * cx23885_input_rx_work_handler() in the overrun case, which could in cx23885_input_ir_stop()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_sh.h | 52 # define SCIF_ORER 0x0200 /* overrun error bit */ 56 # define SCIF_ORER 0x0001 /* overrun error bit */ 66 # define SCIF_ORER 0x0001 /* overrun error bit */ 74 # define SCIF_ORER 0x0001 /* overrun error bit */ 78 # define SCIF_ORER 0x0001 /* overrun error bit */ 94 # define SCIF_ORER 0x0001 /* overrun error bit */ 99 # define SCIF_ORER 0x0001 /* overrun error bit */ 108 # define SCIF_ORER 0x0001 /* overrun error bit */ 111 # define SCIF_ORER 0x0001 /* overrun error bit */ 122 # define SCIF_ORER 0x0001 /* overrun error bit */ [all …]
|
H A D | serial_msm.c | 36 #define UARTDM_SR_UART_OVERRUN (1 << 4) /* Receive overrun */ 39 #define UARTDM_CR_CMD_RESET_ERR (3 << 4) /* Clear overrun error */ 73 /* Clear error in case of buffer overrun */ in msm_serial_fetch()
|
/openbmc/linux/arch/x86/lib/ |
H A D | cmdline.c | 46 * This 'pos' check ensures we do not overrun in __cmdline_find_option_bool() 105 return 0; /* Buffer overrun */ in __cmdline_find_option_bool() 141 * This 'pos' check ensures we do not overrun in __cmdline_find_option() 189 * Increment len, but don't overrun the in __cmdline_find_option()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 7 Flooding multicast may make the rcv buffer overrun and is considered 13 packets as possible, and give a hint to user when possible overrun occurs. Note 54 + * Flooding multicast may make the rcv buffer overrun and considered premature msg…
|
/openbmc/linux/drivers/usb/serial/ |
H A D | keyspan_usa67msg.h | 79 OVERRUN 0x02 86 (1) The OVERRUN bit can appear in either (a) or (b) format 90 overrun occurred (to identify the point in the data 93 message in which OVERRUN was reported; the lost character(s) 107 2001jul05 change message format to improve OVERRUN case
|
H A D | keyspan_usa26msg.h | 75 OVERRUN 0x02 82 (1) The OVERRUN bit can appear in either (a) or (b) format 86 overrun occurred (to identify the point in the data 89 message in which OVERRUN was reported; the lost character(s) 103 2001jul05 change message format to improve OVERRUN case
|
H A D | keyspan_usa49msg.h | 75 OVERRUN 0x02 82 (1) The OVERRUN bit can appear in either (a) or (b) format 86 overrun occurred (to identify the point in the data 89 message in which OVERRUN was reported; the lost character(s) 109 2001jul05 change message format to improve OVERRUN case
|
/openbmc/linux/drivers/ipack/devices/ |
H A D | ipoctal.h | 22 * @overrun: Number of overrun errors
|
/openbmc/u-boot/lib/ |
H A D | lz4_wrapper.c | 78 return -EINVAL; /* input overrun */ in ulz4fn() 102 ret = -EINVAL; /* input overrun */ in ulz4fn() 116 ret = -ENOBUFS; /* output overrun */ in ulz4fn()
|
/openbmc/qemu/hw/char/ |
H A D | cmsdk-apb-uart.c | 101 * interrupt status bits are just logical AND of the overrun bit in in cmsdk_apb_uart_update() 102 * STATE and the overrun interrupt enable bit in CTRL. in cmsdk_apb_uart_update() 252 /* Buffer already full -- note the overrun and let the in uart_write() 277 /* All bits are W1C. Clearing the overrun interrupt bits really in uart_write() 278 * clears the overrun status bits in the STATE register (which in uart_write()
|
H A D | stm32l4x5_usart.c | 87 FIELD(CR3, OVRDIS, 12, 1) /* Overrun Disable */ 134 FIELD(ISR, ORE, 3, 1) /* Overrun error */ 148 FIELD(ICR, ORECF, 3, 1) /* Overrun error clear flag */ 220 /* Check if overrun detection is enabled and if there is an overrun */ in stm32l4x5_usart_base_receive() 224 * the previous has not been read = Overrun. in stm32l4x5_usart_base_receive() 229 /* No overrun */ in stm32l4x5_usart_base_receive()
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ptp.c | 12 /* read high dword twice to detect overrun */ in tsnep_get_system_time() 140 /* read high dword twice to detect overrun */ in tsnep_ptp_gettimex64() 189 /* read high dword twice to detect overrun */ in tsnep_ptp_getcyclesx64()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | icp_multi.c | 65 #define ICP_MULTI_INT_CIE0 BIT(4) /* Counter 0 overrun interrupt */ 66 #define ICP_MULTI_INT_CIE1 BIT(5) /* Counter 1 overrun interrupt */ 67 #define ICP_MULTI_INT_CIE2 BIT(6) /* Counter 2 overrun interrupt */ 68 #define ICP_MULTI_INT_CIE3 BIT(7) /* Counter 3 overrun interrupt */
|
/openbmc/u-boot/drivers/ddr/marvell/axp/ |
H A D | ddr3_read_leveling.c | 332 * overrun() extracted from ddr3_read_leveling_single_cs_rl_mode(). 335 static void overrun(u32 cs, MV_DRAM_INFO *info, u32 pup, u32 locked_pups, in overrun() function 340 /* If no OverRun */ in overrun() 351 DEBUG_RL_FULL_C("DDR3 - Read Leveling - We have no overrun and a match on pup: ", in overrun() 467 /* Check Overrun */ in ddr3_read_leveling_single_cs_rl_mode() 470 overrun(cs, dram_info, pup, locked_pups, in ddr3_read_leveling_single_cs_rl_mode() 475 DEBUG_RL_FULL_C("DDR3 - Read Leveling - We got overrun on pup: ", in ddr3_read_leveling_single_cs_rl_mode() 826 /* Check Overrun */ in ddr3_read_leveling_single_cs_window_mode() 830 /* If no OverRun */ in ddr3_read_leveling_single_cs_window_mode() 867 DEBUG_RL_FULL_C("DDR3 - Read Leveling - We have no overrun and a match on pup: ", in ddr3_read_leveling_single_cs_window_mode() [all …]
|
/openbmc/linux/drivers/net/wan/ |
H A D | hd64572.h | 196 3 Underrun Overrun 204 #define DST_OVR 0x08 /* Overrun */ 222 #define ST_RX_OVERRUN 0x08 /* Overrun */ 241 #define ORCNTL 0x16c /* Overrun Counter L */ 242 #define ORCNTH 0x16d /* Overrun Counter H */ 243 #define ORCCR 0x16f /* Overrun Counter Ctl Reg */
|
/openbmc/linux/drivers/atm/ |
H A D | suni.h | 185 #define SUNI_RACP_IES_FOVRI 0x02 /* R, FIFO overrun */ 190 #define SUNI_RACP_IES_FIFOE 0x20 /* RW, enable FIFO overrun interrupt */ 200 #define SUNI_TACP_CS_FOVRI 0x20 /* R, FIFO overrun */ 202 #define SUNI_TACP_CS_FIFOE 0x80 /* RW, enable FIFO overrun interrupt */
|
/openbmc/linux/sound/soc/atmel/ |
H A D | atmel-pcm-dma.c | 50 * check if any overrun occured. 64 ? "underrun" : "overrun", prtd->name, in atmel_pcm_dma_irq()
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi_log_fc.h | 44 MPI_IOCLOGINFO_FC_INIT_ERROR_OVER_RUN = 0x20000004, /* Bad Rx Frame, overrun */ 47 MPI_IOCLOGINFO_FC_INIT_ERROR_RX_OVERRUN = 0x20000007, /* Scatter Gather overrun */
|
/openbmc/linux/kernel/time/ |
H A D | alarmtimer.c | 442 u64 overrun = 1; in alarm_forward() local 453 overrun = ktime_divns(delta, incr); in alarm_forward() 456 incr*overrun); in alarm_forward() 459 return overrun; in alarm_forward() 464 overrun++; in alarm_forward() 468 return overrun; in alarm_forward() 486 * the overrun accounting correct but creates an in __alarm_forward_now()
|
/openbmc/u-boot/drivers/net/ |
H A D | sandbox.c | 74 /* Don't allow the buffer to overrun */ in sandbox_eth_arp_req_to_reply() 136 /* Don't allow the buffer to overrun */ in sandbox_eth_ping_req_to_reply() 176 /* Don't allow the buffer to overrun */ in sandbox_eth_recv_arp_req() 218 /* Don't allow the buffer to overrun */ in sandbox_eth_recv_ping_req()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | altera_uart.c | 48 #define ALTERA_UART_STATUS_ROE_MSK 0x0008 /* RX overrun error */ 49 #define ALTERA_UART_STATUS_TOE_MSK 0x0010 /* TX overrun error */ 62 #define ALTERA_UART_CONTROL_ROE_MSK 0x0008 /* ...RX overrun */ 63 #define ALTERA_UART_CONTROL_TOE_MSK 0x0010 /* ...TX overrun */ 224 port->icount.overrun++; in altera_uart_rx_chars()
|
H A D | sh-sci.h | 75 #define SCI_ORER BIT(5) /* Overrun Error */ 101 #define SCIFA_ORER BIT(9) /* Overrun Error */ 122 #define SCLSR_ORER BIT(0) /* Overrun Error */
|