Searched +full:0 +full:x08020000 (Results  1 – 3 of 3) sorted by relevance
| /linux/drivers/media/i2c/cx25840/ | 
| H A D | cx25840-audio.c | 39 			 * VID_PLL Integer = 0x0f, VID_PLL Post Divider = 0x04  in cx25840_set_audclk_freq()40 			 * AUX_PLL Integer = 0x06, AUX PLL Post Divider = 0x10  in cx25840_set_audclk_freq()
 42 			cx25840_write4(client, 0x108, 0x1006040f);  in cx25840_set_audclk_freq()
 45 			 * VID_PLL Fraction (register 0x10c) = 0x2be2fe  in cx25840_set_audclk_freq()
 46 			 * 28636360 * 0xf.15f17f0/4 = 108 MHz  in cx25840_set_audclk_freq()
 51 			 * AUX_PLL Fraction = 0x1bb39ee  in cx25840_set_audclk_freq()
 52 			 * 28636363 * 0x6.dd9cf70/0x10 = 32000 * 384  in cx25840_set_audclk_freq()
 57 			cx25840_write4(client, 0x110, 0x01bb39ee);  in cx25840_set_audclk_freq()
 61 			 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider  in cx25840_set_audclk_freq()
 63 			cx25840_write(client, 0x127, 0x50);  in cx25840_set_audclk_freq()
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/memory-controllers/ | 
| H A D | st,stm32-fmc2-ebi.yaml | 51       <bank-number> 0 <address of the bank> <size>58   "^.*@[0-4],[a-f0-9]+$":
 82       reg = <0x58002000 0x1000>;
 86       ranges = <0 0 0x60000000 0x04000000>, /* EBI CS 1 */
 87                <1 0 0x64000000 0x04000000>, /* EBI CS 2 */
 88                <2 0 0x68000000 0x04000000>, /* EBI CS 3 */
 89                <3 0 0x6c000000 0x04000000>, /* EBI CS 4 */
 90                <4 0 0x80000000 0x10000000>; /* NAND */
 92       psram@0,0 {
 94         reg = <0 0x00000000 0x100000>;
 [all …]
 
 | 
| /linux/lib/crypto/ | 
| H A D | des.c | 30 	0x00, 0x00, 0x40, 0x04, 0x10, 0x10, 0x50, 0x14,31 	0x04, 0x40, 0x44, 0x44, 0x14, 0x50, 0x54, 0x54,
 32 	0x02, 0x02, 0x42, 0x06, 0x12, 0x12, 0x52, 0x16,
 33 	0x06, 0x42, 0x46, 0x46, 0x16, 0x52, 0x56, 0x56,
 34 	0x80, 0x08, 0xc0, 0x0c, 0x90, 0x18, 0xd0, 0x1c,
 35 	0x84, 0x48, 0xc4, 0x4c, 0x94, 0x58, 0xd4, 0x5c,
 36 	0x82, 0x0a, 0xc2, 0x0e, 0x92, 0x1a, 0xd2, 0x1e,
 37 	0x86, 0x4a, 0xc6, 0x4e, 0x96, 0x5a, 0xd6, 0x5e,
 38 	0x20, 0x20, 0x60, 0x24, 0x30, 0x30, 0x70, 0x34,
 39 	0x24, 0x60, 0x64, 0x64, 0x34, 0x70, 0x74, 0x74,
 [all …]
 
 |