Home
last modified time | relevance | path

Searched refs:TYPE_GRLIB (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi-fsl-spi.c47 #define TYPE_GRLIB 1 macro
58 .type = TYPE_GRLIB,
464 if (mpc8xxx_spi->type == TYPE_GRLIB) { in fsl_spi_setup()
501 if (mpc8xxx_spi->type == TYPE_GRLIB && gpio_is_valid(spi->cs_gpio)) in fsl_spi_cleanup()
641 if (mpc8xxx_spi->type == TYPE_GRLIB) in fsl_spi_probe()
/linux-4.4.14/drivers/i2c/busses/
Di2c-ocores.c78 #define TYPE_GRLIB 1 macro
296 .data = (void *)TYPE_GRLIB,
401 if (match && (long)match->data == TYPE_GRLIB) { in ocores_i2c_of_probe()