Home
last modified time | relevance | path

Searched refs:OPCIC_RSYS_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/cavium/
H A Docteon_pci_console.c50 #define OPCIC_RSYS_FIFO_SIZE (0x2000) macro
208 roff = OPCIC_RSYS_FIFO_SIZE - 1; in opcic_rsys_cngetc()
212 rcnt[1] = (rcnt[1] + 1) % OPCIC_RSYS_FIFO_SIZE; in opcic_rsys_cngetc()
234 wcnt = cvmx_read64_uint16(console_wcnt) % OPCIC_RSYS_FIFO_SIZE; in opcic_rsys_cnputc()