Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pxa/
Dicontrol.c44 .rx_threshold = 128,
52 .rx_threshold = 128,
60 .rx_threshold = 128,
68 .rx_threshold = 128,
Dz2.c546 .rx_threshold = 8,
560 .rx_threshold = 1,
Dstargate2.c358 .rx_threshold = 8,
366 .rx_threshold = 8,
Dcm-x270.c313 .rx_threshold = 1,
Dlittleton.c200 .rx_threshold = 1,
Dlubbock.c278 .rx_threshold = 2,
Dem-x270.c704 .rx_threshold = 1,
719 .rx_threshold = 1,
Dhx4700.c616 .rx_threshold = 2,
/linux-2.6.39/Documentation/spi/
Dpxa2xx103 u8 rx_threshold;
110 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
116 .rx_threshold = 8,
175 .rx_threshold = 8, /* SSP hardward FIFO threshold */
183 .rx_threshold = 8, /* SSP hardward FIFO threshold */
/linux-2.6.39/include/linux/spi/
Dpxa2xx_spi.h38 u8 rx_threshold; member
/linux-2.6.39/include/linux/
Dcyclades.h430 __u32 rx_threshold; /* rx high water mark */ member
/linux-2.6.39/drivers/spi/
Ddw_spi.c55 u32 rx_threshold; member
727 chip->rx_threshold = 0; in dw_spi_setup()
Dpxa2xx_spi.c1348 if (chip_info->rx_threshold) in setup()
1349 rx_thres = chip_info->rx_threshold; in setup()
/linux-2.6.39/drivers/infiniband/hw/nes/
Dnes_utils.c290 nesadapter->rx_threshold = (((u32)eeprom_data) << 16) + in nes_read_eeprom_values()
292 nes_debug(NES_DBG_HW, "rx_threshold = 0x%08X\n", nesadapter->rx_threshold); in nes_read_eeprom_values()
Dnes_hw.h1095 u32 rx_threshold; member
/linux-2.6.39/drivers/tty/
Dcyclades.c1008 if (char_count >= readl(&buf_ctrl->rx_threshold) && in cyz_handle_rx()