Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 59) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcheckpatch.pl400 my $off = 0;
406 for ($off = 1; $off < length($line); $off++) {
407 $c = substr($line, $off, 1);
411 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') {
414 substr($res, $off, 2, "$;$;");
415 $off++;
418 if ($sanitise_quote eq '*/' && substr($line, $off, 2) eq '*/') {
420 substr($res, $off, 2, "$;$;");
421 $off++;
424 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '//') {
[all …]
H A Dkallsyms.c290 unsigned int i, k, off; in write_src() local
342 off = 0; in write_src()
345 markers[i >> 8] = off; in write_src()
352 off += table[i].len + 1; in write_src()
364 off = 0; in write_src()
366 best_idx[i] = off; in write_src()
369 off += strlen(buf) + 1; in write_src()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/
H A DXtvTypes.h231 #define X_IS_BIT_SET(val,off) (((val)&(1U<<(off)))!=0) argument
234 #define X_SET_BIT(val,off) {(val)|=(1U<<(off));} argument
237 #define X_CLR_BIT(val,off) {(val)&=~(1U<<(off));} argument
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c175 int off = 0; in asm_emit_data() local
181 while ((d.len - off) >= sizeof(uint32_t)) { in asm_emit_data()
182 asm_emit_cell(e, fdt32_to_cpu(*((uint32_t *)(d.val+off)))); in asm_emit_data()
183 off += sizeof(uint32_t); in asm_emit_data()
186 while ((d.len - off) >= 1) { in asm_emit_data()
187 fprintf(f, "\t.byte\t0x%hhx\n", d.val[off]); in asm_emit_data()
188 off += 1; in asm_emit_data()
191 assert(off == d.len); in asm_emit_data()
611 int off = inb->ptr - inb->base; in flat_realign() local
613 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
/utopia/UTPA2-700.0.x/modules/security/hal/mainz/aesdma/
H A DhalAESDMA.c1162 int off = i*4; in HDCP_ProcessCipher() local
1163 …MS_U32)(pu8Data[off]) & 0xff) | (((MS_U32)(pu8Data[off+1]) & 0xff)<<8) | (((MS_U32)(pu8Data[off+2]… in HDCP_ProcessCipher()
1167 int off = i*4; in HDCP_ProcessCipher() local
1168 …8privData[off]) & 0xff) | (((MS_U32)(pu8privData[off+1]) & 0xff)<<8) | (((MS_U32)(pu8privData[off+… in HDCP_ProcessCipher()
/utopia/UTPA2-700.0.x/modules/security/hal/messi/aesdma/
H A DhalAESDMA.c1162 int off = i*4; in HDCP_ProcessCipher() local
1163 …MS_U32)(pu8Data[off]) & 0xff) | (((MS_U32)(pu8Data[off+1]) & 0xff)<<8) | (((MS_U32)(pu8Data[off+2]… in HDCP_ProcessCipher()
1167 int off = i*4; in HDCP_ProcessCipher() local
1168 …8privData[off]) & 0xff) | (((MS_U32)(pu8privData[off+1]) & 0xff)<<8) | (((MS_U32)(pu8privData[off+… in HDCP_ProcessCipher()
/utopia/UTPA2-700.0.x/modules/uart/hal/k6lite/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
556 UNUSED(off); in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
621 UNUSED(off); in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1006 UNUSED(off); in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1071 UNUSED(off); in HAL_UART_PIU_Read()
H A DhalUART.h164 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off);
165 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off);
173 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off);
174 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off);
/utopia/UTPA2-700.0.x/modules/uart/hal/curry/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
556 UNUSED(off); in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
621 UNUSED(off); in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1006 UNUSED(off); in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1071 UNUSED(off); in HAL_UART_PIU_Read()
H A DhalUART.h164 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off);
165 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off);
173 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off);
174 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off);
/utopia/UTPA2-700.0.x/modules/uart/hal/kano/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
556 UNUSED(off); in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
621 UNUSED(off); in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1006 UNUSED(off); in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1071 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/k6/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
556 UNUSED(off); in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
621 UNUSED(off); in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1006 UNUSED(off); in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1071 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/mooney/uart/
H A DhalUART.c571 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
577 UNUSED(off); in HAL_UART_Aeon_Write()
637 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
642 UNUSED(off); in HAL_UART_Aeon_Read()
1021 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1027 UNUSED(off); in HAL_UART_PIU_Write()
1087 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1092 UNUSED(off); in HAL_UART_PIU_Read()
H A DhalUART.h164 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off);
165 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off);
173 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off);
174 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off);
/utopia/UTPA2-700.0.x/modules/uart/hal/mustang/uart/
H A DhalUART.c566 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
572 UNUSED(off); in HAL_UART_Aeon_Write()
632 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
637 UNUSED(off); in HAL_UART_Aeon_Read()
1017 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1024 UNUSED(off); in HAL_UART_PIU_Write()
1085 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1091 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/maldives/uart/
H A DhalUART.c566 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
572 UNUSED(off); in HAL_UART_Aeon_Write()
632 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
637 UNUSED(off); in HAL_UART_Aeon_Read()
1017 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1024 UNUSED(off); in HAL_UART_PIU_Write()
1085 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1091 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/macan/uart/
H A DhalUART.c596 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
602 UNUSED(off); in HAL_UART_Aeon_Write()
662 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
667 UNUSED(off); in HAL_UART_Aeon_Read()
1046 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1052 UNUSED(off); in HAL_UART_PIU_Write()
1112 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1117 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/messi/uart/
H A DhalUART.c595 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
601 UNUSED(off); in HAL_UART_Aeon_Write()
661 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
666 UNUSED(off); in HAL_UART_Aeon_Read()
1045 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1051 UNUSED(off); in HAL_UART_PIU_Write()
1111 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1116 UNUSED(off); in HAL_UART_PIU_Read()
H A DhalUART.h164 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off);
165 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off);
173 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off);
174 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off);
/utopia/UTPA2-700.0.x/modules/uart/hal/M7621/uart/
H A DhalUART.c599 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
605 UNUSED(off); in HAL_UART_Aeon_Write()
665 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
670 UNUSED(off); in HAL_UART_Aeon_Read()
1049 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1055 UNUSED(off); in HAL_UART_PIU_Write()
1115 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1120 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/maserati/uart/
H A DhalUART.c599 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
605 UNUSED(off); in HAL_UART_Aeon_Write()
665 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
670 UNUSED(off); in HAL_UART_Aeon_Read()
1049 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1055 UNUSED(off); in HAL_UART_PIU_Write()
1115 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1120 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/maxim/uart/
H A DhalUART.c599 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
605 UNUSED(off); in HAL_UART_Aeon_Write()
665 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
670 UNUSED(off); in HAL_UART_Aeon_Read()
1049 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1055 UNUSED(off); in HAL_UART_PIU_Write()
1115 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1120 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/manhattan/uart/
H A DhalUART.c598 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
604 UNUSED(off); in HAL_UART_Aeon_Write()
664 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
669 UNUSED(off); in HAL_UART_Aeon_Read()
1048 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1054 UNUSED(off); in HAL_UART_PIU_Write()
1114 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1119 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/M7821/uart/
H A DhalUART.c599 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
605 UNUSED(off); in HAL_UART_Aeon_Write()
665 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
670 UNUSED(off); in HAL_UART_Aeon_Read()
1049 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1055 UNUSED(off); in HAL_UART_PIU_Write()
1115 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1120 UNUSED(off); in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/mainz/uart/
H A DhalUART.c641 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write() argument
647 UNUSED(off); in HAL_UART_Aeon_Write()
707 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read() argument
712 UNUSED(off); in HAL_UART_Aeon_Read()
1091 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write() argument
1097 UNUSED(off); in HAL_UART_PIU_Write()
1157 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read() argument
1162 UNUSED(off); in HAL_UART_PIU_Read()

123