Home
last modified time | relevance | path

Searched refs:NVKM_GPIO_LO (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgpio.h24 #define NVKM_GPIO_LO BIT(1) macro
25 #define NVKM_GPIO_TOGGLED (NVKM_GPIO_HI | NVKM_GPIO_LO)
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dg94.c46 if (type & NVKM_GPIO_LO) in g94_gpio_intr_mask()
52 if (type & NVKM_GPIO_LO) in g94_gpio_intr_mask()
H A Dgk104.c46 if (type & NVKM_GPIO_LO) in gk104_gpio_intr_mask()
52 if (type & NVKM_GPIO_LO) in gk104_gpio_intr_mask()
H A Dga102.c90 if (type & NVKM_GPIO_LO) in ga102_gpio_intr_mask()
96 if (type & NVKM_GPIO_LO) in ga102_gpio_intr_mask()
H A Dnv10.c98 if (type & NVKM_GPIO_LO) in nv10_gpio_intr_mask()
H A Dnv50.c111 if (type & NVKM_GPIO_LO) in nv50_gpio_intr_mask()
H A Dbase.c141 (NVKM_GPIO_LO * !!(lo & (1 << i))); in nvkm_gpio_intr()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duconn.c59 if (bits & NVKM_GPIO_LO) in nvkm_uconn_uevent_gpio()
113 if (args->v0.types & NVIF_CONN_EVENT_V0_UNPLUG) bits |= NVKM_GPIO_LO; in nvkm_uconn_uevent()