Searched refs:SCB_CONTROL (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx.seq | 164 or SCB_CONTROL, STATUS_RCVD; 331 mov A, SCB_CONTROL; 376 test SCB_CONTROL, MK_MESSAGE jz batch_scb; 574 test SCB_CONTROL, MK_MESSAGE jz . + 3; 944 or SCB_CONTROL, STATUS_RCVD; 980 test SCB_CONTROL, DISCENB jnz . + 2; 1147 test SCB_CONTROL,DISCONNECTED jz not_found; 1149 and SCB_CONTROL,~DISCONNECTED; 1155 test SCB_CONTROL, MK_MESSAGE jz mesgin_done; 1296 or SCB_CONTROL,DISCONNECTED; [all …]
|
| H A D | aic7xxx.seq | 386 test SCB_CONTROL, TARGET_SCB jz . + 2; 399 test SCB_CONTROL, ULTRAENB jz . + 2; 472 test SCB_CONTROL, TAG_ENB jz . + 3; 482 test SCB_CONTROL, MK_MESSAGE jz target_ITloop; 1473 or SCB_CONTROL, STATUS_RCVD; 1513 test SCB_CONTROL, DISCENB jnz . + 2; 1652 test SCB_CONTROL, MK_MESSAGE jz . + 2; 1712 or SCB_CONTROL,DISCONNECTED; 1716 test SCB_CONTROL, TAG_ENB jnz await_busfree; 1926 and SCB_CONTROL,~DISCONNECTED; [all …]
|
| H A D | aic7xxx.c | 622 ahc_inb(ahc, SCB_CONTROL)); in ahc_handle_seqint() 948 ahc_inb(ahc, SCB_CONTROL)); in ahc_handle_seqint() 2161 control = ahc_inb(ahc, SCB_CONTROL); in ahc_update_pending_scbs() 2164 ahc_outb(ahc, SCB_CONTROL, control); in ahc_update_pending_scbs() 2356 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE); in ahc_setup_initiator_msgout() 3589 ahc_outb(ahc, SCB_CONTROL, in ahc_handle_msg_reject() 4276 ahc_outb(ahc, SCB_CONTROL, 0); in ahc_build_free_scb_list() 5779 ahc_outb(ahc, SCB_CONTROL, 0); in ahc_rem_scb_from_disc_list() 5830 ahc_outb(ahc, SCB_CONTROL, 0); in ahc_rem_wscb() 7188 ahc_outb(ahc, SCB_CONTROL, in ahc_recover_commands() [all …]
|
| H A D | aic79xx.c | 1172 ahd_outb(ahd, SCB_CONTROL, in ahd_handle_seqint() 1173 ahd_inb_scbram(ahd, SCB_CONTROL) in ahd_handle_seqint() 1288 ahd_inb_scbram(ahd, SCB_CONTROL)); in ahd_handle_seqint() 1410 ahd_outb(ahd, SCB_CONTROL, in ahd_handle_seqint() 3446 ahd_outb(ahd, SCB_CONTROL, control); in ahd_update_pending_scbs() 3666 ahd_outb(ahd, SCB_CONTROL, in ahd_setup_initiator_msgout() 4801 ahd_outb(ahd, SCB_CONTROL, in ahd_handle_msg_reject() 5576 ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE); in ahd_probe_scbs() 5604 ahd_outb(ahd, SCB_CONTROL, 0); in ahd_initialize_hscbs() 9221 ahd_inb_scbram(ahd, SCB_CONTROL), in ahd_dump_scbs() [all …]
|
| H A D | aic7xxx_reg.h | 1632 #define SCB_CONTROL 0xb8 macro
|
| H A D | aic7xxx.reg | 1062 SCB_CONTROL {
|
| H A D | aic79xx_reg.h | 3702 #define SCB_CONTROL 0x192 macro
|
| H A D | aic79xx.reg | 3844 SCB_CONTROL {
|