Searched refs:word1 (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/ia64/lib/ |
D | do_csum.S | 130 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2] 180 and word1[0]=firstval,hmask // and mask it as appropriate 183 (p8) mov result1[0]=word1[0] 184 (p9) add result1[0]=word1[0],word2[0] 186 cmp.ltu p6,p0=result1[0],word1[0] // check the carry 194 ld8 word1[1]=[first1],8 // load an 8-byte word 198 add result1[0]=result1[0],word1[1] 200 cmp.ltu p6,p0=result1[0],word1[1] 226 (ELD_1) cmp.ltu pC1[0],p0=result1[LOAD_LATENCY],word1[LOAD_LATENCY+1] 230 (ELD) add result1[LOAD_LATENCY-1]=result1[LOAD_LATENCY],word1[LOAD_LATENCY] [all …]
|
D | copy_user.S | 56 #define word1 r16 macro 173 (p14) sub word1=8,src2 // (8 - src offset) 175 (p15) sub word1=8,dst2 // (8 - dst offset) 180 (p14) sub word1=word1,t1 182 sub len1=len,word1 // resulting len 187 adds cnt=-1,word1
|
/linux-2.4.37.9/include/linux/ |
D | romfs_fs.h | 23 __u32 word1; member
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | eth1394.c | 927 hdr->words.word1 = ntohs(hdr->words.word1); in ether1394_data_handler() 1226 bufhdr->words.word1 = htons(hdr->words.word1); in ether1394_encapsulate() 1232 bufhdr->words.word1 = htons(hdr->words.word1); in ether1394_encapsulate() 1247 bufhdr->words.word1 = htons(hdr->words.word1); in ether1394_encapsulate() 1514 ptask->hdr.words.word1 = 0; in ether1394_tx()
|
D | eth1394.h | 176 u16 word1; member
|
/linux-2.4.37.9/drivers/sbus/audio/ |
D | dbri.h | 34 volatile __u32 word1; member
|
D | dbri.c | 399 status = dbri->dma->desc[rd].word1; in reception_complete_intr() 909 dbri->dma->desc[td].word1 = DBRI_TD_CNT(mylen); in xmit_on_pipe() 934 dbri->dma->desc[last_td].word1 |= DBRI_TD_I | DBRI_TD_F | DBRI_TD_B; in xmit_on_pipe() 945 dbri->dma->desc[td].word1, in xmit_on_pipe() 1044 dbri->dma->desc[rd].word1 = 0; in recv_on_pipe() 1078 dbri->dma->desc[rd].word1, in recv_on_pipe()
|
/linux-2.4.37.9/fs/romfs/ |
D | inode.c | 120 if (rsb->word0 != ROMSB_WORD0 || rsb->word1 != ROMSB_WORD1 in romfs_read_super()
|
/linux-2.4.37.9/init/ |
D | do_mounts.c | 531 romfsb->word1 == ROMSB_WORD1) { in identify_ramdisk_image()
|
/linux-2.4.37.9/Documentation/ |
D | DMA-mapping.txt | 238 desc->word1 = DESC_VALID;
|