| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | imx8qxp-colibri.dtsi | 27 #size-cells = <0>; 30 pinctrl-0 = <&pinctrl_i2c0>, <&pinctrl_sgtl5000_usb_clk>; 37 pinctrl-0 = <&pinctrl_ad7879_int>; 38 reg = <0x2c>; 54 #size-cells = <0>; 57 pinctrl-0 = <&pinctrl_i2c1>; 63 pinctrl-0 = <&pinctrl_lpuart0>; 69 pinctrl-0 = <&pinctrl_lpuart2>; 75 pinctrl-0 = <&pinctrl_lpuart3>, <&pinctrl_lpuart3_ctrl>; 81 pinctrl-0 = <&pinctrl_fec1>; [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | gpio.h | 19 #define PIN_BASE 0 25 #define AT91_PIN_PA0 (PIN_BASE + 0x00 + 0) 26 #define AT91_PIN_PA1 (PIN_BASE + 0x00 + 1) 27 #define AT91_PIN_PA2 (PIN_BASE + 0x00 + 2) 28 #define AT91_PIN_PA3 (PIN_BASE + 0x00 + 3) 29 #define AT91_PIN_PA4 (PIN_BASE + 0x00 + 4) 30 #define AT91_PIN_PA5 (PIN_BASE + 0x00 + 5) 31 #define AT91_PIN_PA6 (PIN_BASE + 0x00 + 6) 32 #define AT91_PIN_PA7 (PIN_BASE + 0x00 + 7) 33 #define AT91_PIN_PA8 (PIN_BASE + 0x00 + 8) [all …]
|
| /OK3568_Linux_fs/kernel/lib/fonts/ |
| H A D | font_acorn_8x8.c | 9 { 0, 0, FONTDATAMAX, 0 }, { 10 /* 00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* ^@ */ 11 /* 01 */ 0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e, /* ^A */ 12 /* 02 */ 0x7e, 0xff, 0xbd, 0xff, 0xc3, 0xe7, 0xff, 0x7e, /* ^B */ 13 /* 03 */ 0x6c, 0xfe, 0xfe, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^C */ 14 /* 04 */ 0x10, 0x38, 0x7c, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^D */ 15 /* 05 */ 0x00, 0x18, 0x3c, 0xe7, 0xe7, 0x3c, 0x18, 0x00, /* ^E */ 16 /* 06 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 17 /* 07 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 18 /* 08 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, [all …]
|
| H A D | font_sun12x22.c | 7 { 0, 0, FONTDATAMAX, 0 }, { 8 /* 0 0x00 '^@' */ 9 0x00, 0x00, /* 000000000000 */ 10 0x00, 0x00, /* 000000000000 */ 11 0x00, 0x00, /* 000000000000 */ 12 0x00, 0x00, /* 000000000000 */ 13 0x00, 0x00, /* 000000000000 */ 14 0x00, 0x00, /* 000000000000 */ 15 0x00, 0x00, /* 000000000000 */ 16 0x00, 0x00, /* 000000000000 */ [all …]
|
| H A D | font_sun8x16.c | 7 { 0, 0, FONTDATAMAX, 0 }, { 8 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 9 /* */ 0x00,0x00,0x7e,0x81,0xa5,0x81,0x81,0xbd,0x99,0x81,0x81,0x7e,0x00,0x00,0x00,0x00, 10 /* */ 0x00,0x00,0x7e,0xff,0xdb,0xff,0xff,0xc3,0xe7,0xff,0xff,0x7e,0x00,0x00,0x00,0x00, 11 /* */ 0x00,0x00,0x00,0x00,0x6c,0xfe,0xfe,0xfe,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00, 12 /* */ 0x00,0x00,0x00,0x00,0x10,0x38,0x7c,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00,0x00, 13 /* */ 0x00,0x00,0x00,0x18,0x3c,0x3c,0xe7,0xe7,0xe7,0x18,0x18,0x3c,0x00,0x00,0x00,0x00, 14 /* */ 0x00,0x00,0x00,0x18,0x3c,0x7e,0xff,0xff,0x7e,0x18,0x18,0x3c,0x00,0x00,0x00,0x00, 15 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x3c,0x3c,0x18,0x00,0x00,0x00,0x00,0x00,0x00, 16 /* */ 0xff,0xff,0xff,0xff,0xff,0xff,0xe7,0xc3,0xc3,0xe7,0xff,0xff,0xff,0xff,0xff,0xff, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | dma.c | 35 [REVISION] = { 0x0000, 0x00, OMAP_DMA_REG_32BIT }, 36 [GCR] = { 0x0078, 0x00, OMAP_DMA_REG_32BIT }, 37 [IRQSTATUS_L0] = { 0x0008, 0x00, OMAP_DMA_REG_32BIT }, 38 [IRQSTATUS_L1] = { 0x000c, 0x00, OMAP_DMA_REG_32BIT }, 39 [IRQSTATUS_L2] = { 0x0010, 0x00, OMAP_DMA_REG_32BIT }, 40 [IRQSTATUS_L3] = { 0x0014, 0x00, OMAP_DMA_REG_32BIT }, 41 [IRQENABLE_L0] = { 0x0018, 0x00, OMAP_DMA_REG_32BIT }, 42 [IRQENABLE_L1] = { 0x001c, 0x00, OMAP_DMA_REG_32BIT }, 43 [IRQENABLE_L2] = { 0x0020, 0x00, OMAP_DMA_REG_32BIT }, 44 [IRQENABLE_L3] = { 0x0024, 0x00, OMAP_DMA_REG_32BIT }, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/fw_ax/rtl8852b/ |
| H A D | hal8852b_fw_u1.c | 25 0x01, 0x01, 0x52, 0x88, 0x00, 0x04, 0x0D, 0x00, 26 0xC2, 0xD3, 0x89, 0x04, 0x20, 0x10, 0x40, 0x00, 27 0x05, 0x0B, 0x0E, 0x1B, 0xE5, 0x07, 0x00, 0x00, 28 0x00, 0x02, 0x20, 0x00, 0xF8, 0x07, 0x00, 0x00, 29 0x00, 0x00, 0x97, 0xB8, 0xC8, 0x07, 0x02, 0x12, 30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 31 0x00, 0x00, 0xE1, 0xB8, 0x00, 0x37, 0x00, 0x11, 32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 33 0xFC, 0x63, 0x07, 0x62, 0xF7, 0xF0, 0x01, 0x6A, 34 0x40, 0x32, 0xF7, 0xF0, 0x01, 0x6C, 0xF7, 0xF0, [all …]
|
| H A D | hal8852b_fw.c | 25 0x02, 0x01, 0x52, 0x88, 0x00, 0x05, 0x24, 0x00, 26 0x0C, 0xA4, 0x2B, 0x19, 0x20, 0x10, 0x50, 0x00, 27 0x0B, 0x1D, 0x0A, 0x31, 0xE5, 0x07, 0x00, 0x00, 28 0x00, 0x03, 0x10, 0x00, 0xF8, 0x07, 0x00, 0x00, 29 0x00, 0x00, 0x97, 0xB8, 0xF8, 0xEF, 0x03, 0x02, 30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 31 0x00, 0x20, 0xE1, 0xB8, 0xA0, 0x2D, 0x00, 0x01, 32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 33 0x00, 0x7C, 0xE1, 0xB8, 0x00, 0x08, 0x00, 0x09, 34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/fw_ax/rtl8852b/ |
| H A D | hal8852b_fw_u1.c | 25 0x01, 0x01, 0x52, 0x88, 0x00, 0x04, 0x0D, 0x00, 26 0xC2, 0xD3, 0x89, 0x04, 0x20, 0x10, 0x40, 0x00, 27 0x05, 0x0B, 0x0E, 0x1B, 0xE5, 0x07, 0x00, 0x00, 28 0x00, 0x02, 0x20, 0x00, 0xF8, 0x07, 0x00, 0x00, 29 0x00, 0x00, 0x97, 0xB8, 0xC8, 0x07, 0x02, 0x12, 30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 31 0x00, 0x00, 0xE1, 0xB8, 0x00, 0x37, 0x00, 0x11, 32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 33 0xFC, 0x63, 0x07, 0x62, 0xF7, 0xF0, 0x01, 0x6A, 34 0x40, 0x32, 0xF7, 0xF0, 0x01, 0x6C, 0xF7, 0xF0, [all …]
|
| H A D | hal8852b_fw.c | 25 0x02, 0x01, 0x52, 0x88, 0x00, 0x05, 0x24, 0x00, 26 0x0C, 0xA4, 0x2B, 0x19, 0x20, 0x10, 0x50, 0x00, 27 0x0B, 0x1D, 0x0A, 0x31, 0xE5, 0x07, 0x00, 0x00, 28 0x00, 0x03, 0x10, 0x00, 0xF8, 0x07, 0x00, 0x00, 29 0x00, 0x00, 0x97, 0xB8, 0xF8, 0xEF, 0x03, 0x02, 30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 31 0x00, 0x20, 0xE1, 0xB8, 0xA0, 0x2D, 0x00, 0x01, 32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 33 0x00, 0x7C, 0xE1, 0xB8, 0x00, 0x08, 0x00, 0x09, 34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | MA50_HIDoverI2C_570B.cfg | 1 0xc0, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0… 2 0x80, 0x08, 0x1e, 0x00, 0x00, 0x01, 0xa9, 0x02, 0x02, 0x00, 0x03, 0x00, 0x43, 0x00, 0x04, 0x00, 0xf… 3 0xc0, 0x08, 0x05, 0x0d, 0x09, 0x04, 0xa1, 0x01, 0x85, 0x01, 0x09, 0x22, 0xa1, 0x02, 0x09, 0x42, 0x1… 4 0x00, 0x09, 0x49, 0x81, 0x02, 0x95, 0x01, 0x05, 0x01, 0xa4, 0x26, 0x70, 0x0b, 0x75, 0x10, 0x55, 0x0… 5 0x40, 0x09, 0x03, 0x75, 0x08, 0x95, 0x20, 0x09, 0x01, 0x91, 0x02, 0xc0, 0x06, 0x00, 0xff, 0x09, 0x0… 6 0x80, 0x09, 0xb4, 0x05, 0x0d, 0x09, 0x30, 0x26, 0x00, 0x08, 0x81, 0x02, 0x75, 0x08, 0x95, 0x01, 0x0… 7 0xc0, 0x09, 0x1e, 0x58, 0x1e, 0x59, 0x1e, 0x5a, 0x1e, 0x5b, 0x1e, 0x5c, 0x1e, 0x5d, 0x1e, 0x5e, 0x1… 8 0x00, 0x0a, 0xa0, 0xac, 0x05, 0x92, 0xa2, 0xac, 0x03, 0x92, 0x70, 0x3a, 0x9c, 0x00, 0x02, 0x9e, 0x6… 9 0x40, 0x0a, 0x00, 0xff, 0xfe, 0x59, 0x28, 0x9e, 0x00, 0x3a, 0x7e, 0x08, 0x1e, 0x9e, 0x00, 0x3a, 0xc… 10 0x80, 0x0a, 0x05, 0x00, 0x57, 0x00, 0x08, 0x00, 0x87, 0x00, 0x98, 0x3f, 0x86, 0x0a, 0x55, 0x60, 0x6… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_coax_table.h | 32 unsigned char rx_src; //B5/6/7/8 0x7C 33 unsigned char rx_slice_lev; //B5/6/7/8 0x7D 37 unsigned char tx_baud[6]; //B3/4 0x00/80 38 unsigned char tx_pel_baud[6]; //B3/4 0x02/82 39 unsigned char tx_line_pos0[6]; //B3/4 0x03/83 40 unsigned char tx_line_pos1[6]; //B3/4 0x04/84 41 unsigned char tx_pel_line_pos0[6]; //B3/4 0x07/87 42 unsigned char tx_pel_line_pos1[6]; //B3/4 0x08/88 43 unsigned char tx_line_count; //B3/4 0x05/85 44 unsigned char tx_line_count_max; //B3/4 0x0A/8A [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/ |
| H A D | enc28j60_hw.h | 15 * - Register address (bits 0-4) 19 #define ADDR_MASK 0x1F 20 #define BANK_MASK 0x60 21 #define SPRD_MASK 0x80 23 #define EIE 0x1B 24 #define EIR 0x1C 25 #define ESTAT 0x1D 26 #define ECON2 0x1E 27 #define ECON1 0x1F 28 /* Bank 0 registers */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | btext.c | 46 unsigned long address = 0; in btext_initialize() 49 if (prom_getproperty(node, "width", (char *)&width, 4) < 0) in btext_initialize() 51 if (prom_getproperty(node, "height", (char *)&height, 4) < 0) in btext_initialize() 53 if (prom_getproperty(node, "depth", (char *)&depth, 4) < 0) in btext_initialize() 57 if (prom_getproperty(node, "linebytes", (char *)&prop, 4) >= 0 && in btext_initialize() 58 prop != 0xffffffffu) in btext_initialize() 62 pitch = 0x1000; in btext_initialize() 64 if (prom_getproperty(node, "address", (char *)&prop, 4) >= 0) in btext_initialize() 70 if (address == 0) in btext_initialize() 73 g_loc_X = 0; in btext_initialize() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | btext.c | 42 unsigned long disp_BAT[2] __initdata = {0, 0}; 48 int boot_text_mapped __force_data = 0; 49 int force_printk_to_btext = 0; 76 * The display is mapped to virtual address 0xD0000000, rather 78 * in the region starting at 0xC0000000 (PAGE_OFFSET). 89 unsigned long vaddr = PAGE_OFFSET + 0x10000000; in btext_prepare_BAT() 95 boot_text_mapped = 0; in btext_prepare_BAT() 98 lowbits = addr & ~0xFF000000UL; in btext_prepare_BAT() 99 addr &= 0xFF000000UL; in btext_prepare_BAT() 100 disp_BAT[0] = vaddr | (BL_16M<<2) | 2; in btext_prepare_BAT() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/ |
| H A D | halhwimg8822b_fw.c | 36 0x22, 0x88, 0x00, 0x00, 0x04, 0x00, 0x01, 0x00, 0xC9, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 37 0x03, 0x1B, 0x10, 0x33, 0xE0, 0x07, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 38 0x00, 0x00, 0x20, 0x80, 0x88, 0x23, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 39 0xB0, 0xDD, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x12, 0x80, 0x00, 0x00, 0x00, 0x80, 40 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 41 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 42 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 43 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 44 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x31, 0x00, 0x80, 0x39, 0x06, 0x00, 0x80, 45 0x03, 0x02, 0x01, 0xFE, 0x03, 0x03, 0x01, 0xFE, 0x03, 0x04, 0x01, 0xFE, 0x03, 0x05, 0x01, 0xFE, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_table.h | 32 unsigned char rx_src; //B5/6/7/8 0x7C 33 unsigned char rx_slice_lev; //B5/6/7/8 0x7D 37 unsigned char tx_baud[6]; //B3/4 0x00/80 38 unsigned char tx_pel_baud[6]; //B3/4 0x02/82 39 unsigned char tx_line_pos0[6]; //B3/4 0x03/83 40 unsigned char tx_line_pos1[6]; //B3/4 0x04/84 41 unsigned char tx_pel_line_pos0[6]; //B3/4 0x07/87 42 unsigned char tx_pel_line_pos1[6]; //B3/4 0x08/88 43 unsigned char tx_line_count; //B3/4 0x05/85 44 unsigned char tx_line_count_max; //B3/4 0x0A/8A [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gsl3673.h | 31 0x80348e, 32 0x200, 33 0,0, 34 0, 35 0,0,0, 36 0,0,0,0,0,0,0,0x1a776822, 39 0x40000100,0x5,0xe001a,0xe001a,0x8000600,0,0x5100,0x8e00, 40 0,0x320014,0,0,0,0,0,0x40, 41 0x8,0x4000,0x1000,0x102e0005,0x1032000a,0,0,0x3030000, 42 0x1b6db688,0x190,0,0,0,0,0,0, [all …]
|
| H A D | rochkchip_gslX680_8inch_800x1280_tg806_10.h | 31 0xb976bc, 32 0x200, 33 0,0, 34 0, 35 0,0,0, 36 0,0,0,0,0,0,0,0x18d06e4c, 39 0x40000d00,0xa,0xe001a,0xe001a,0x3200500,0,0x5100,0x8e00, 40 0,0x320014,0,0x14,0,0,0,0, 41 0x8,0x4000,0x1000,0x10000000,0x10000000,0,0,0, 42 0x1b6db688,0x240,0xc00019,0xb30023,0xa6002d,0x9a0037,0xc00019,0xb30023, [all …]
|
| H A D | gslx6801.h | 19 u32:0; 38 0x9eca05, 39 0x200, 40 0, 0, 41 0, 42 0, 0, 0, 43 0, 0, 0, 0, 0, 0, 0, 0xd36c69b2, 44 0xd0b, 0x5, 0x12001c, 0x12001c, 0x78004b0, 0, 0x5100, 0x8e00, 45 0, 0x320014, 0, 0, 0, 0, 0, 0, 46 0x8, 0x4000, 0x1000, 0x10000000, 0x10000000, 0, 0, 0, [all …]
|
| H A D | tp_gslx680_board.h | 10 u32: 0; 29 0x9296dd, 30 0x200, 31 0, 0, 32 0, 33 0, 0, 0, 34 0, 0, 0, 0, 0, 0, 0, 0x27ef724d, 36 0x4000010e, 0x5, 0xc0017, 0xc0017, 0x6400a00, 0, 0x5100, 0x8e00, 37 0, 0x320014, 0, 0, 0, 0, 0, 0, 38 0x8, 0x4000, 0x1000, 0x10000000, 0x101c0005, 0, 0, 0xd0d0d0d, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/ |
| H A D | hal8822b_fw.c | 25 0x22, 0x88, 0x00, 0x00, 0x1E, 0x00, 0x0B, 0x00, 26 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 27 0x08, 0x1D, 0x0B, 0x16, 0xE3, 0x07, 0x00, 0x00, 28 0x08, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 29 0x00, 0x00, 0x20, 0x80, 0xF8, 0x25, 0x00, 0x00, 30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 31 0x18, 0x7B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 32 0x00, 0x10, 0x12, 0x80, 0x00, 0x00, 0x00, 0x80, 33 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gsl3670.h | 30 0x79a1cc, 31 0x200, 32 0, 0, 33 0, 34 0, 0, 0, 35 0, 0, 0, 0, 0, 0, 0, 0, 38 0x100, 0x5, 0xe001a, 0xe001a, 0x1e00320, 0, 0x5100, 0x8e00, 39 0, 0x320014, 0, 0, 0, 0, 0, 0, 40 0x8, 0x4000, 0x1000, 0x1066000b, 0x103d000c, 0, 0, 0x2020202, 41 0x1b6db688, 0x190, 0, 0, 0, 0, 0, 0, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/rtl8723b/ |
| H A D | halhwimg8723b_mp.c | 29 0xfc, 0x63, 0x07, 0x62, 0x06, 0xd1, 0x05, 0xd0, 0x00, 0x69, 0x4f, 0xb2, 0x20, 0xda, 0x4f, 0xb2, 0x4… 30 0x4e, 0xb2, 0x20, 0xc2, 0x4e, 0xb2, 0x20, 0xc2, 0x01, 0x6b, 0x4e, 0xb2, 0x60, 0xc2, 0x4e, 0xb2, 0x2… 31 0x4e, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x4f, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x4f, 0xb3, 0x50, 0xb2, 0x6… 32 0x51, 0xb2, 0x60, 0xda, 0x51, 0xb3, 0x52, 0xb2, 0x60, 0xda, 0x52, 0xb3, 0x52, 0xb2, 0x60, 0xda, 0x5… 33 0x60, 0xda, 0x54, 0xb3, 0x54, 0xb2, 0x60, 0xda, 0x54, 0xb3, 0x55, 0xb2, 0x60, 0xda, 0x55, 0xb3, 0x5… 34 0x55, 0xb2, 0x60, 0xda, 0x55, 0xb3, 0x56, 0xb2, 0x60, 0xda, 0x56, 0xb3, 0x56, 0xb2, 0x60, 0xda, 0x5… 35 0x60, 0xda, 0x45, 0xf1, 0x09, 0x6a, 0x00, 0xf1, 0x50, 0xc8, 0x56, 0xb2, 0x00, 0xf4, 0x00, 0x6b, 0xa… 36 0x80, 0xf1, 0x42, 0xc0, 0x00, 0xf2, 0x00, 0x6a, 0xa0, 0xf0, 0x52, 0xc8, 0x90, 0x6a, 0xa0, 0xf0, 0x5… 37 0x4e, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x4f, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x00, 0x6a, 0xe0, 0xf1, 0x4… 38 0x8e, 0x36, 0x00, 0x65, 0xc0, 0xf1, 0x7f, 0xa0, 0x48, 0xb2, 0x60, 0xc2, 0xe0, 0xf1, 0x62, 0xa0, 0x4… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/rtl8723b/ |
| H A D | halhwimg8723b_mp.c | 24 …0xfc, 0x63, 0x07, 0x62, 0x06, 0xd1, 0x05, 0xd0, 0x00, 0x69, 0x4f, 0xb2, 0x20, 0xda, 0x4f, 0xb2, 0x… 25 …0x4e, 0xb2, 0x20, 0xc2, 0x4e, 0xb2, 0x20, 0xc2, 0x01, 0x6b, 0x4e, 0xb2, 0x60, 0xc2, 0x4e, 0xb2, 0x… 26 …0x4e, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x4f, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x4f, 0xb3, 0x50, 0xb2, 0x… 27 …0x51, 0xb2, 0x60, 0xda, 0x51, 0xb3, 0x52, 0xb2, 0x60, 0xda, 0x52, 0xb3, 0x52, 0xb2, 0x60, 0xda, 0x… 28 …0x60, 0xda, 0x54, 0xb3, 0x54, 0xb2, 0x60, 0xda, 0x54, 0xb3, 0x55, 0xb2, 0x60, 0xda, 0x55, 0xb3, 0x… 29 …0x55, 0xb2, 0x60, 0xda, 0x55, 0xb3, 0x56, 0xb2, 0x60, 0xda, 0x56, 0xb3, 0x56, 0xb2, 0x60, 0xda, 0x… 30 …0x60, 0xda, 0x45, 0xf1, 0x09, 0x6a, 0x00, 0xf1, 0x50, 0xc8, 0x56, 0xb2, 0x00, 0xf4, 0x00, 0x6b, 0x… 31 …0x80, 0xf1, 0x42, 0xc0, 0x00, 0xf2, 0x00, 0x6a, 0xa0, 0xf0, 0x52, 0xc8, 0x90, 0x6a, 0xa0, 0xf0, 0x… 32 …0x4e, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x4f, 0xb3, 0x4f, 0xb2, 0x60, 0xda, 0x00, 0x6a, 0xe0, 0xf1, 0x… 33 …0x8e, 0x36, 0x00, 0x65, 0xc0, 0xf1, 0x7f, 0xa0, 0x48, 0xb2, 0x60, 0xc2, 0xe0, 0xf1, 0x62, 0xa0, 0x… [all …]
|