| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | power-domain.yaml | 54 Number of cells in a PM domain specifier. Typically 0 for nodes 78 reg = <0x12340000 0x1000>; 88 reg = <0x12340000 0x1000>; 94 reg = <0x12341000 0x1000>; 95 power-domains = <&parent2 0>; 100 // Domains created by the 'child' power controller are subdomains of '0' power 106 reg = <0x12340000 0x1000>; 107 #power-domain-cells = <0>; 113 reg = <0x12341000 0x1000>; 115 #power-domain-cells = <0>;
|
| H A D | power_domain.txt | 34 reg = <0x12350000 0x1000>; 35 power-domains = <&power 0>; 41 reg = <0x12351000 0x1000>; 42 power-domains = <&power 0>, <&power 1> ; 47 located inside a PM domain with index 0 of a power controller represented by a 50 the first with index 0 and the second with index 1, of a power controller that 93 reg = <0x12340000 0x1000>; 100 reg = <0x12350000 0x1000>; 101 power-domains = <&power 0>; 107 reg = <0x12350000 0x1000>;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | M32R_002dDirectives.html | 87 <pre class="smallexample"> or3 r0, r0, #low(0x12345678) ; compute r0 = r0 | 0x5678 99 <pre class="smallexample"> seth r0, #high(0x12345678) ; compute r0 = 0x12340000 118 <pre class="smallexample"> seth r0, #shigh(0x12345678) ; compute r0 = 0x12340000 119 seth r0, #shigh(0x00008000) ; compute r0 = 0x00010000 122 <p>In the second example the lower 16-bits are 0x8000. If these are 124 becomes 0xffff8000. If this value is then added to 0x00010000 then 125 the result is 0x00008000. 134 <pre class="smallexample"> seth r0, #shigh(0x00008000) 135 add3 r0, r0, #low(0x00008000) 141 <pre class="smallexample"> seth r0, #shigh(0x00008000) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | M32R_002dDirectives.html | 87 <pre class="smallexample"> or3 r0, r0, #low(0x12345678) ; compute r0 = r0 | 0x5678 99 <pre class="smallexample"> seth r0, #high(0x12345678) ; compute r0 = 0x12340000 118 <pre class="smallexample"> seth r0, #shigh(0x12345678) ; compute r0 = 0x12340000 119 seth r0, #shigh(0x00008000) ; compute r0 = 0x00010000 122 <p>In the second example the lower 16-bits are 0x8000. If these are 124 becomes 0xffff8000. If this value is then added to 0x00010000 then 125 the result is 0x00008000. 134 <pre class="smallexample"> seth r0, #shigh(0x00008000) 135 add3 r0, r0, #low(0x00008000) 141 <pre class="smallexample"> seth r0, #shigh(0x00008000) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | swab.h | 14 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 15 (((__u16)(x) & (__u16)0xff00U) >> 8))) 18 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \ 19 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \ 20 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \ 21 (((__u32)(x) & (__u32)0xff000000UL) >> 24))) 24 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 25 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ 26 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 27 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | swab.h | 14 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 15 (((__u16)(x) & (__u16)0xff00U) >> 8))) 18 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \ 19 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \ 20 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \ 21 (((__u32)(x) & (__u32)0xff000000UL) >> 24))) 24 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 25 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ 26 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 27 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | swab.h | 15 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 16 (((__u16)(x) & (__u16)0xff00U) >> 8))) 19 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \ 20 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \ 21 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \ 22 (((__u32)(x) & (__u32)0xff000000UL) >> 24))) 25 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 26 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ 27 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 28 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_security.c | 17 #define CRC32_POLY 0x04c11db7 34 parc4ctx->x = 0; in arcfour_init() 35 parc4ctx->y = 0; in arcfour_init() 36 for (counter = 0; counter < 256; counter++) in arcfour_init() 38 keyindex = 0; in arcfour_init() 39 stateindex = 0; in arcfour_init() 40 for (counter = 0; counter < 256; counter++) { in arcfour_init() 42 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init() 47 keyindex = 0; in arcfour_init() 59 x = (parc4ctx->x + 1) & 0xff; in arcfour_byte() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 107 parc4ctx->x = 0; in arcfour_init() 108 parc4ctx->y = 0; in arcfour_init() 109 for (counter = 0; counter < 256; counter++) in arcfour_init() 111 keyindex = 0; in arcfour_init() 112 stateindex = 0; in arcfour_init() 113 for (counter = 0; counter < 256; counter++) { in arcfour_init() 115 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init() 120 keyindex = 0; in arcfour_init() 132 x = (parc4ctx->x + 1) & 0xff; in arcfour_byte() 134 y = (sx + parc4ctx->y) & 0xff; in arcfour_byte() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_security.c | 70 return 0; in security_type_bip_to_gmcs() 83 } while (0) 92 } while (0) 101 } while (0) 110 } while (0) 119 } while (0) 128 } while (0) 137 } while (0) 146 } while (0) 160 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_security.c | 70 return 0; in security_type_bip_to_gmcs() 83 } while (0) 92 } while (0) 101 } while (0) 110 } while (0) 119 } while (0) 128 } while (0) 137 } while (0) 146 } while (0) 160 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_security.c | 69 return 0; in security_type_bip_to_gmcs() 82 } while (0) 91 } while (0) 100 } while (0) 109 } while (0) 118 } while (0) 127 } while (0) 136 } while (0) 145 } while (0) 159 #define CRC32_POLY 0x04c11db7 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_security.c | 55 } while (0) 64 } while (0) 73 } while (0) 82 } while (0) 91 } while (0) 100 } while (0) 112 #define CRC32_POLY 0x04c11db7 130 parc4ctx->x = 0; in arcfour_init() 131 parc4ctx->y = 0; in arcfour_init() 132 for (counter = 0; counter < 256; counter++) in arcfour_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_security.c | 50 } while (0) 59 } while (0) 68 } while (0) 77 } while (0) 86 } while (0) 95 } while (0) 107 #define CRC32_POLY 0x04c11db7 124 parc4ctx->x = 0; in arcfour_init() 125 parc4ctx->y = 0; in arcfour_init() 126 for (counter = 0; counter < 256; counter++) in arcfour_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_security.c | 106 #define CRC32_POLY 0x04c11db7 125 parc4ctx->x = 0; in arcfour_init() 126 parc4ctx->y = 0; in arcfour_init() 127 for (counter = 0; counter < 256; counter++) in arcfour_init() 129 keyindex = 0; in arcfour_init() 130 stateindex = 0; in arcfour_init() 131 for (counter = 0; counter < 256; counter++) in arcfour_init() 134 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init() 139 keyindex = 0; in arcfour_init() 151 x = (parc4ctx->x + 1) & 0xff; in arcfour_byte() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_security.c | 106 #define CRC32_POLY 0x04c11db7 125 parc4ctx->x = 0; in arcfour_init() 126 parc4ctx->y = 0; in arcfour_init() 127 for (counter = 0; counter < 256; counter++) in arcfour_init() 129 keyindex = 0; in arcfour_init() 130 stateindex = 0; in arcfour_init() 131 for (counter = 0; counter < 256; counter++) in arcfour_init() 134 stateindex = (stateindex + key[keyindex] + t) & 0xff; in arcfour_init() 139 keyindex = 0; in arcfour_init() 151 x = (parc4ctx->x + 1) & 0xff; in arcfour_byte() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_security.c | 51 } while (0) 60 } while (0) 69 } while (0) 78 } while (0) 87 } while (0) 96 } while (0) 108 #define CRC32_POLY 0x04c11db7 125 parc4ctx->x = 0; in arcfour_init() 126 parc4ctx->y = 0; in arcfour_init() 127 for (counter = 0; counter < 256; counter++) in arcfour_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_security.c | 51 } while (0) 60 } while (0) 69 } while (0) 78 } while (0) 87 } while (0) 96 } while (0) 108 #define CRC32_POLY 0x04c11db7 125 parc4ctx->x = 0; in arcfour_init() 126 parc4ctx->y = 0; in arcfour_init() 127 for (counter = 0; counter < 256; counter++) in arcfour_init() [all …]
|