Searched refs:lmc_gpio_io (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wan/lmc/
H A Dlmc_var.h309 u32 lmc_gpio_io; /* state of in/out settings */ member in struct:lmc___softc
H A Dlmc_main.c1909 sc->lmc_gpio_io &= ~bits;
1910 LMC_CSR_WRITE(sc, csr_gp, TULIP_GP_PINSET | (sc->lmc_gpio_io));
1917 sc->lmc_gpio_io |= bits;
1918 LMC_CSR_WRITE(sc, csr_gp, TULIP_GP_PINSET | (sc->lmc_gpio_io));

Completed in 53 milliseconds