Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv50.c155 int i, vme; in nv50_vm_flush() local
172 case NVDEV_ENGINE_GR : vme = 0x00; break; in nv50_vm_flush()
174 case NVDEV_ENGINE_MSPDEC: vme = 0x01; break; in nv50_vm_flush()
175 case NVDEV_SUBDEV_BAR : vme = 0x06; break; in nv50_vm_flush()
177 case NVDEV_ENGINE_MPEG : vme = 0x08; break; in nv50_vm_flush()
179 case NVDEV_ENGINE_MSVLD : vme = 0x09; break; in nv50_vm_flush()
181 case NVDEV_ENGINE_SEC : vme = 0x0a; break; in nv50_vm_flush()
182 case NVDEV_ENGINE_CE0 : vme = 0x0d; break; in nv50_vm_flush()
187 nv_wr32(priv, 0x100c80, (vme << 16) | 1); in nv50_vm_flush()
189 nv_error(priv, "vm flush timeout: engine %d\n", vme); in nv50_vm_flush()
/linux-4.1.27/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.1.27/arch/m68k/include/uapi/asm/
DKbuild21 header-y += bootinfo-vme.h
/linux-4.1.27/drivers/staging/
DMakefile23 obj-$(CONFIG_VME_BUS) += vme/
/linux-4.1.27/drivers/
DMakefile158 obj-$(CONFIG_VME_BUS) += vme/
DKconfig161 source "drivers/vme/Kconfig"
/linux-4.1.27/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.1.27/Documentation/ioctl/
Dioctl-number.txt201 'b' 00-FF conflict! bit3 vme host bridge
/linux-4.1.27/
DMAINTAINERS10649 F: drivers/staging/vme/
10650 F: drivers/vme/
10651 F: include/linux/vme*