OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_LEVEL
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/macppc/dev/
obiovar.h
62
#define
GPIO_LEVEL
0x02 /* Pin level (RO) */
obio.c
788
ret = (val &
GPIO_LEVEL
) != 0;
854
return ((obio_read_1(reg) &
GPIO_LEVEL
) != 0);
snapper.c
2307
int data = (obio_read_1(owaddr) &
GPIO_LEVEL
) ? 1 : 0;
Completed in 14 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025