Home
last modified time | relevance | path

Searched refs:SCHPC_SLOTSTATE_HPCINITED (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h106 #define SCHPC_SLOTSTATE_HPCINITED 0x400000 /* Ready to accept commands */ macro
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c565 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) { in schpc_connect()
979 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) { in schpc_disconnect()
1130 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) { in schpc_cpci_control()
1599 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) { in schpc_pci_control()
2313 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_HPCINITED)) { in schpc_event_handler()
3737 schpc_p->schpc_slot[slot].state |= SCHPC_SLOTSTATE_HPCINITED; in schpc_add_pci()