| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | rv1126-secure-otp.S | 9 .eabi_attribute 34, 0 25 .loc 1 172 0 27 @ args = 0, pretend = 0, frame = 0 28 @ frame_needed = 0, uses_anonymous_args = 0 31 .loc 1 175 0 37 .loc 1 165 0 42 .loc 1 178 0 43 moveq r0, #0 47 .loc 1 165 0 52 .loc 1 173 0 [all …]
|
| H A D | rk3588-secure-otp.S | 12 .loc 1 232 0 15 .loc 1 235 0 23 .loc 1 224 0 29 .loc 1 237 0 30 mov w0, 0 31 .loc 1 238 0 35 .loc 1 233 0 37 .loc 1 244 0 47 .loc 1 216 0 54 add x29, sp, 0 [all …]
|
| H A D | rk3328-secure-otp.S | 12 .loc 1 45 0 16 .loc 1 46 0 20 // 0 "" 2 28 .loc 1 47 0 32 // 0 "" 2 36 movk w0, 0x600, lsl 16 48 .loc 1 53 0 52 .loc 1 54 0 56 // 0 "" 2 64 .loc 1 55 0 [all …]
|
| H A D | px30-secure-otp.S | 12 .loc 1 45 0 16 .loc 1 46 0 20 // 0 "" 2 33 .loc 1 47 0 37 // 0 "" 2 51 .loc 1 53 0 55 .loc 1 54 0 59 // 0 "" 2 67 .loc 1 55 0 71 // 0 "" 2 [all …]
|
| H A D | rv1106-secure-otp.S | 9 .eabi_attribute 34, 0 25 .loc 1 57 0 27 @ args = 0, pretend = 0, frame = 0 28 @ frame_needed = 0, uses_anonymous_args = 0 32 .loc 1 58 0 36 @ 0 "" 2 56 .loc 1 671 0 58 @ args = 0, pretend = 0, frame = 0 59 @ frame_needed = 0, uses_anonymous_args = 0 62 .loc 1 674 0 [all …]
|
| H A D | rk3562-secure-otp.S | 12 .loc 1 81 0 16 .loc 1 82 0 20 // 0 "" 2 35 .loc 1 697 0 38 .loc 1 700 0 46 .loc 1 689 0 52 .loc 1 702 0 53 mov w0, 0 54 .loc 1 703 0 58 .loc 1 698 0 [all …]
|
| H A D | rk3528-secure-otp.S | 12 .loc 1 81 0 16 .loc 1 82 0 20 // 0 "" 2 35 .loc 1 697 0 38 .loc 1 700 0 46 .loc 1 689 0 52 .loc 1 702 0 53 mov w0, 0 54 .loc 1 703 0 58 .loc 1 698 0 [all …]
|
| H A D | rk3568-secure-otp.S | 12 .loc 1 57 0 16 .loc 1 58 0 20 // 0 "" 2 35 .loc 1 671 0 38 .loc 1 674 0 46 .loc 1 663 0 52 .loc 1 676 0 53 mov w0, 0 54 .loc 1 677 0 58 .loc 1 672 0 [all …]
|
| H A D | rk3308-secure-otp.S | 12 .loc 1 90 0 16 .loc 1 91 0 20 // 0 "" 2 33 .loc 1 92 0 37 // 0 "" 2 51 .loc 1 98 0 55 .loc 1 99 0 59 // 0 "" 2 67 .loc 1 100 0 71 // 0 "" 2 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/epdlut/ |
| H A D | pvi_waveform_v8.S | 19 .loc 1 383 0 26 add x29, sp, 0 31 .loc 1 384 0 34 .loc 1 383 0 36 .loc 1 384 0 41 .loc 1 284 0 52 .loc 1 298 0 54 .loc 1 302 0 56 .loc 1 300 0 58 .loc 1 301 0 [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | ieee754sp.c | 65 xm += 0x3 + ((xm >> 3) & 1); in ieee754sp_get_rounding() 66 /* xm += (xm&0x8)?0x4:0x3 */ in ieee754sp_get_rounding() 70 xm += 0x8; in ieee754sp_get_rounding() 74 xm += 0x8; in ieee754sp_get_rounding() 84 * xe is an unbiased exponent 87 union ieee754sp ieee754sp_format(int sn, int xe, unsigned int xm) in ieee754sp_format() argument 91 assert((xm >> (SP_FBITS + 1 + 3)) == 0); /* no excess */ in ieee754sp_format() 94 if (xe < SP_EMIN) { in ieee754sp_format() 96 int es = SP_EMIN - xe; in ieee754sp_format() 107 if (sn == 0) in ieee754sp_format() [all …]
|
| H A D | ieee754dp.c | 65 xm += 0x3 + ((xm >> 3) & 1); in ieee754dp_get_rounding() 66 /* xm += (xm&0x8)?0x4:0x3 */ in ieee754dp_get_rounding() 70 xm += 0x8; in ieee754dp_get_rounding() 74 xm += 0x8; in ieee754dp_get_rounding() 84 * xe is an unbiased exponent 87 union ieee754dp ieee754dp_format(int sn, int xe, u64 xm) in ieee754dp_format() argument 91 assert((xm >> (DP_FBITS + 1 + 3)) == 0); /* no excess */ in ieee754dp_format() 94 if (xe < DP_EMIN) { in ieee754dp_format() 96 int es = DP_EMIN - xe; in ieee754dp_format() 107 if (sn == 0) in ieee754dp_format() [all …]
|
| H A D | dp_tlong.c | 37 return 0; in ieee754dp_tlong() 43 if (xe >= 63) { in ieee754dp_tlong() 45 if (xe == 63 && xs && xm == DP_HIDDEN_BIT) in ieee754dp_tlong() 46 return -0x8000000000000000LL; in ieee754dp_tlong() 53 if (xe > DP_FBITS) { in ieee754dp_tlong() 54 xm <<= xe - DP_FBITS; in ieee754dp_tlong() 55 } else if (xe < DP_FBITS) { in ieee754dp_tlong() 56 if (xe < -1) { in ieee754dp_tlong() 58 round = 0; in ieee754dp_tlong() 59 sticky = residue != 0; in ieee754dp_tlong() [all …]
|
| H A D | sp_tint.c | 37 return 0; in ieee754sp_tint() 43 if (xe >= 31) { in ieee754sp_tint() 45 if (xe == 31 && xs && xm == SP_HIDDEN_BIT) in ieee754sp_tint() 46 return -0x80000000; in ieee754sp_tint() 53 if (xe > SP_FBITS) { in ieee754sp_tint() 54 xm <<= xe - SP_FBITS; in ieee754sp_tint() 56 if (xe < -1) { in ieee754sp_tint() 58 round = 0; in ieee754sp_tint() 59 sticky = residue != 0; in ieee754sp_tint() 60 xm = 0; in ieee754sp_tint() [all …]
|
| H A D | sp_tlong.c | 37 return 0; in ieee754sp_tlong() 43 if (xe >= 63) { in ieee754sp_tlong() 45 if (xe == 63 && xs && xm == SP_HIDDEN_BIT) in ieee754sp_tlong() 46 return -0x8000000000000000LL; in ieee754sp_tlong() 53 if (xe > SP_FBITS) { in ieee754sp_tlong() 54 xm <<= xe - SP_FBITS; in ieee754sp_tlong() 55 } else if (xe < SP_FBITS) { in ieee754sp_tlong() 56 if (xe < -1) { in ieee754sp_tlong() 58 round = 0; in ieee754sp_tlong() 59 sticky = residue != 0; in ieee754sp_tlong() [all …]
|
| H A D | dp_sub.c | 104 /* normalize xm,xe */ in ieee754dp_sub() 122 if (xe > ye) { in ieee754dp_sub() 126 s = xe - ye; in ieee754dp_sub() 129 } else if (ye > xe) { in ieee754dp_sub() 133 s = ye - xe; in ieee754dp_sub() 135 xe += s; in ieee754dp_sub() 137 assert(xe == ye); in ieee754dp_sub() 138 assert(xe <= DP_EMAX); in ieee754dp_sub() 147 xe++; in ieee754dp_sub() 156 if (xm == 0) { in ieee754dp_sub() [all …]
|
| H A D | dp_tint.c | 37 return 0; in ieee754dp_tint() 43 if (xe > 31) { in ieee754dp_tint() 50 if (xe > DP_FBITS) { in ieee754dp_tint() 51 xm <<= xe - DP_FBITS; in ieee754dp_tint() 52 } else if (xe < DP_FBITS) { in ieee754dp_tint() 53 if (xe < -1) { in ieee754dp_tint() 55 round = 0; in ieee754dp_tint() 56 sticky = residue != 0; in ieee754dp_tint() 57 xm = 0; in ieee754dp_tint() 59 residue = xm << (64 - DP_FBITS + xe); in ieee754dp_tint() [all …]
|
| H A D | dp_add.c | 116 if (xe > ye) { in ieee754dp_add() 120 s = xe - ye; in ieee754dp_add() 123 } else if (ye > xe) { in ieee754dp_add() 127 s = ye - xe; in ieee754dp_add() 129 xe += s; in ieee754dp_add() 131 assert(xe == ye); in ieee754dp_add() 132 assert(xe <= DP_EMAX); in ieee754dp_add() 137 * leaving result in xm, xs and xe. in ieee754dp_add() 143 xe++; in ieee754dp_add() 152 if (xm == 0) in ieee754dp_add() [all …]
|
| H A D | sp_add.c | 116 if (xe > ye) { in ieee754sp_add() 120 s = xe - ye; in ieee754sp_add() 123 } else if (ye > xe) { in ieee754sp_add() 127 s = ye - xe; in ieee754sp_add() 129 xe += s; in ieee754sp_add() 131 assert(xe == ye); in ieee754sp_add() 132 assert(xe <= SP_EMAX); in ieee754sp_add() 137 * leaving result in xm, xs and xe. in ieee754sp_add() 151 if (xm == 0) in ieee754sp_add() 157 while ((xm >> (SP_FBITS + 3)) == 0) { in ieee754sp_add() [all …]
|
| H A D | sp_sub.c | 120 if (xe > ye) { in ieee754sp_sub() 124 s = xe - ye; in ieee754sp_sub() 127 } else if (ye > xe) { in ieee754sp_sub() 131 s = ye - xe; in ieee754sp_sub() 133 xe += s; in ieee754sp_sub() 135 assert(xe == ye); in ieee754sp_sub() 136 assert(xe <= SP_EMAX); in ieee754sp_sub() 153 if (xm == 0) { in ieee754sp_sub() 157 return ieee754sp_zero(0); /* other round modes => sign = 1 */ in ieee754sp_sub() 161 while ((xm >> (SP_FBITS + 3)) == 0) { in ieee754sp_sub() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/ |
| H A D | ebc_dev_v8.S | 26 .loc 1 363 0 29 .loc 1 364 0 31 .loc 1 372 0 34 .loc 1 364 0 36 .loc 1 376 0 39 .loc 1 379 0 41 .loc 1 381 0 44 .loc 1 387 0 45 cmp w17, 0 49 .loc 1 363 0 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/asic_reg/gc/ |
| H A D | gc_9_4_1_sh_mask.h | 26 …C_TAG_CNT__DED_COUNT__SHIFT 0x0 27 …C_TAG_CNT__SEC_COUNT__SHIFT 0x2 28 …T__DED_COUNT_MASK 0x00000003L 29 …T__SEC_COUNT_MASK 0x0000000CL 31 …C_ROQ_CNT__DED_COUNT_ME1__SHIFT 0x0 32 …C_ROQ_CNT__SEC_COUNT_ME1__SHIFT 0x2 33 …C_ROQ_CNT__DED_COUNT_ME2__SHIFT 0x4 34 …C_ROQ_CNT__SEC_COUNT_ME2__SHIFT 0x6 35 …T__DED_COUNT_ME1_MASK 0x00000003L 36 …T__SEC_COUNT_ME1_MASK 0x0000000CL [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | marvell,mvebu-pinctrl.txt | 21 When the function value for a specific pin equal 0xFF, 36 reg = <0x6F4000 0x10>; 40 * SPI0 [0-3] 44 /* 0 1 2 3 4 5 6 7 8 9 */ 45 pin-func = < 3 3 3 3 3 3 0 0 0 0 46 0 3 0 0 0 0 0 0 0 3>; 58 reg = <0x440000 0x20>; 60 max-func = <0xf>; 62 * [0-31] = 0xff: Keep default CP0_shared_pins: 71 * [40-41] SATA[0/1]_PRESENT_ACTIVEn [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/asic_reg/bif/ |
| H A D | bif_4_1_sh_mask.h | 27 #define MM_INDEX__MM_OFFSET_MASK 0x7fffffff 28 #define MM_INDEX__MM_OFFSET__SHIFT 0x0 29 #define MM_INDEX__MM_APER_MASK 0x80000000 30 #define MM_INDEX__MM_APER__SHIFT 0x1f 31 #define MM_INDEX_HI__MM_OFFSET_HI_MASK 0xffffffff 32 #define MM_INDEX_HI__MM_OFFSET_HI__SHIFT 0x0 33 #define MM_DATA__MM_DATA_MASK 0xffffffff 34 #define MM_DATA__MM_DATA__SHIFT 0x0 35 #define CC_BIF_BX_FUSESTRAP0__STRAP_BIF_PX_CAPABLE_MASK 0x2 36 #define CC_BIF_BX_FUSESTRAP0__STRAP_BIF_PX_CAPABLE__SHIFT 0x1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | aten.c | 30 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) 32 /* cont = 0 - access the IDE register file 36 static int cont_map[2] = { 0x08, 0x20 }; 42 r = regr + cont_map[cont] + 0x80; in aten_write_regr() 44 w0(r); w2(0xe); w2(6); w0(val); w2(7); w2(6); w2(0xc); in aten_write_regr() 51 r = regr + cont_map[cont] + 0x40; in aten_read_regr() 55 case 0: w0(r); w2(0xe); w2(6); in aten_read_regr() 56 w2(7); w2(6); w2(0); in aten_read_regr() 57 a = r1(); w0(0x10); b = r1(); w2(0xc); in aten_read_regr() 60 case 1: r |= 0x10; in aten_read_regr() [all …]
|