Searched refs:chip_info (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi_imx.c1171 struct spi_imx_chip *chip_info; local
1178 chip_info = spi->controller_data;
1193 if (chip_info == NULL) {
1195 chip_info = kzalloc(sizeof(struct spi_imx_chip),
1197 if (!chip_info) {
1205 chip_info->enable_loopback =
1207 chip_info->enable_dma = SPI_DEFAULT_ENABLE_DMA;
1208 chip_info->ins_ss_pulse = 1;
1209 chip_info->bclk_wait = SPI_DEFAULT_PERIOD_WAIT;
1210 chip_info
[all...]
H A Dpxa2xx_spi.c690 struct pxa2xx_spi_chip *chip_info = local
724 if (chip_info)
725 req_burst_size = chip_info->dma_burst_size;
1072 struct pxa2xx_spi_chip *chip_info = NULL; local
1115 * if chip_info exists, use it */
1116 chip_info = spi->controller_data;
1118 /* chip_info isn't always needed */
1120 if (chip_info) {
1121 if (chip_info->cs_control)
1122 chip->cs_control = chip_info
[all...]
H A Dspi_bfin5xx.c966 struct bfin5xx_spi_chip *chip_info = NULL; local
984 /* Only alloc (or use chip_info) on first setup */
992 chip_info = spi->controller_data;
995 /* chip_info isn't always needed */
996 if (chip_info) {
997 chip->enable_dma = chip_info->enable_dma != 0
999 chip->ctl_reg = chip_info->ctl_reg;
1000 chip->bits_per_word = chip_info->bits_per_word;
1001 chip->cs_change_per_word = chip_info->cs_change_per_word;
1002 chip->cs_chg_udelay = chip_info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfealnx.c149 struct chip_info { struct
154 static const struct chip_info skel_netdrv_tbl[] __devinitdata = {
H A Dhamachi.c423 static const struct chip_info { struct
H A Dstarfire.c352 static const struct chip_info { struct

Completed in 120 milliseconds