Searched refs:LASTPHASE (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 536 mvi LASTPHASE, P_BUSFREE; 607 xor LASTPHASE, IOI, SCB_TARGET_DATA_DIR; 613 mvi LASTPHASE, P_STATUS; 666 mov A, LASTPHASE; 712 mvi LASTPHASE, P_BUSFREE; 832 test LASTPHASE, IOI jnz . + 2; 1503 or SCSISIGO, ATNO, LASTPHASE; 1891 cmp LASTPHASE, P_MESGIN jne not_found; 1954 or SCSISIGO, ATNO, LASTPHASE; 1989 and LASTPHASE, PHASE_MASK, SCSISIGI; [all …]
|
| H A D | aic7xxx.c | 264 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart() 659 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 670 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 771 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint() 826 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1064 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() 1250 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() 2567 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_proto_violation() 6728 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state() 6746 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); in ahc_dump_card_state() [all …]
|
| H A D | aic79xx.seq | 851 mov A, LASTPHASE; 990 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 993 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1012 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry; 1120 cmp LASTPHASE, P_MESGIN jne not_found_ITloop; 1334 mvi LASTPHASE, P_BUSFREE; 1414 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1441 and LASTPHASE, PHASE_MASK, SCSISIGI; 1442 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
|
| H A D | aic79xx.c | 324 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart() 1319 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 1332 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 1361 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 1736 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE in ahd_handle_scsiint() 1838 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error() 2189 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree() 2462 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation() 3886 bus_phase = ahd_inb(ahd, LASTPHASE); in ahd_handle_message_phase() 4200 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_handle_message_phase() [all …]
|
| H A D | aic7xxx_reg.h | 1332 #define LASTPHASE 0x3f macro
|
| H A D | aic7xxx.reg | 1362 LASTPHASE {
|
| H A D | aic79xx_reg.h | 3600 #define LASTPHASE 0x13c macro
|
| H A D | aic79xx.reg | 3618 LASTPHASE {
|