Searched refs:FIFO_SIZE_T (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fifo.h | 23 #ifndef FIFO_SIZE_T 24 #define FIFO_SIZE_T size_t macro 42 UNUSED static void * fifo_reserve(fifo_t * f, FIFO_SIZE_T n) in fifo_reserve() 67 UNUSED static void * fifo_write(fifo_t * f, FIFO_SIZE_T n, void const * data) in fifo_write() 75 UNUSED static void fifo_trim_to(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_to() 81 UNUSED static void fifo_trim_by(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_by() 87 UNUSED static FIFO_SIZE_T fifo_occupancy(fifo_t * f) in fifo_occupancy() 92 UNUSED static void * fifo_read(fifo_t * f, FIFO_SIZE_T n, void * data) in fifo_read() 96 if (n > (FIFO_SIZE_T)(f->end - f->begin)) in fifo_read() 104 #define fifo_read_ptr(f) fifo_read(f, (FIFO_SIZE_T)0, NULL) [all …]
|
| H A D | dft_filter.h | 2 #define FIFO_SIZE_T int macro
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sh_eth.h | 654 FIFO_SIZE_T = 0x00000700, FIFO_SIZE_R = 0x00000007, enumerator
|
| H A D | sh_eth.c | 389 sh_eth_write(eth, (FIFO_SIZE_T | FIFO_SIZE_R), FDR); in sh_eth_config()
|