HomeSort by: relevance | last modified time | path
    Searched refs:MCPGPIO_TYPE_23x08 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
mcp23xxxgpiovar.h 56 MCPGPIO_TYPE_23x08 = 0,
mcp23xxxgpio.c 68 if (sc->sc_variant->type == MCPGPIO_TYPE_23x08) {
102 if (sc->sc_variant->type == MCPGPIO_TYPE_23x08) {
295 sc->sc_npins = sc->sc_variant->type == MCPGPIO_TYPE_23x08
310 if (error == 0 && sc->sc_variant->type != MCPGPIO_TYPE_23x08) {
  /src/sys/dev/spi/
mcp23xxxgpio_spi.c 100 .type = MCPGPIO_TYPE_23x08,
268 if (sc->sc_variant->type == MCPGPIO_TYPE_23x08) {
307 (sc->sc_variant->type == MCPGPIO_TYPE_23x08 &&
309 (sc->sc_variant->type != MCPGPIO_TYPE_23x08 &&
318 (sc->sc_variant->type == MCPGPIO_TYPE_23x08 ? MCP23x08_GPIO_NPINS
328 if (sc->sc_variant->type != MCPGPIO_TYPE_23x08) {
  /src/sys/dev/i2c/
mcp23xxxgpio_i2c.c 68 .type = MCPGPIO_TYPE_23x08,

Completed in 13 milliseconds