Home
last modified time | relevance | path

Searched refs:ARG_1 (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/include/acpi/
Dacmacros.h423 #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/
Daic7xxx.seq538 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 …]
Daic7xxx_reg.h282 #define ARG_1 0x51 macro
Daic7xxx.reg1304 ARG_1 {
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq101 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 …]
Daic7xxx_reg.h1369 #define ARG_1 0x51 macro
Daic7xxx_core.c590 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()
Daic79xx.seq1050 bmov ARG_1, SCBPTR, 2;
1053 bmov SCBPTR, ARG_1, 2;
Daic7xxx.reg1443 ARG_1 {
Daic79xx_reg.h3585 #define ARG_1 0x142 macro
Daic79xx.reg3653 ARG_1 {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c4400 aic_inb(p, SAVED_TCL), aic_inb(p, ARG_1), in aic7xxx_handle_seqint()