Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-fsl-spi.c47 #define TYPE_GRLIB 1 macro
58 .type = TYPE_GRLIB,
463 if (mpc8xxx_spi->type == TYPE_GRLIB) { in fsl_spi_setup()
500 if (mpc8xxx_spi->type == TYPE_GRLIB && gpio_is_valid(spi->cs_gpio)) in fsl_spi_cleanup()
640 if (mpc8xxx_spi->type == TYPE_GRLIB) in fsl_spi_probe()
/Linux-v4.19/drivers/i2c/busses/
Di2c-ocores.c78 #define TYPE_GRLIB 1 macro
290 .data = (void *)TYPE_GRLIB,
396 if (match && (long)match->data == TYPE_GRLIB) { in ocores_i2c_of_probe()