Home
last modified time | relevance | path

Searched refs:vme (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv50.c161 int i, vme; in nv50_vm_flush() local
176 case NVKM_ENGINE_GR : vme = 0x00; break; in nv50_vm_flush()
178 case NVKM_ENGINE_MSPDEC: vme = 0x01; break; in nv50_vm_flush()
179 case NVKM_SUBDEV_BAR : vme = 0x06; break; in nv50_vm_flush()
181 case NVKM_ENGINE_MPEG : vme = 0x08; break; in nv50_vm_flush()
183 case NVKM_ENGINE_MSVLD : vme = 0x09; break; in nv50_vm_flush()
185 case NVKM_ENGINE_SEC : vme = 0x0a; break; in nv50_vm_flush()
186 case NVKM_ENGINE_CE0 : vme = 0x0d; break; in nv50_vm_flush()
191 nvkm_wr32(device, 0x100c80, (vme << 16) | 1); in nv50_vm_flush()
196 nvkm_error(subdev, "vm flush timeout: engine %d\n", vme); in nv50_vm_flush()
/linux-4.4.14/drivers/vme/
DKconfig13 source "drivers/vme/bridges/Kconfig"
15 source "drivers/vme/boards/Kconfig"
17 source "drivers/staging/vme/devices/Kconfig"
DMakefile4 obj-$(CONFIG_VME_BUS) += vme.o
/linux-4.4.14/arch/m68k/include/uapi/asm/
DKbuild21 header-y += bootinfo-vme.h
/linux-4.4.14/drivers/staging/
DMakefile23 obj-$(CONFIG_VME_BUS) += vme/
/linux-4.4.14/drivers/
DMakefile160 obj-$(CONFIG_VME_BUS) += vme/
DKconfig165 source "drivers/vme/Kconfig"
/linux-4.4.14/Documentation/
Ddevices.txt2990 0 = /dev/bus/vme/m0 First master image
2991 1 = /dev/bus/vme/m1 Second master image
2992 2 = /dev/bus/vme/m2 Third master image
2993 3 = /dev/bus/vme/m3 Fourth master image
2994 4 = /dev/bus/vme/s0 First slave image
2995 5 = /dev/bus/vme/s1 Second slave image
2996 6 = /dev/bus/vme/s2 Third slave image
2997 7 = /dev/bus/vme/s3 Fourth slave image
2998 8 = /dev/bus/vme/ctl Control
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt207 'b' 00-FF conflict! bit3 vme host bridge
/linux-4.4.14/
DMAINTAINERS11506 F: drivers/staging/vme/
11507 F: drivers/vme/
11508 F: include/linux/vme*