OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_FN_REG
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
500
rv = pxagpio_reg_read(sc,
GPIO_FN_REG
(gpio)) >> GPIO_FN_SHIFT(gpio);
572
rv = pxagpio_reg_read(sc,
GPIO_FN_REG
(gpio)) & ~bit;
573
pxagpio_reg_write(sc,
GPIO_FN_REG
(gpio), rv | fn);
pxa2x0reg.h
427
#define
GPIO_FN_REG
(pin) (GPIO_GAFR0_L + (((pin) / 16) * 4))
Completed in 67 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025