1 .. SPDX-License-Identifier: GFDL-1.1-no-invari !! 1 .. Permission is granted to copy, distribute and/or modify this >> 2 .. document under the terms of the GNU Free Documentation License, >> 3 .. Version 1.1 or any later version published by the Free Software >> 4 .. Foundation, with no Invariant Sections, no Front-Cover Texts >> 5 .. and no Back-Cover Texts. A copy of the license is included at >> 6 .. Documentation/userspace-api/media/fdl-appendix.rst. >> 7 .. >> 8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 2 9 3 .. _v4l2-pix-fmt-ipu3-sbggr10: 10 .. _v4l2-pix-fmt-ipu3-sbggr10: 4 .. _v4l2-pix-fmt-ipu3-sgbrg10: 11 .. _v4l2-pix-fmt-ipu3-sgbrg10: 5 .. _v4l2-pix-fmt-ipu3-sgrbg10: 12 .. _v4l2-pix-fmt-ipu3-sgrbg10: 6 .. _v4l2-pix-fmt-ipu3-srggb10: 13 .. _v4l2-pix-fmt-ipu3-srggb10: 7 14 8 ********************************************** 15 ********************************************************************************************************************************************** 9 V4L2_PIX_FMT_IPU3_SBGGR10 ('ip3b'), V4L2_PIX_F 16 V4L2_PIX_FMT_IPU3_SBGGR10 ('ip3b'), V4L2_PIX_FMT_IPU3_SGBRG10 ('ip3g'), V4L2_PIX_FMT_IPU3_SGRBG10 ('ip3G'), V4L2_PIX_FMT_IPU3_SRGGB10 ('ip3r') 10 ********************************************** 17 ********************************************************************************************************************************************** 11 18 12 ==================== << 13 10-bit Bayer formats 19 10-bit Bayer formats 14 ==================== << 15 20 16 Description 21 Description 17 =========== 22 =========== 18 23 19 These four pixel formats are used by Intel IPU 24 These four pixel formats are used by Intel IPU3 driver, they are raw 20 sRGB / Bayer formats with 10 bits per sample w 25 sRGB / Bayer formats with 10 bits per sample with every 25 pixels packed 21 to 32 bytes leaving 6 most significant bits pa 26 to 32 bytes leaving 6 most significant bits padding in the last byte. 22 The format is little endian. 27 The format is little endian. 23 28 24 In other respects this format is similar to :r 29 In other respects this format is similar to :ref:`V4L2-PIX-FMT-SRGGB10`. 25 Below is an example of a small image in V4L2_P 30 Below is an example of a small image in V4L2_PIX_FMT_IPU3_SBGGR10 format. 26 31 27 **Byte Order.** 32 **Byte Order.** 28 Each cell is one byte. 33 Each cell is one byte. 29 34 30 .. raw:: latex !! 35 .. tabularcolumns:: |p{0.8cm}|p{4.0cm}|p{4.0cm}|p{4.0cm}|p{4.0cm}| 31 << 32 \small << 33 << 34 .. tabularcolumns:: |p{0.8cm}|p{3.3cm}|p{3.3cm << 35 36 36 .. flat-table:: 37 .. flat-table:: 37 38 38 * - start + 0: 39 * - start + 0: 39 - B\ :sub:`0000low` 40 - B\ :sub:`0000low` 40 - G\ :sub:`0001low`\ (bits 7--2) 41 - G\ :sub:`0001low`\ (bits 7--2) 41 42 42 B\ :sub:`0000high`\ (bits 1--0) 43 B\ :sub:`0000high`\ (bits 1--0) 43 - B\ :sub:`0002low`\ (bits 7--4) 44 - B\ :sub:`0002low`\ (bits 7--4) 44 45 45 G\ :sub:`0001high`\ (bits 3--0) 46 G\ :sub:`0001high`\ (bits 3--0) 46 - G\ :sub:`0003low`\ (bits 7--6) 47 - G\ :sub:`0003low`\ (bits 7--6) 47 48 48 B\ :sub:`0002high`\ (bits 5--0) 49 B\ :sub:`0002high`\ (bits 5--0) 49 * - start + 4: 50 * - start + 4: 50 - G\ :sub:`0003high` 51 - G\ :sub:`0003high` 51 - B\ :sub:`0004low` 52 - B\ :sub:`0004low` 52 - G\ :sub:`0005low`\ (bits 7--2) 53 - G\ :sub:`0005low`\ (bits 7--2) 53 54 54 B\ :sub:`0004high`\ (bits 1--0) 55 B\ :sub:`0004high`\ (bits 1--0) 55 - B\ :sub:`0006low`\ (bits 7--4) 56 - B\ :sub:`0006low`\ (bits 7--4) 56 57 57 G\ :sub:`0005high`\ (bits 3--0) 58 G\ :sub:`0005high`\ (bits 3--0) 58 * - start + 8: 59 * - start + 8: 59 - G\ :sub:`0007low`\ (bits 7--6) 60 - G\ :sub:`0007low`\ (bits 7--6) 60 61 61 B\ :sub:`0006high`\ (bits 5--0) 62 B\ :sub:`0006high`\ (bits 5--0) 62 - G\ :sub:`0007high` 63 - G\ :sub:`0007high` 63 - B\ :sub:`0008low` 64 - B\ :sub:`0008low` 64 - G\ :sub:`0009low`\ (bits 7--2) 65 - G\ :sub:`0009low`\ (bits 7--2) 65 66 66 B\ :sub:`0008high`\ (bits 1--0) 67 B\ :sub:`0008high`\ (bits 1--0) 67 * - start + 12: 68 * - start + 12: 68 - B\ :sub:`0010low`\ (bits 7--4) 69 - B\ :sub:`0010low`\ (bits 7--4) 69 70 70 G\ :sub:`0009high`\ (bits 3--0) 71 G\ :sub:`0009high`\ (bits 3--0) 71 - G\ :sub:`0011low`\ (bits 7--6) 72 - G\ :sub:`0011low`\ (bits 7--6) 72 73 73 B\ :sub:`0010high`\ (bits 5--0) 74 B\ :sub:`0010high`\ (bits 5--0) 74 - G\ :sub:`0011high` 75 - G\ :sub:`0011high` 75 - B\ :sub:`0012low` 76 - B\ :sub:`0012low` 76 * - start + 16: 77 * - start + 16: 77 - G\ :sub:`0013low`\ (bits 7--2) 78 - G\ :sub:`0013low`\ (bits 7--2) 78 79 79 B\ :sub:`0012high`\ (bits 1--0) 80 B\ :sub:`0012high`\ (bits 1--0) 80 - B\ :sub:`0014low`\ (bits 7--4) 81 - B\ :sub:`0014low`\ (bits 7--4) 81 82 82 G\ :sub:`0013high`\ (bits 3--0) 83 G\ :sub:`0013high`\ (bits 3--0) 83 - G\ :sub:`0015low`\ (bits 7--6) 84 - G\ :sub:`0015low`\ (bits 7--6) 84 85 85 B\ :sub:`0014high`\ (bits 5--0) 86 B\ :sub:`0014high`\ (bits 5--0) 86 - G\ :sub:`0015high` 87 - G\ :sub:`0015high` 87 * - start + 20 88 * - start + 20 88 - B\ :sub:`0016low` 89 - B\ :sub:`0016low` 89 - G\ :sub:`0017low`\ (bits 7--2) 90 - G\ :sub:`0017low`\ (bits 7--2) 90 91 91 B\ :sub:`0016high`\ (bits 1--0) 92 B\ :sub:`0016high`\ (bits 1--0) 92 - B\ :sub:`0018low`\ (bits 7--4) 93 - B\ :sub:`0018low`\ (bits 7--4) 93 94 94 G\ :sub:`0017high`\ (bits 3--0) 95 G\ :sub:`0017high`\ (bits 3--0) 95 - G\ :sub:`0019low`\ (bits 7--6) 96 - G\ :sub:`0019low`\ (bits 7--6) 96 97 97 B\ :sub:`0018high`\ (bits 5--0) 98 B\ :sub:`0018high`\ (bits 5--0) 98 * - start + 24: 99 * - start + 24: 99 - G\ :sub:`0019high` 100 - G\ :sub:`0019high` 100 - B\ :sub:`0020low` 101 - B\ :sub:`0020low` 101 - G\ :sub:`0021low`\ (bits 7--2) 102 - G\ :sub:`0021low`\ (bits 7--2) 102 103 103 B\ :sub:`0020high`\ (bits 1--0) 104 B\ :sub:`0020high`\ (bits 1--0) 104 - B\ :sub:`0022low`\ (bits 7--4) 105 - B\ :sub:`0022low`\ (bits 7--4) 105 106 106 G\ :sub:`0021high`\ (bits 3--0) 107 G\ :sub:`0021high`\ (bits 3--0) 107 * - start + 28: 108 * - start + 28: 108 - G\ :sub:`0023low`\ (bits 7--6) 109 - G\ :sub:`0023low`\ (bits 7--6) 109 110 110 B\ :sub:`0022high`\ (bits 5--0) 111 B\ :sub:`0022high`\ (bits 5--0) 111 - G\ :sub:`0023high` 112 - G\ :sub:`0023high` 112 - B\ :sub:`0024low` 113 - B\ :sub:`0024low` 113 - B\ :sub:`0024high`\ (bits 1--0) 114 - B\ :sub:`0024high`\ (bits 1--0) 114 * - start + 32: 115 * - start + 32: 115 - G\ :sub:`0100low` 116 - G\ :sub:`0100low` 116 - R\ :sub:`0101low`\ (bits 7--2) 117 - R\ :sub:`0101low`\ (bits 7--2) 117 118 118 G\ :sub:`0100high`\ (bits 1--0) 119 G\ :sub:`0100high`\ (bits 1--0) 119 - G\ :sub:`0102low`\ (bits 7--4) 120 - G\ :sub:`0102low`\ (bits 7--4) 120 121 121 R\ :sub:`0101high`\ (bits 3--0) 122 R\ :sub:`0101high`\ (bits 3--0) 122 - R\ :sub:`0103low`\ (bits 7--6) 123 - R\ :sub:`0103low`\ (bits 7--6) 123 124 124 G\ :sub:`0102high`\ (bits 5--0) 125 G\ :sub:`0102high`\ (bits 5--0) 125 * - start + 36: 126 * - start + 36: 126 - R\ :sub:`0103high` 127 - R\ :sub:`0103high` 127 - G\ :sub:`0104low` 128 - G\ :sub:`0104low` 128 - R\ :sub:`0105low`\ (bits 7--2) 129 - R\ :sub:`0105low`\ (bits 7--2) 129 130 130 G\ :sub:`0104high`\ (bits 1--0) 131 G\ :sub:`0104high`\ (bits 1--0) 131 - G\ :sub:`0106low`\ (bits 7--4) 132 - G\ :sub:`0106low`\ (bits 7--4) 132 133 133 R\ :sub:`0105high`\ (bits 3--0) 134 R\ :sub:`0105high`\ (bits 3--0) 134 * - start + 40: 135 * - start + 40: 135 - R\ :sub:`0107low`\ (bits 7--6) 136 - R\ :sub:`0107low`\ (bits 7--6) 136 137 137 G\ :sub:`0106high`\ (bits 5--0) 138 G\ :sub:`0106high`\ (bits 5--0) 138 - R\ :sub:`0107high` 139 - R\ :sub:`0107high` 139 - G\ :sub:`0108low` 140 - G\ :sub:`0108low` 140 - R\ :sub:`0109low`\ (bits 7--2) 141 - R\ :sub:`0109low`\ (bits 7--2) 141 142 142 G\ :sub:`0108high`\ (bits 1--0) 143 G\ :sub:`0108high`\ (bits 1--0) 143 * - start + 44: 144 * - start + 44: 144 - G\ :sub:`0110low`\ (bits 7--4) 145 - G\ :sub:`0110low`\ (bits 7--4) 145 146 146 R\ :sub:`0109high`\ (bits 3--0) 147 R\ :sub:`0109high`\ (bits 3--0) 147 - R\ :sub:`0111low`\ (bits 7--6) 148 - R\ :sub:`0111low`\ (bits 7--6) 148 149 149 G\ :sub:`0110high`\ (bits 5--0) 150 G\ :sub:`0110high`\ (bits 5--0) 150 - R\ :sub:`0111high` 151 - R\ :sub:`0111high` 151 - G\ :sub:`0112low` 152 - G\ :sub:`0112low` 152 * - start + 48: 153 * - start + 48: 153 - R\ :sub:`0113low`\ (bits 7--2) 154 - R\ :sub:`0113low`\ (bits 7--2) 154 155 155 G\ :sub:`0112high`\ (bits 1--0) 156 G\ :sub:`0112high`\ (bits 1--0) 156 - G\ :sub:`0114low`\ (bits 7--4) 157 - G\ :sub:`0114low`\ (bits 7--4) 157 158 158 R\ :sub:`0113high`\ (bits 3--0) 159 R\ :sub:`0113high`\ (bits 3--0) 159 - R\ :sub:`0115low`\ (bits 7--6) 160 - R\ :sub:`0115low`\ (bits 7--6) 160 161 161 G\ :sub:`0114high`\ (bits 5--0) 162 G\ :sub:`0114high`\ (bits 5--0) 162 - R\ :sub:`0115high` 163 - R\ :sub:`0115high` 163 * - start + 52: 164 * - start + 52: 164 - G\ :sub:`0116low` 165 - G\ :sub:`0116low` 165 - R\ :sub:`0117low`\ (bits 7--2) 166 - R\ :sub:`0117low`\ (bits 7--2) 166 167 167 G\ :sub:`0116high`\ (bits 1--0) 168 G\ :sub:`0116high`\ (bits 1--0) 168 - G\ :sub:`0118low`\ (bits 7--4) 169 - G\ :sub:`0118low`\ (bits 7--4) 169 170 170 R\ :sub:`0117high`\ (bits 3--0) 171 R\ :sub:`0117high`\ (bits 3--0) 171 - R\ :sub:`0119low`\ (bits 7--6) 172 - R\ :sub:`0119low`\ (bits 7--6) 172 173 173 G\ :sub:`0118high`\ (bits 5--0) 174 G\ :sub:`0118high`\ (bits 5--0) 174 * - start + 56: 175 * - start + 56: 175 - R\ :sub:`0119high` 176 - R\ :sub:`0119high` 176 - G\ :sub:`0120low` 177 - G\ :sub:`0120low` 177 - R\ :sub:`0121low`\ (bits 7--2) 178 - R\ :sub:`0121low`\ (bits 7--2) 178 179 179 G\ :sub:`0120high`\ (bits 1--0) 180 G\ :sub:`0120high`\ (bits 1--0) 180 - G\ :sub:`0122low`\ (bits 7--4) 181 - G\ :sub:`0122low`\ (bits 7--4) 181 182 182 R\ :sub:`0121high`\ (bits 3--0) 183 R\ :sub:`0121high`\ (bits 3--0) 183 * - start + 60: 184 * - start + 60: 184 - R\ :sub:`0123low`\ (bits 7--6) 185 - R\ :sub:`0123low`\ (bits 7--6) 185 186 186 G\ :sub:`0122high`\ (bits 5--0) 187 G\ :sub:`0122high`\ (bits 5--0) 187 - R\ :sub:`0123high` 188 - R\ :sub:`0123high` 188 - G\ :sub:`0124low` 189 - G\ :sub:`0124low` 189 - G\ :sub:`0124high`\ (bits 1--0) 190 - G\ :sub:`0124high`\ (bits 1--0) 190 * - start + 64: 191 * - start + 64: 191 - B\ :sub:`0200low` 192 - B\ :sub:`0200low` 192 - G\ :sub:`0201low`\ (bits 7--2) 193 - G\ :sub:`0201low`\ (bits 7--2) 193 194 194 B\ :sub:`0200high`\ (bits 1--0) 195 B\ :sub:`0200high`\ (bits 1--0) 195 - B\ :sub:`0202low`\ (bits 7--4) 196 - B\ :sub:`0202low`\ (bits 7--4) 196 197 197 G\ :sub:`0201high`\ (bits 3--0) 198 G\ :sub:`0201high`\ (bits 3--0) 198 - G\ :sub:`0203low`\ (bits 7--6) 199 - G\ :sub:`0203low`\ (bits 7--6) 199 200 200 B\ :sub:`0202high`\ (bits 5--0) 201 B\ :sub:`0202high`\ (bits 5--0) 201 * - start + 68: 202 * - start + 68: 202 - G\ :sub:`0203high` 203 - G\ :sub:`0203high` 203 - B\ :sub:`0204low` 204 - B\ :sub:`0204low` 204 - G\ :sub:`0205low`\ (bits 7--2) 205 - G\ :sub:`0205low`\ (bits 7--2) 205 206 206 B\ :sub:`0204high`\ (bits 1--0) 207 B\ :sub:`0204high`\ (bits 1--0) 207 - B\ :sub:`0206low`\ (bits 7--4) 208 - B\ :sub:`0206low`\ (bits 7--4) 208 209 209 G\ :sub:`0205high`\ (bits 3--0) 210 G\ :sub:`0205high`\ (bits 3--0) 210 * - start + 72: 211 * - start + 72: 211 - G\ :sub:`0207low`\ (bits 7--6) 212 - G\ :sub:`0207low`\ (bits 7--6) 212 213 213 B\ :sub:`0206high`\ (bits 5--0) 214 B\ :sub:`0206high`\ (bits 5--0) 214 - G\ :sub:`0207high` 215 - G\ :sub:`0207high` 215 - B\ :sub:`0208low` 216 - B\ :sub:`0208low` 216 - G\ :sub:`0209low`\ (bits 7--2) 217 - G\ :sub:`0209low`\ (bits 7--2) 217 218 218 B\ :sub:`0208high`\ (bits 1--0) 219 B\ :sub:`0208high`\ (bits 1--0) 219 * - start + 76: 220 * - start + 76: 220 - B\ :sub:`0210low`\ (bits 7--4) 221 - B\ :sub:`0210low`\ (bits 7--4) 221 222 222 G\ :sub:`0209high`\ (bits 3--0) 223 G\ :sub:`0209high`\ (bits 3--0) 223 - G\ :sub:`0211low`\ (bits 7--6) 224 - G\ :sub:`0211low`\ (bits 7--6) 224 225 225 B\ :sub:`0210high`\ (bits 5--0) 226 B\ :sub:`0210high`\ (bits 5--0) 226 - G\ :sub:`0211high` 227 - G\ :sub:`0211high` 227 - B\ :sub:`0212low` 228 - B\ :sub:`0212low` 228 * - start + 80: 229 * - start + 80: 229 - G\ :sub:`0213low`\ (bits 7--2) 230 - G\ :sub:`0213low`\ (bits 7--2) 230 231 231 B\ :sub:`0212high`\ (bits 1--0) 232 B\ :sub:`0212high`\ (bits 1--0) 232 - B\ :sub:`0214low`\ (bits 7--4) 233 - B\ :sub:`0214low`\ (bits 7--4) 233 234 234 G\ :sub:`0213high`\ (bits 3--0) 235 G\ :sub:`0213high`\ (bits 3--0) 235 - G\ :sub:`0215low`\ (bits 7--6) 236 - G\ :sub:`0215low`\ (bits 7--6) 236 237 237 B\ :sub:`0214high`\ (bits 5--0) 238 B\ :sub:`0214high`\ (bits 5--0) 238 - G\ :sub:`0215high` 239 - G\ :sub:`0215high` 239 * - start + 84: 240 * - start + 84: 240 - B\ :sub:`0216low` 241 - B\ :sub:`0216low` 241 - G\ :sub:`0217low`\ (bits 7--2) 242 - G\ :sub:`0217low`\ (bits 7--2) 242 243 243 B\ :sub:`0216high`\ (bits 1--0) 244 B\ :sub:`0216high`\ (bits 1--0) 244 - B\ :sub:`0218low`\ (bits 7--4) 245 - B\ :sub:`0218low`\ (bits 7--4) 245 246 246 G\ :sub:`0217high`\ (bits 3--0) 247 G\ :sub:`0217high`\ (bits 3--0) 247 - G\ :sub:`0219low`\ (bits 7--6) 248 - G\ :sub:`0219low`\ (bits 7--6) 248 249 249 B\ :sub:`0218high`\ (bits 5--0) 250 B\ :sub:`0218high`\ (bits 5--0) 250 * - start + 88: 251 * - start + 88: 251 - G\ :sub:`0219high` 252 - G\ :sub:`0219high` 252 - B\ :sub:`0220low` 253 - B\ :sub:`0220low` 253 - G\ :sub:`0221low`\ (bits 7--2) 254 - G\ :sub:`0221low`\ (bits 7--2) 254 255 255 B\ :sub:`0220high`\ (bits 1--0) 256 B\ :sub:`0220high`\ (bits 1--0) 256 - B\ :sub:`0222low`\ (bits 7--4) 257 - B\ :sub:`0222low`\ (bits 7--4) 257 258 258 G\ :sub:`0221high`\ (bits 3--0) 259 G\ :sub:`0221high`\ (bits 3--0) 259 * - start + 92: 260 * - start + 92: 260 - G\ :sub:`0223low`\ (bits 7--6) 261 - G\ :sub:`0223low`\ (bits 7--6) 261 262 262 B\ :sub:`0222high`\ (bits 5--0) 263 B\ :sub:`0222high`\ (bits 5--0) 263 - G\ :sub:`0223high` 264 - G\ :sub:`0223high` 264 - B\ :sub:`0224low` 265 - B\ :sub:`0224low` 265 - B\ :sub:`0224high`\ (bits 1--0) 266 - B\ :sub:`0224high`\ (bits 1--0) 266 * - start + 96: 267 * - start + 96: 267 - G\ :sub:`0300low` 268 - G\ :sub:`0300low` 268 - R\ :sub:`0301low`\ (bits 7--2) 269 - R\ :sub:`0301low`\ (bits 7--2) 269 270 270 G\ :sub:`0300high`\ (bits 1--0) 271 G\ :sub:`0300high`\ (bits 1--0) 271 - G\ :sub:`0302low`\ (bits 7--4) 272 - G\ :sub:`0302low`\ (bits 7--4) 272 273 273 R\ :sub:`0301high`\ (bits 3--0) 274 R\ :sub:`0301high`\ (bits 3--0) 274 - R\ :sub:`0303low`\ (bits 7--6) 275 - R\ :sub:`0303low`\ (bits 7--6) 275 276 276 G\ :sub:`0302high`\ (bits 5--0) 277 G\ :sub:`0302high`\ (bits 5--0) 277 * - start + 100: 278 * - start + 100: 278 - R\ :sub:`0303high` 279 - R\ :sub:`0303high` 279 - G\ :sub:`0304low` 280 - G\ :sub:`0304low` 280 - R\ :sub:`0305low`\ (bits 7--2) 281 - R\ :sub:`0305low`\ (bits 7--2) 281 282 282 G\ :sub:`0304high`\ (bits 1--0) 283 G\ :sub:`0304high`\ (bits 1--0) 283 - G\ :sub:`0306low`\ (bits 7--4) 284 - G\ :sub:`0306low`\ (bits 7--4) 284 285 285 R\ :sub:`0305high`\ (bits 3--0) 286 R\ :sub:`0305high`\ (bits 3--0) 286 * - start + 104: 287 * - start + 104: 287 - R\ :sub:`0307low`\ (bits 7--6) 288 - R\ :sub:`0307low`\ (bits 7--6) 288 289 289 G\ :sub:`0306high`\ (bits 5--0) 290 G\ :sub:`0306high`\ (bits 5--0) 290 - R\ :sub:`0307high` 291 - R\ :sub:`0307high` 291 - G\ :sub:`0308low` 292 - G\ :sub:`0308low` 292 - R\ :sub:`0309low`\ (bits 7--2) 293 - R\ :sub:`0309low`\ (bits 7--2) 293 294 294 G\ :sub:`0308high`\ (bits 1--0) 295 G\ :sub:`0308high`\ (bits 1--0) 295 * - start + 108: 296 * - start + 108: 296 - G\ :sub:`0310low`\ (bits 7--4) 297 - G\ :sub:`0310low`\ (bits 7--4) 297 298 298 R\ :sub:`0309high`\ (bits 3--0) 299 R\ :sub:`0309high`\ (bits 3--0) 299 - R\ :sub:`0311low`\ (bits 7--6) 300 - R\ :sub:`0311low`\ (bits 7--6) 300 301 301 G\ :sub:`0310high`\ (bits 5--0) 302 G\ :sub:`0310high`\ (bits 5--0) 302 - R\ :sub:`0311high` 303 - R\ :sub:`0311high` 303 - G\ :sub:`0312low` 304 - G\ :sub:`0312low` 304 * - start + 112: 305 * - start + 112: 305 - R\ :sub:`0313low`\ (bits 7--2) 306 - R\ :sub:`0313low`\ (bits 7--2) 306 307 307 G\ :sub:`0312high`\ (bits 1--0) 308 G\ :sub:`0312high`\ (bits 1--0) 308 - G\ :sub:`0314low`\ (bits 7--4) 309 - G\ :sub:`0314low`\ (bits 7--4) 309 310 310 R\ :sub:`0313high`\ (bits 3--0) 311 R\ :sub:`0313high`\ (bits 3--0) 311 - R\ :sub:`0315low`\ (bits 7--6) 312 - R\ :sub:`0315low`\ (bits 7--6) 312 313 313 G\ :sub:`0314high`\ (bits 5--0) 314 G\ :sub:`0314high`\ (bits 5--0) 314 - R\ :sub:`0315high` 315 - R\ :sub:`0315high` 315 * - start + 116: 316 * - start + 116: 316 - G\ :sub:`0316low` 317 - G\ :sub:`0316low` 317 - R\ :sub:`0317low`\ (bits 7--2) 318 - R\ :sub:`0317low`\ (bits 7--2) 318 319 319 G\ :sub:`0316high`\ (bits 1--0) 320 G\ :sub:`0316high`\ (bits 1--0) 320 - G\ :sub:`0318low`\ (bits 7--4) 321 - G\ :sub:`0318low`\ (bits 7--4) 321 322 322 R\ :sub:`0317high`\ (bits 3--0) 323 R\ :sub:`0317high`\ (bits 3--0) 323 - R\ :sub:`0319low`\ (bits 7--6) 324 - R\ :sub:`0319low`\ (bits 7--6) 324 325 325 G\ :sub:`0318high`\ (bits 5--0) 326 G\ :sub:`0318high`\ (bits 5--0) 326 * - start + 120: 327 * - start + 120: 327 - R\ :sub:`0319high` 328 - R\ :sub:`0319high` 328 - G\ :sub:`0320low` 329 - G\ :sub:`0320low` 329 - R\ :sub:`0321low`\ (bits 7--2) 330 - R\ :sub:`0321low`\ (bits 7--2) 330 331 331 G\ :sub:`0320high`\ (bits 1--0) 332 G\ :sub:`0320high`\ (bits 1--0) 332 - G\ :sub:`0322low`\ (bits 7--4) 333 - G\ :sub:`0322low`\ (bits 7--4) 333 334 334 R\ :sub:`0321high`\ (bits 3--0) 335 R\ :sub:`0321high`\ (bits 3--0) 335 * - start + 124: 336 * - start + 124: 336 - R\ :sub:`0323low`\ (bits 7--6) 337 - R\ :sub:`0323low`\ (bits 7--6) 337 338 338 G\ :sub:`0322high`\ (bits 5--0) 339 G\ :sub:`0322high`\ (bits 5--0) 339 - R\ :sub:`0323high` 340 - R\ :sub:`0323high` 340 - G\ :sub:`0324low` 341 - G\ :sub:`0324low` 341 - G\ :sub:`0324high`\ (bits 1--0) 342 - G\ :sub:`0324high`\ (bits 1--0) 342 << 343 .. raw:: latex << 344 << 345 \normalsize <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.