HomeSort by: relevance | last modified time | path
    Searched defs:xyc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sun3/dev/
xyvar.h 45 struct xyc_softc *xyc; /* who we are working with */ member in struct:xy_iorq
142 struct xyc *xyc; /* vaddr of vme registers */ member in struct:xyc_softc
xy.c 99 #error "xyc but no xy?"
107 * XYC_GO: start iopb ADDR (DVMA addr in a u_long) on XYC
109 #define XYC_GO(XYC, ADDR) \
111 (XYC)->xyc_addr_lo = ((ADDR) & 0xff); \
113 (XYC)->xyc_addr_hi = ((ADDR) & 0xff); \
115 (XYC)->xyc_reloc_lo = ((ADDR) & 0xff); \
117 (XYC)->xyc_reloc_hi = (ADDR); \
118 (XYC)->xyc_csr = XYC_GBSY; /* go! */ \
178 int xyc_unbusy(struct xyc *, int);
200 CFATTACH_DECL_NEW(xyc, sizeof(struct xyc_softc)
350 struct xyc_softc *xyc = device_private(self); local in function:xycattach
500 struct xyc_softc *xyc = device_private(parent); local in function:xyattach
539 struct xyc_softc *xyc; local in function:xy_init
1700 struct xyc *xyc = xycsc->xyc; local in function:xyc_remove_iorq
    [all...]
xyreg.h 39 #define XYC_RESETUSEC 1000000 /* max time for xyc reset (same as xdc?) */
48 * xyc device interface
52 struct xyc { struct
82 * and reloc in the xyc's registers and setting the "go" bit [done]
  /src/sys/dev/vme/
xyvar.h 45 struct xyc_softc *xyc; /* who we are working with */ member in struct:xy_iorq
139 struct xyc *xyc; /* vaddr of vme registers */ member in struct:xyc_softc
xy.c 96 * XYC_GO: start iopb ADDR (DVMA addr in a u_long) on XYC
98 #define XYC_GO(XYC, ADDR) { \
100 (XYC)->xyc_addr_lo = ((addr) & 0xff); \
102 (XYC)->xyc_addr_hi = ((addr) & 0xff); \
104 (XYC)->xyc_reloc_lo = ((addr) & 0xff); \
106 (XYC)->xyc_reloc_hi = (addr); \
107 (XYC)->xyc_csr = XYC_GBSY; /* go! */ \
169 int xyc_unbusy(struct xyc *, int);
193 CFATTACH_DECL_NEW(xyc, sizeof(struct xyc_softc),
366 * xycmatch: determine if xyc is present or not. we do
372 struct xyc *xyc = (void *)handle; \/* XXX *\/ local in function:xyc_probe
402 struct xyc_softc *xyc = device_private(self); local in function:xycattach
611 struct xyc_softc *xyc = device_private(parent); local in function:xyattach
1852 struct xyc *xyc = xycsc->xyc; local in function:xyc_remove_iorq
    [all...]
xyreg.h 39 #define XYC_RESETUSEC 1000000 /* max time for xyc reset (same as xdc?) */
47 * xyc device interface
51 struct xyc { struct
81 * and reloc in the xyc's registers and setting the "go" bit [done]

Completed in 15 milliseconds