Home
last modified time | relevance | path

Searched refs:ie_command (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/mvme68k/stand/netboot/
H A Dif_ie.c155 iem->im_scb.ie_command = iem->im_scb.ie_status & IE_ST_WHENCE; in ieack()
157 while (iem->im_scb.ie_command) in ieack()
217 iem->im_scb.ie_command = IE_CU_START; in ie_reset()
243 iem->im_scb.ie_command = IE_CU_START; in ie_reset()
279 iem->im_scb.ie_command = IE_RU_START; in ie_reset()
283 while (iem->im_scb.ie_command) in ie_reset()
342 iem->im_scb.ie_command = IE_RU_START; in ie_poll()
346 while (iem->im_scb.ie_command) in ie_poll()
365 while (iem->im_scb.ie_command) in ie_put()
389 iem->im_scb.ie_command = IE_CU_START; in ie_put()
H A Di82586.h113 u_short ie_command; /* command word */ member
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dif_ie.c243 (xoffsetof(struct ie_sys_ctl_block, ie_command)), in ie_ack()
250 (xoffsetof(struct ie_sys_ctl_block, ie_command))) ) in ie_ack()
979 pscb->ie_command = cmd; in command_and_wait()
986 (xoffsetof(struct ie_sys_ctl_block, ie_command)), cmd ); in command_and_wait()
1007 (xoffsetof(struct ie_sys_ctl_block, ie_command))) ) in command_and_wait()
H A Dif_iereg.h170 u_short ie_command; /* command word */ member
/netbsd-src/sys/arch/sun3/dev/
H A Di82586.h89 u_short ie_command; /* command word */ member
H A Dif_ie.c1048 scb->ie_command = (uint16_t)cmd; in cmd_and_wait()
1053 while (scb->ie_command && --tmo) in cmd_and_wait()
1055 if (scb->ie_command) { in cmd_and_wait()