Searched refs:ARG_1 (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/include/acpi/ |
D | acmacros.h | 423 #define ARG_1(x) ((u32)(x)) macro 430 #define ARGI_LIST1(a) (ARG_1(a)) 431 #define ARGI_LIST2(a,b) (ARG_1(b)|ARG_2(a)) 432 #define ARGI_LIST3(a,b,c) (ARG_1(c)|ARG_2(b)|ARG_3(a)) 433 #define ARGI_LIST4(a,b,c,d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) 434 #define ARGI_LIST5(a,b,c,d,e) (ARG_1(e)|ARG_2(d)|ARG_3(c)|ARG_4(b)|ARG_5(a)) 435 #define ARGI_LIST6(a,b,c,d,e,f) (ARG_1(f)|ARG_2(e)|ARG_3(d)|ARG_4(c)|ARG_5(b)|ARG_6(a)) 437 #define ARGP_LIST1(a) (ARG_1(a)) 438 #define ARGP_LIST2(a,b) (ARG_1(a)|ARG_2(b)) 439 #define ARGP_LIST3(a,b,c) (ARG_1(a)|ARG_2(b)|ARG_3(c)) [all …]
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 538 shr ARG_1, 2, SG_CACHEPTR; 541 cmp ARG_1, A je data_phase_finish; 949 cmp ARG_1, SCB_LIST_NULL je snoop_tag; 976 mvi ARG_1 call inb_next; /* tag value */ 1018 mvi ARG_1 call inb_next; /* ACK the wide_residue and get */ 1153 * Locate a disconnected SCB either by SAVED_TCL (ARG_1 is SCB_LIST_NULL) 1154 * or by the SCBID ARG_1. The search begins at the SCB index passed in 1161 cmp ARG_1, SCB_LIST_NULL jne findSCB_by_SCBID; 1165 mov A, ARG_1; /* Tag passed in ARG_1 */ 1181 * ARG_1 is the SCBID of interrest and that SINDEX is the position in the [all …]
|
D | aic7xxx_reg.h | 282 #define ARG_1 0x51 macro
|
D | aic7xxx.reg | 1304 ARG_1 {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 101 mov ARG_1, NEXT_QUEUED_SCB; 112 mov SCBPTR, ARG_1; 121 mov ARG_1 call dma_scb; 128 mov A, ARG_1; 1583 mvi ARG_1 call inb_next; 1584 cmp ARG_1, 0x01 jne mesgin_reject; 1677 mov ARG_1, SINDEX; 1684 mov ARG_1 call post_byte; 1714 mov ARG_1, SCB_TAG; 1800 mov DINDIR, ARG_1 ret; [all …]
|
D | aic7xxx_reg.h | 1369 #define ARG_1 0x51 macro
|
D | aic7xxx_core.c | 590 ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM)); in ahc_handle_seqint() 905 scbptr, ahc_inb(ahc, ARG_1), in ahc_handle_seqint() 917 ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM)); in ahc_handle_seqint()
|
D | aic79xx.seq | 1050 bmov ARG_1, SCBPTR, 2; 1053 bmov SCBPTR, ARG_1, 2;
|
D | aic7xxx.reg | 1443 ARG_1 {
|
D | aic79xx_reg.h | 3585 #define ARG_1 0x142 macro
|
D | aic79xx.reg | 3653 ARG_1 {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 4400 aic_inb(p, SAVED_TCL), aic_inb(p, ARG_1), in aic7xxx_handle_seqint()
|