OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_GFER0
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
179
pxagpio_reg_write(sc,
GPIO_GFER0
, 0);
310
reg = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GFER0
, gpio));
311
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GFER0
, gpio), reg | bit);
320
reg = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GFER0
, gpio));
321
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GFER0
, gpio), reg | bit);
339
reg = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GFER0
, gh->gh_gpio));
341
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GFER0
, gh->gh_gpio), reg);
692
gfer = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GFER0
, gpio));
717
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GFER0
, gpio), gfer);
pxa2x0_apm.c
942
sd.sd_gfer0 = bus_space_read_4(sc->sc_iot, pxa2x0_gpio_ioh,
GPIO_GFER0
);
1068
bus_space_write_4(sc->sc_iot, pxa2x0_gpio_ioh,
GPIO_GFER0
, sd.sd_gfer0);
pxa2x0reg.h
389
#define
GPIO_GFER0
0x3c /* falling edge [31:0] */
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025