OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_GRER0
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
176
pxagpio_reg_write(sc,
GPIO_GRER0
, 0);
315
reg = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GRER0
, gpio));
316
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GRER0
, gpio), reg | bit);
322
reg = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GRER0
, gpio));
323
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GRER0
, gpio), reg | bit);
342
reg = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GRER0
, gh->gh_gpio));
344
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GRER0
, gh->gh_gpio), reg);
693
grer = pxagpio_reg_read(sc, GPIO_REG(
GPIO_GRER0
, gpio));
718
pxagpio_reg_write(sc, GPIO_REG(
GPIO_GRER0
, gpio), grer);
pxa2x0_apm.c
937
sd.sd_grer0 = bus_space_read_4(sc->sc_iot, pxa2x0_gpio_ioh,
GPIO_GRER0
);
1065
bus_space_write_4(sc->sc_iot, pxa2x0_gpio_ioh,
GPIO_GRER0
, sd.sd_grer0);
pxa2x0reg.h
385
#define
GPIO_GRER0
0x30 /* rising edge [31:0] */
Completed in 16 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025