Searched refs:SWAP32 (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ |
D | lib82596.c | 413 &dma->scp, dma->scp.sysbus, SWAP32(dma->scp.iscp)); in i596_display_data() 415 &dma->iscp, SWAP32(dma->iscp.stat), SWAP32(dma->iscp.scb)); in i596_display_data() 419 SWAP16(dma->scb.cmd), SWAP32(dma->scb.rfd)); in i596_display_data() 422 SWAP32(dma->scb.crc_err), SWAP32(dma->scb.align_err), in i596_display_data() 423 SWAP32(dma->scb.resource_err), SWAP32(dma->scb.over_err), in i596_display_data() 424 SWAP32(dma->scb.rcvdt_err), SWAP32(dma->scb.short_err)); in i596_display_data() 431 SWAP32(cmd->b_next)); in i596_display_data() 441 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data() 451 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next), in i596_display_data() 452 SWAP32(rbd->b_data), SWAP16(rbd->size)); in i596_display_data() [all …]
|
D | lasi_82596.c | 115 #define SWAP32(x) (((u32)(x)<<16) | ((((u32)(x)))>>16)) macro
|
D | sni_82596.c | 37 #define SWAP32(x) cpu_to_le32((u32)(x)) macro
|
/drivers/staging/rt2860/ |
D | rtmp_def.h | 1536 #define SWAP32(x) \ macro 1558 #define cpu2le32(x) SWAP32((x)) 1559 #define le2cpu32(x) SWAP32((x)) 1579 #define cpu2be32(x) SWAP32((x)) 1580 #define be2cpu32(x) SWAP32((x))
|
D | rt_linux.h | 413 (*_pV = SWAP32(*((UINT32 *)(_pV)))); \ 427 _Val = SWAP32(_V); \
|
D | rtmp.h | 3266 *((UINT32 *)(pData)) = SWAP32(*((UINT32 *)(pData))); // Byte 0~3 in RTMPWIEndianChange() 3267 *((UINT32 *)(pData + 4)) = SWAP32(*((UINT32 *)(pData+4))); // Byte 4~7 in RTMPWIEndianChange() 3272 *(((UINT32 *)pData) +i) = SWAP32(*(((UINT32 *)pData)+i)); in RTMPWIEndianChange() 3299 *((UINT32 *)(pData)) = SWAP32(*((UINT32 *)(pData))); // Byte 0~3 in RTMPDescriptorEndianChange() 3300 *((UINT32 *)(pData + 8)) = SWAP32(*((UINT32 *)(pData+8))); // Byte 8~11 in RTMPDescriptorEndianChange() 3301 *((UINT32 *)(pData +12)) = SWAP32(*((UINT32 *)(pData + 12))); // Byte 12~15 in RTMPDescriptorEndianChange() 3302 …*((UINT32 *)(pData + 4)) = SWAP32(*((UINT32 *)(pData + 4))); // Byte 4~7, this must be swapped … in RTMPDescriptorEndianChange() 3435 *(UINT32 *)(&pFrame->Addr3[0]) = SWAP32(*(UINT32 *)(&pFrame->Addr3[0])); in RTMPFrameEndianChange() 3440 *(UINT32 *)(&pFrame->Addr2[0])= SWAP32(*(UINT32 *)(&pFrame->Addr2[0])); in RTMPFrameEndianChange()
|
/drivers/staging/rt2870/ |
D | rtmp_def.h | 1570 #define SWAP32(x) \ macro 1592 #define cpu2le32(x) SWAP32((x)) 1593 #define le2cpu32(x) SWAP32((x)) 1613 #define cpu2be32(x) SWAP32((x)) 1614 #define be2cpu32(x) SWAP32((x))
|
D | rtmp.h | 3313 *((UINT32 *)(pData)) = SWAP32(*((UINT32 *)(pData))); // Byte 0~3 in RTMPWIEndianChange() 3314 *((UINT32 *)(pData + 4)) = SWAP32(*((UINT32 *)(pData+4))); // Byte 4~7 in RTMPWIEndianChange() 3319 *(((UINT32 *)pData) +i) = SWAP32(*(((UINT32 *)pData)+i)); in RTMPWIEndianChange() 3347 *((UINT32 *)(pData)) = SWAP32(*((UINT32 *)(pData))); in RTMPDescriptorEndianChange() 3479 *(UINT32 *)(&pFrame->Addr3[0]) = SWAP32(*(UINT32 *)(&pFrame->Addr3[0])); in RTMPFrameEndianChange() 3484 *(UINT32 *)(&pFrame->Addr2[0])= SWAP32(*(UINT32 *)(&pFrame->Addr2[0])); in RTMPFrameEndianChange()
|
/drivers/staging/rt2870/common/ |
D | md5.c | 141 *(UINT32 *)buf = SWAP32(*(UINT32 *)buf); in byteReverse()
|
/drivers/staging/rt2860/common/ |
D | md5.c | 141 *(UINT32 *)buf = SWAP32(*(UINT32 *)buf); in byteReverse()
|