Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-ocores.c85 #define TYPE_GRLIB 1 macro
477 .data = (void *)TYPE_GRLIB,
585 if (match && (long)match->data == TYPE_GRLIB) { in ocores_i2c_of_probe()
/openbmc/linux/drivers/spi/
H A Dspi-fsl-spi.c50 #define TYPE_GRLIB 1 macro
61 .type = TYPE_GRLIB,
571 if (mpc8xxx_spi->type == TYPE_GRLIB) in fsl_spi_probe()