OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/hpcarm/dev/
ipaq_gpioreg.h
58
Extended
GPIO
78
#define GPIO_H3600_POWER_BUTTON
GPIO
(0)
79
#define GPIO_H3600_CLK_SET0
GPIO
(12)
80
#define GPIO_H3600_CLK_SET1
GPIO
(13)
81
#define GPIO_H3600_PCMCIA_CD0
GPIO
(17)
82
#define GPIO_H3600_PCMCIA_CD1
GPIO
(10)
83
#define GPIO_H3600_PCMCIA_IRQ0
GPIO
(21)
84
#define GPIO_H3600_PCMCIA_IRQ1
GPIO
(11)
85
#define GPIO_H3600_L3_DATA
GPIO
(14)
86
#define GPIO_H3600_L3_MODE
GPIO
(15
[
all
...]
/src/sys/arch/arm/sa11x0/
sa11x0_gpioreg.h
32
* SA-11x0
GPIO
Register
37
/*
GPIO
pin-level register */
40
/*
GPIO
pin direction register */
43
/*
GPIO
pin output set register */
46
/*
GPIO
pin output clear register */
49
/*
GPIO
rising-edge detect register */
52
/*
GPIO
falling-edge detect register */
55
/*
GPIO
edge-detect status register */
58
/*
GPIO
alternate function register */
62
#define
GPIO
(x) (0x00000001 << (x)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
Makefile
23
# Makefile for the '
gpio
' sub-component of DAL.
24
# It provides the control and status of HW
GPIO
pins.
26
GPIO
= gpio_base.o gpio_service.o hw_factory.o \
29
AMD_DAL_GPIO = $(addprefix $(AMDDALPATH)/dc/
gpio
/,$(
GPIO
))
39
AMD_DAL_GPIO_DCE80 = $(addprefix $(AMDDALPATH)/dc/
gpio
/dce80/,$(GPIO_DCE80))
48
AMD_DAL_GPIO_DCE110 = $(addprefix $(AMDDALPATH)/dc/
gpio
/dce110/,$(GPIO_DCE110))
57
AMD_DAL_GPIO_DCE120 = $(addprefix $(AMDDALPATH)/dc/
gpio
/dce120/,$(GPIO_DCE120))
67
AMD_DAL_GPIO_DCN10 = $(addprefix $(AMDDALPATH)/dc/
gpio
/dcn10/,$(GPIO_DCN10))
76
AMD_DAL_GPIO_DCN20 = $(addprefix $(AMDDALPATH)/dc/
gpio
/dcn20/,$(GPIO_DCN20)
[
all
...]
/src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
stm32-pinfunc.h
13
#define
GPIO
0x0
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_gmbus.c
50
enum i915_gpio
gpio
;
member in struct:gmbus_pin
140
/* Intel
GPIO
access functions */
320
bus->gpio_reg =
GPIO
(get_gmbus_pin(dev_priv, pin)->
gpio
);
780
* Hardware may not support GMBUS over these pins? Try
GPIO
bitbanging
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_base.c
152
.
gpio
= nv10_gpio_new,
172
.
gpio
= nv10_gpio_new,
194
.
gpio
= nv10_gpio_new,
216
.
gpio
= nv10_gpio_new,
238
.
gpio
= nv10_gpio_new,
260
.
gpio
= nv10_gpio_new,
282
.
gpio
= nv10_gpio_new,
304
.
gpio
= nv10_gpio_new,
326
.
gpio
= nv10_gpio_new,
348
.
gpio
= nv10_gpio_new
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h
3295
*
GPIO
regs
3297
#define
GPIO
(
gpio
) _MMIO(dev_priv->gpio_mmio_base + 0x5010 + \
3298
4 * (
gpio
))
Completed in 89 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026