OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOEXP_IR_ON
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/zaurus/dev/
ioexpreg.h
47
#define
IOEXP_IR_ON
(1 << 6)
ioexp.c
68
static uint8_t output_init_value =
IOEXP_IR_ON
| IOEXP_AKIN_PULLUP;
261
output_init_value &= ~
IOEXP_IR_ON
;
263
output_init_value |=
IOEXP_IR_ON
;
269
uint8_t reg = ioexp_gpio_pin_get(sc,
IOEXP_IR_ON
);
271
ioexp_gpio_pin_write(sc,
IOEXP_IR_ON
, GPIO_PIN_LOW,
274
ioexp_gpio_pin_write(sc,
IOEXP_IR_ON
, GPIO_PIN_HIGH,
Completed in 33 milliseconds
Indexes created Mon Oct 20 15:10:11 GMT 2025