Searched refs:schizo (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A DMakefile30 SUN4UEFTFILES= schizo.eft psycho.eft tomatillo.eft xmits.eft oberon.eft
H A Dschizo.esc44 event fault.io.schizo@hostbridge,
90 prop fault.io.schizo@hostbridge (0)->
123 engine serd.io.schizo.ecc@hostbridge,
127 event upset.io.schizo@hostbridge,
128 engine=serd.io.schizo.ecc@hostbridge;
131 * An upset schizo may cause:
135 prop upset.io.schizo@hostbridge (0)->
373 * Need to add the following schizo specific propagations to complete the PCI
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h79 uint8_t schizo; /* Number of Schizo 0/1 */ member in struct:__anon10038
143 * | expander | schizo | leaf |
157 #define SCHPC_MAKE_SLOT_INDEX3(expander, schizo, leaf)\
158 (((expander) << 2) | ((schizo) << 1) | (leaf))
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c154 char schizo; member in struct:__anon9996
3409 int leaf, schizo, expander, portid, offset; local
3423 schizo = SCHPC_SLOT_SCHIZO(slot);
3426 if (schizo == 0)
3442 " schizo=%d, leaf=%d", caddr, schizo, leaf);
3446 find_dev.schizo = schizo;
3492 int expander, board, schizo, leaf, slot, status; local
3521 schizo
[all...]
H A Ddrmach.c2585 case 0x1c: case 0x1d: /* schizo/wci devices */
3719 * swapped, and LPA settings in the processor and schizo
5705 * Get safari portid. All schizo/xmits 0
5761 * Verify if the parent is schizo(xmits)0 and pci B leaf.
7843 drmach_s1p_schizo_t schizo[STARCAT_SLOT1_IO_MAX]; member in struct:__anon9991
7966 drmach_s1p_pci_free(&slot1->schizo[j].pci[k]);
8019 ASSERT(slot1_paused[exp]->schizo[ioc_unum].csr_basepa == 0x0UL ||
8020 slot1_paused[exp]->schizo[ioc_unum].csr_basepa == schizo_csr_pa);
8023 slot1_paused[exp]->schizo[ioc_unum].csr_basepa = schizo_csr_pa;
8024 pci = &slot1_paused[exp]->schizo[ioc_unu
8177 drmach_s1p_schizo_update(drmach_s1p_schizo_t *schizo, drmach_sr_iter_t iter) argument
8314 drmach_s1p_schizo_log_intr(drmach_s1p_schizo_t *schizo, int exp, int unum, drmach_sr_iter_t iter) argument
[all...]

Completed in 75 milliseconds