Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/gpio/
Dnv94.c45 if (type & NVKM_GPIO_LO) in nv94_gpio_intr_mask()
51 if (type & NVKM_GPIO_LO) in nv94_gpio_intr_mask()
Dnve0.c45 if (type & NVKM_GPIO_LO) in nve0_gpio_intr_mask()
51 if (type & NVKM_GPIO_LO) in nve0_gpio_intr_mask()
Dnv10.c95 if (type & NVKM_GPIO_LO) in nv10_gpio_intr_mask()
Dnv50.c107 if (type & NVKM_GPIO_LO) in nv50_gpio_intr_mask()
Dbase.c150 (NVKM_GPIO_LO * !!(lo & (1 << i))), in nouveau_gpio_intr()
/drivers/gpu/drm/nouveau/core/include/subdev/
Dgpio.h13 #define NVKM_GPIO_LO 0x02 macro