Home
last modified time | relevance | path

Searched refs:SEND_IDENTIFY (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/sgimips/stand/common/
H A Diris_scsivar.h94 #define SEND_IDENTIFY 0x0010 macro
/netbsd-src/sys/arch/newsmips/apbus/
H A Dspifi.c98 #define SEND_IDENTIFY 2 macro
593 spifi_sendmsg(sc, SEND_IDENTIFY); in spifi_select()
615 if (msg & SEND_IDENTIFY) { in spifi_sendmsg()
/netbsd-src/sys/arch/x68k/dev/
H A Dmhavar.h176 #define SEND_IDENTIFY 0x10 macro
H A Dmha.c1334 case SEND_IDENTIFY: in mha_msgout()
/netbsd-src/sys/dev/ic/
H A Dmb89352var.h168 #define SEND_IDENTIFY 0x10 macro
H A Daic6360var.h165 #define SEND_IDENTIFY 0x10 macro
H A Dncr5380var.h212 #define SEND_IDENTIFY 0x20 macro
H A Dwd33c93var.h213 #define SEND_IDENTIFY 0x0010 macro
H A Dsunscpalvar.h253 #define SEND_IDENTIFY 0x20 macro
H A Dncr53c9xvar.h374 #define SEND_IDENTIFY 0x0010 macro
H A Dncr5380sbc.c932 sc->sc_msgpriq = SEND_IDENTIFY; in ncr5380_sched()
1689 case SEND_IDENTIFY: in ncr5380_msg_in()
1850 case SEND_IDENTIFY: in ncr5380_msg_out()
1851 NCR_TRACE("msg_out: SEND_IDENTIFY\n", 0); in ncr5380_msg_out()
1853 printf("%s: SEND_IDENTIFY while not connected; " in ncr5380_msg_out()
H A Dmb89352.c1074 case SEND_IDENTIFY: in spc_msgin()
1282 case SEND_IDENTIFY: in spc_msgout()
1758 sc->sc_msgpriq = SEND_IDENTIFY; in spc_intr()
H A Daic6360.c1087 case SEND_IDENTIFY: in aic_msgin()
1296 case SEND_IDENTIFY: in aic_msgout()
1807 sc->sc_msgpriq = SEND_IDENTIFY; in aicintr()
H A Dsunscpal.c1039 sc->sc_msgpriq = SEND_IDENTIFY; in sunscpal_sched()
1410 case SEND_IDENTIFY: in sunscpal_msg_in()
H A Dwd33c93.c1833 case SEND_IDENTIFY: in wd33c93_msgout()
H A Dncr53c9x.c1975 case SEND_IDENTIFY: in ncr53c9x_msgout()
/netbsd-src/sys/arch/macppc/dev/
H A Dmesh.c132 #define SEND_IDENTIFY 2 macro
531 mesh_msgout(sc, SEND_IDENTIFY | SEND_SDTR); in mesh_identify()
534 mesh_msgout(sc, SEND_IDENTIFY); in mesh_identify()
792 if (msg & SEND_IDENTIFY) { in mesh_msgout()