Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 87) sorted by relevance

1234

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Dsequencer.h44 destination : 9, member
54 destination : 9, member
74 destination : 9, member
84 destination : 9, member
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h49 destination : 9, member
57 destination : 9,
67 destination : 9, member
75 destination : 9,
Daicasm_gram.y206 %type <sym_ref> reg_symbol address destination source opt_source
900 destination:
1150 f1_opcode destination ',' immediate_or_a opt_source ret ';'
1164 T_INC destination opt_source ret ';'
1174 T_DEC destination opt_source ret ';'
1191 | T_CLC T_MVI destination ',' immediate_or_a ret ';'
1205 | T_STC destination ret ';'
1215 T_BMOV destination ',' source ',' immediate ret ';'
1222 T_MOV destination ',' source ret ';'
1232 T_MVI destination ',' immediate ret ';'
[all …]
/linux-2.4.37.9/arch/m68k/fpsp040/
Dsto_res.S6 | users destination register then fp0 is moved to the
7 | correct floating-point destination register. fp0 and fp1
14 | Output: moves the result to the true destination reg or mem
16 | Modifies: destination floating point register
35 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
68 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
Dx_ovfl.S10 | destination format.
15 | destination. If the instruction is not move_out, then the
16 | destination is not affected. For 68881 compatibility, the
17 | following values should be stored at the destination, based
Dx_snan.S172 | Store to the users destination address
175 beqs wrt_dn |destination is a data register
194 | Store to the users destination address
197 beqs wrt_dn |destination is a data register
216 | Store to the users destination address
219 beqs wrt_dn |destination is a data register
259 cmpib #3,%d0 |check for nan in destination
260 bnes issrc |destination nan has priority
Dx_unfl.S11 | it is equal to the denormalized exponent for the destination
13 | destination format.
225 | ;If destination format is sgl/dbl,
Dskeleton.S397 | a1 - user destination address
404 | the 68040 always reads the destination address and thus the page
442 | a1 - supervisor destination address
446 | destination address on the supervisor stack. Also like mem_write,
/linux-2.4.37.9/Documentation/networking/
Dpktgen.txt6 3. Edit script to set preferred device and destination IP address.
23 pgset "dst 10.0.0.1" sets IP destination address
26 pgset "dst_max 10.0.0.254" Set the maximum destination IP.
29 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address
42 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
44 pgset "udp_dst_max 9" set UDP destination port max.
Drouting.txt22 not only of destination address, but also source address,
38 - New destination cache. Flexible, robust and just beautiful.
/linux-2.4.37.9/include/asm-mips64/
Duaccess.h402 #define __MODULE_JAL(destination) \ argument
404 __UA_LA "\t$1, " #destination "\n\t" \
408 #define __MODULE_JAL(destination) \ argument
409 "jal\t" #destination "\n\t"
/linux-2.4.37.9/include/asm-mips/
Duaccess.h402 #define __MODULE_JAL(destination) \ argument
404 __UA_LA "\t$1, " #destination "\n\t" \
408 #define __MODULE_JAL(destination) \ argument
409 "jal\t" #destination "\n\t"
/linux-2.4.37.9/drivers/usb/host/
Duhci.c830 unsigned long destination, status; in uhci_submit_control() local
836 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP; in uhci_submit_control()
849 uhci_fill_td(td, status, destination | (7 << 21), in uhci_submit_control()
856 destination ^= (USB_PID_SETUP ^ usb_packetid(urb->pipe)); in uhci_submit_control()
875 destination ^= TD_TOKEN_TOGGLE; in uhci_submit_control()
878 uhci_fill_td(td, status, destination | ((pktsze - 1) << 21), in uhci_submit_control()
896 destination &= ~TD_TOKEN_PID_MASK; in uhci_submit_control()
898 destination |= USB_PID_IN; in uhci_submit_control()
900 destination |= USB_PID_OUT; in uhci_submit_control()
902 destination |= TD_TOKEN_TOGGLE; /* End in Data1 */ in uhci_submit_control()
[all …]
Dusb-uhci.c708 unsigned long destination, status; in uhci_submit_control_urb() local
725 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP; in uhci_submit_control_urb()
732 fill_td (td, status, destination | (7 << 21), urb_priv->setup_packet_dma); in uhci_submit_control_urb()
750 destination = (urb->pipe & PIPE_DEVEP_MASK) | (usb_pipeout (urb->pipe)?USB_PID_OUT:USB_PID_IN); in uhci_submit_control_urb()
761 destination ^= 1 << TD_TOKEN_TOGGLE; // toggle DATA0/1 in uhci_submit_control_urb()
764 fill_td (td, status, destination | ((pktsze - 1) << 21), in uhci_submit_control_urb()
776 destination &= ~UHCI_PID; in uhci_submit_control_urb()
779 destination |= USB_PID_IN; in uhci_submit_control_urb()
781 destination |= USB_PID_OUT; in uhci_submit_control_urb()
783 destination |= 1 << TD_TOKEN_TOGGLE; /* End in Data1 */ in uhci_submit_control_urb()
[all …]
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dos.S80 | a1 - user destination address
111 | a1 - supervisor destination address
237 | a0 - user destination address
259 | a0 - user destination address
283 | a0 - user destination address
/linux-2.4.37.9/include/linux/
Dbpqether.h16 unsigned char destination[ETH_ALEN]; member
/linux-2.4.37.9/drivers/char/rio/
Dphb.h181 WORD destination; member
185 ushort destination; /* Complete destination */ member
Dpkt.h81 ushort destination; /* Complete destination */
/linux-2.4.37.9/arch/cris/boot/compressed/
Dhead.S71 move.d basse, r1 ; destination
72 move.d _edata, r2 ; end destination
/linux-2.4.37.9/arch/arm/lib/
Dcsumpartial.S102 tst buf, #3 @ Test destination alignment
103 blne .not_aligned @ aligh destination, return here
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-write.c62 static int copy_and_gen_ecc(void *destination, in copy_and_gen_ecc() argument
80 mseg.data = destination; in copy_and_gen_ecc()
/linux-2.4.37.9/arch/cris/lib/
Dcsumcpfruser.S49 ;; Clear the rest of the destination area using memset. Preserve the
/linux-2.4.37.9/arch/arm/boot/compressed/
Dhead-ftvpci.S33 ldr lr, =_start @ destination
/linux-2.4.37.9/drivers/acpi/utilities/
Duteval.c285 char *destination, in acpi_ut_copy_id_string() argument
303 ACPI_STRNCPY (destination, source, max_length); in acpi_ut_copy_id_string()
/linux-2.4.37.9/net/ipv4/ipvs/
DConfig.in18 dep_tristate ' destination hashing scheduling' CONFIG_IP_VS_DH $CONFIG_IP_VS

1234