OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RX_FIFO_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/drivers/usb/eth/
lan7x.h
84
#define
MAX_RX_FIFO_SIZE
(12 * 1024)
lan7x.c
283
*fct_flow = ((
MAX_RX_FIFO_SIZE
* 2) / (10 * 512))
286
*fct_flow |= ((
MAX_RX_FIFO_SIZE
* 8) / (10 * 512))
lan75xx.c
189
write_buf = (
MAX_RX_FIFO_SIZE
- 512) / 512;
lan78xx.c
362
(
MAX_RX_FIFO_SIZE
- 512) / 512);
/external/u-boot/drivers/i2c/
kona_i2c.c
83
#define
MAX_RX_FIFO_SIZE
64U /* bytes */
304
unsigned int bytes_to_read =
MAX_RX_FIFO_SIZE
;
312
if (msg->len - bytes_read <=
MAX_RX_FIFO_SIZE
) {
Completed in 535 milliseconds