Home
last modified time | relevance | path

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

/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c114 uint8_t out_known[NCT_MAX_GROUP + 1]; /* whether out is valid */ member
960 if (GET_BIT(sc->cache.out_known[group], bit) && in nct_write_pin()
965 sc->cache.out_known[group] |= 1 << bit; in nct_write_pin()
1021 if (GET_BIT(sc->cache.out_known[group], bit)) { in nct_read_pin()
1032 sc->cache.out_known[group] |= 1 << bit; in nct_read_pin()
1225 sc->cache.out_known[gp->grpnum] = ~sc->cache.ior[gp->grpnum]; in nct_attach()