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

  /src/sys/arch/sun3/dev/
if_ievar.h 25 * sc_maddr = base address of chip RAM as stored in ie_base of iscp
93 volatile struct ie_int_sys_conf_ptr *iscp; member in struct:ie_softc
if_ie.c 361 volatile struct ie_int_sys_conf_ptr *iscp; local in function:ie_setupram
367 * ISCP, SCB, and other small stuff.
376 /* ISCP */
377 off -= sizeof(*iscp);
378 iscp = (volatile void *)(sc->buf_area + off);
379 (sc->sc_memset)(__UNVOLATILE(iscp), 0, sizeof(*iscp));
380 sc->iscp = iscp;
395 /* SCP: main thing is 24-bit ptr to ISCP */
    [all...]
  /src/sys/dev/ic/
i82586var.h 129 * 16 bit pointers are offsets from the ISCP's `ie_base'
137 * The front-end is required to manage the SCP and ISCP structures. i.e.
209 int iscp; /* Offset to the ISCP (set by front-end) */ member in struct:ie_softc
  /src/sys/arch/acorn32/podulebus/
if_ie.c 366 /* Setup ISCP */
368 struct ie_int_sys_conf_ptr iscp; local in function:ieattach
369 bzero ( &iscp, sizeof(iscp) );
370 iscp.ie_busy = 1;
371 iscp.ie_base = (void *)IE_IBASE;
372 iscp.ie_scb_offset = IE_SCB_OFF;
373 host2ie(sc, &iscp, IE_ISCP_ADDR, sizeof(iscp) );

Completed in 14 milliseconds