Searched refs:TYPE_GRLIB (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-fsl-spi.h28 __be32 cap; /* TYPE_GRLIB specific */
36 __be32 slvsel; /* TYPE_GRLIB specific */
52 /* TYPE_GRLIB SPI Controller capability register definitions */
H A Dspi-fsl-spi.c47 #define TYPE_GRLIB 1 macro
58 .type = TYPE_GRLIB,
464 if (mpc8xxx_spi->type == TYPE_GRLIB) { fsl_spi_setup()
501 if (mpc8xxx_spi->type == TYPE_GRLIB && gpio_is_valid(spi->cs_gpio)) fsl_spi_cleanup()
648 if (mpc8xxx_spi->type == TYPE_GRLIB) fsl_spi_probe()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-ocores.c78 #define TYPE_GRLIB 1 macro
276 .data = (void *)TYPE_GRLIB,
381 if (match && (long)match->data == TYPE_GRLIB) { ocores_i2c_of_probe()

Completed in 147 milliseconds