OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpio_base
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
Makefile
26
GPIO =
gpio_base
.o gpio_service.o hw_factory.o \
/src/sys/arch/macppc/dev/
obio.c
440
uint32_t
gpio_base
, reg[6];
local in function:obio_setup_gpios
452
gpio_base
= reg[0];
453
DPRINTF("
gpio_base
: %02x\n",
gpio_base
);
514
* based on obio when it is larger than the
gpio_base
.
516
if (reg[0] >=
gpio_base
)
517
reg[0] -=
gpio_base
;
521
sc->sc_busspeed =
gpio_base
+ reg[0];
525
sc->sc_voltage =
gpio_base
+ reg[0];
529
sc->sc_voltage =
gpio_base
+ reg[0]
[
all
...]
smu.c
244
int node, parent, reg[4],
gpio_base
, irq;
local in function:smu_setup_doorbell
272
if (OF_getprop(parent, "reg", &
gpio_base
, sizeof(
gpio_base
)) <= 0)
281
sc->sc_dbell_gpio =
gpio_base
+ reg[0];
snapper.c
2071
uint32_t
gpio_base
, reg[1], fcreg, buf[8];
local in function:snapper_init
2088
gpio_base
= reg[0];
2090
gpio_base
= 0;
2091
DPRINTF(" /gpio 0x%x@0x%x\n", (unsigned)gpio,
gpio_base
);
2108
addr =
gpio_base
+ reg[0];
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
409
gpio_dispatch(struct pxagpio_softc *sc, int
gpio_base
)
417
gedr = pxagpio_reg_read(sc, GPIO_REG(GPIO_GEDR0,
gpio_base
));
420
if (
gpio_base
== 0)
428
pxagpio_reg_write(sc, GPIO_REG(GPIO_GEDR0,
gpio_base
), gedr);
430
bank = GPIO_BANK(
gpio_base
);
446
ghp = &sc->sc_handlers[
gpio_base
];
448
pins = (
gpio_base
< 96) ? 32 : 25;
450
pins = (
gpio_base
< 64) ? 32 : 17;
461
gpio_base
+ i);
Completed in 15 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025