OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_pinstate
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbarm/mpcsa/
mpcsa_leds.c
91
uint16_t
sc_pinstate
;
member in struct:mpcsa_leds_softc
149
sc->
sc_pinstate
= 0xffff;
199
return (sc->
sc_pinstate
& htobe16(1U << pin)) ? 1 : 0;
214
sc->
sc_pinstate
|= htobe16(1U << pin);
216
sc->
sc_pinstate
&= htobe16(~(1U << pin));
219
if (spi_send(sc->sc_sh, 2, (const void *)&sc->
sc_pinstate
) != 0) {
253
pins = be16toh(sc->
sc_pinstate
);
283
sc->
sc_pinstate
= pins;
287
spi_chunk_init(&sc->sc_spi_chunk, 2, (const void *)&sc->
sc_pinstate
, NULL);
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025