HomeSort by: relevance | last modified time | path
    Searched refs:qdmap (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/qbus/
qdioctl.h 96 #define QD_MAPDEVICE _IOR('g', 9, struct qdmap) /* map device to user */
qd.c 164 struct qdmap qdmap[NQD]; /* QDSS register map structure */ variable in typeref:struct:qdmap[]
501 * load qdmap struct with the virtual addresses of the QDSS elements
504 qdmap[unit].template = qdbase[unit] + TMPSTART;
505 qdmap[unit].adder = qdbase[unit] + ADDER;
506 qdmap[unit].dga = qdbase[unit] + DGA;
507 qdmap[unit].duart = qdbase[unit] + DUART;
508 qdmap[unit].memcsr = qdbase[unit] + MEMCSR;
509 qdmap[unit].red = qdbase[unit] + RED;
510 qdmap[unit].blue = qdbase[unit] + BLUE
    [all...]
qduser.h 95 struct qdmap { /* map of register blocks in QDSS */ struct
  /src/sys/arch/vax/include/
qdioctl.h 91 #include <machine/qduser.h> /* struct prgkbd, qdmap, prg_cursor */
102 #define QD_MAPDEVICE _IOR('g', 9, struct qdmap) /* map device to user */
qduser.h 102 struct qdmap { /* map of register blocks in QDSS */ struct

Completed in 14 milliseconds