| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-vsx.h | 13 int validate_vsx(unsigned long *vsx, unsigned long *load) in validate_vsx() argument 18 if (vsx[i] != load[2 * i + 1]) { in validate_vsx() 20 i, vsx[i], 2 * i + 1, load[2 * i + 1]); in validate_vsx() 31 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx() argument 37 if ((vmx[i][0] != load[64 + 2 * i]) || in validate_vmx() 38 (vmx[i][1] != load[65 + 2 * i])) { in validate_vmx() 41 load[64 + 2 * i]); in validate_vmx() 44 load[65 + 2 * i]); in validate_vmx() 51 if ((vmx[i][0] != load[65 + 2 * i]) || in validate_vmx() 52 (vmx[i][1] != load[64 + 2 * i])) { in validate_vmx() [all …]
|
| /OK3568_Linux_fs/debian/overlay/etc/pulse/ |
| H A D | default.pa | 24 load-module module-device-restore 25 load-module module-stream-restore 26 load-module module-card-restore 30 load-module module-augment-properties 32 load-module module-switch-on-connect blacklist="" 34 load-module module-switch-on-port-available 48 load-module module-udev-detect tsched=0 51 load-module module-detect 57 load-module module-jackdbus-detect channels=2 63 load-module module-bluetooth-policy [all …]
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | default.pa | 24 load-module module-device-restore 25 load-module module-stream-restore 26 load-module module-card-restore 30 load-module module-augment-properties 33 load-module module-switch-on-port-available 47 load-module module-udev-detect tsched=0 50 load-module module-detect 56 load-module module-jackdbus-detect channels=2 62 load-module module-bluetooth-policy 66 load-module module-bluetooth-discover [all …]
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3308/fs-overlay/etc/pulse/ |
| H A D | default.pa | 24 load-module module-device-restore 25 load-module module-stream-restore 26 load-module module-card-restore 30 load-module module-augment-properties 33 load-module module-switch-on-port-available 47 load-module module-udev-detect tsched=0 50 load-module module-detect 56 load-module module-jackdbus-detect channels=2 62 load-module module-bluetooth-policy 66 load-module module-bluetooth-discover [all …]
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | alignment.c | 198 int imm, regular, load, len, addr_mode, idx_mode; in do_16() local 206 load = 1; in do_16() 214 load = 1; in do_16() 222 load = 1; in do_16() 230 load = 1; in do_16() 238 load = 0; in do_16() 246 load = 0; in do_16() 254 load = 0; in do_16() 262 load = 0; in do_16() 291 if (load) { in do_16() [all …]
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_mtd_blk.c | 71 static ulong mtd_spl_load_read(struct spl_load_info *load, ulong sector, in mtd_spl_load_read() argument 74 struct blk_desc *desc = load->dev; in mtd_spl_load_read() 82 struct spl_load_info load; in spl_mtd_load_rkfw() local 85 load.dev = desc; in spl_mtd_load_rkfw() 86 load.priv = NULL; in spl_mtd_load_rkfw() 87 load.filename = NULL; in spl_mtd_load_rkfw() 88 load.bl_len = desc->blksz; in spl_mtd_load_rkfw() 89 load.read = mtd_spl_load_read; in spl_mtd_load_rkfw() 91 ret = spl_load_rkfw_image(spl_image, &load); in spl_mtd_load_rkfw() 137 struct spl_load_info load; local [all …]
|
| H A D | spl_nand.c | 32 static ulong spl_nand_fit_read(struct spl_load_info *load, ulong offs, in spl_nand_fit_read() argument 45 static ulong spl_nand_rkfw_read(struct spl_load_info *load, ulong offs, in spl_nand_rkfw_read() argument 64 struct spl_load_info load; local 67 load.dev = NULL; 68 load.priv = NULL; 69 load.filename = NULL; 70 load.bl_len = 1; 71 load.read = spl_nand_rkfw_read; 73 ret = spl_load_rkfw_image(spl_image, &load); 89 struct spl_load_info load; local [all …]
|
| H A D | spl_rknand.c | 46 static ulong h_spl_load_read(struct spl_load_info *load, ulong sector, in h_spl_load_read() argument 49 return blk_dread(load->dev, sector, count, buf); in h_spl_load_read() 57 struct spl_load_info load; local 65 load.dev = desc; 66 load.priv = NULL; 67 load.filename = NULL; 68 load.bl_len = desc->blksz; 69 load.read = h_spl_load_read; 92 ret = spl_load_simple_fit(spl_image, &load, 102 ret = spl_load_rkfw_image(spl_image, &load);
|
| H A D | spl_mmc.c | 50 static ulong h_spl_load_read(struct spl_load_info *load, ulong sector, in h_spl_load_read() argument 53 return blk_dread(load->dev, sector, count, buf); in h_spl_load_read() 83 struct spl_load_info load; local 86 load.dev = mmc_get_blk_desc(mmc); 87 load.priv = NULL; 88 load.filename = NULL; 89 load.bl_len = mmc->read_bl_len; 90 load.read = h_spl_load_read; 91 ret = spl_load_simple_fit(spl_image, &load, sector, header); 303 struct spl_load_info load; local [all …]
|
| H A D | spl_spi.c | 54 static ulong spl_spi_fit_read(struct spl_load_info *load, ulong sector, in spl_spi_fit_read() argument 57 struct spi_flash *flash = load->dev; in spl_spi_fit_read() 124 struct spl_load_info load; local 127 load.dev = flash; 128 load.priv = NULL; 129 load.filename = NULL; 130 load.bl_len = 1; 131 load.read = spl_spi_fit_read; 132 err = spl_load_simple_fit(spl_image, &load,
|
| H A D | spl_ymodem.c | 38 static ulong ymodem_read_fit(struct spl_load_info *load, ulong offset, in ymodem_read_fit() argument 42 struct ymodem_fit_info *info = load->priv; in ymodem_read_fit() 95 struct spl_load_info load; in spl_ymodem_load_image() local 99 load.dev = NULL; in spl_ymodem_load_image() 100 load.priv = (void *)&info; in spl_ymodem_load_image() 101 load.filename = NULL; in spl_ymodem_load_image() 102 load.bl_len = 1; in spl_ymodem_load_image() 105 load.read = ymodem_read_fit; in spl_ymodem_load_image() 106 ret = spl_load_simple_fit(spl_image, &load, 0, (void *)buf); in spl_ymodem_load_image()
|
| H A D | spl_fat.c | 42 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument 47 char *filename = (char *)load->filename; in spl_fit_read() 82 struct spl_load_info load; local 85 load.read = spl_fit_read; 86 load.bl_len = 1; 87 load.filename = (void *)filename; 88 load.priv = NULL; 90 return spl_load_simple_fit(spl_image, &load, 0, header);
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | README-BENCH | 9 - Identify average reaction time of a governor to CPU load changes 34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which 38 load=25000 41 This part of the configuration file will create 25ms load/sleep turns, 48 Will increase load and sleep time by 25ms 5 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles). 69 100% CPU load (load) | 0 % CPU load (sleep) | round 76 In round 1, ondemand should have rather static 50% load and probably [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | cpufreq_interactive.h | 38 TP_PROTO(unsigned long cpu_id, unsigned long load, 41 TP_ARGS(cpu_id, load, curtarg, curactual, newtarg), 45 __field(unsigned long, load) 53 __entry->load = load; 60 __entry->cpu_id, __entry->load, __entry->curtarg, 65 TP_PROTO(unsigned long cpu_id, unsigned long load, 68 TP_ARGS(cpu_id, load, curtarg, curactual, newtarg) 72 TP_PROTO(unsigned long cpu_id, unsigned long load, 75 TP_ARGS(cpu_id, load, curtarg, curactual, newtarg) 79 TP_PROTO(unsigned long cpu_id, unsigned long load, [all …]
|
| H A D | thermal.h | 96 TP_PROTO(const struct cpumask *cpus, unsigned long freq, u32 *load, 99 TP_ARGS(cpus, freq, load, load_len, dynamic_power), 104 __dynamic_array(u32, load, load_len) 113 memcpy(__get_dynamic_array(load), load, 114 load_len * sizeof(*load)); 121 __print_array(__get_dynamic_array(load), __entry->load_len, 4), 163 __field(u32, load ) 172 __entry->load = (100 * status->busy_time) / status->total_time; 180 __entry->load, __entry->dynamic_power, __entry->static_power,
|
| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_dev.c | 503 struct genwqe_bitstream *load) in do_flash_update() argument 518 if ((load->size & 0x3) != 0) in do_flash_update() 521 if (((unsigned long)(load->data_addr) & ~PAGE_MASK) != 0) in do_flash_update() 525 switch ((char)load->partition) { in do_flash_update() 539 buf = (u8 __user *)load->data_addr; in do_flash_update() 544 blocks_to_flash = load->size / FLASH_BLOCK; in do_flash_update() 545 while (load->size) { in do_flash_update() 552 tocopy = min_t(size_t, load->size, FLASH_BLOCK); in do_flash_update() 582 req->__asiv[24] = load->uid; in do_flash_update() 586 *(__be64 *)&req->__asiv[88] = cpu_to_be64(load->slu_id); in do_flash_update() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/ |
| H A D | Platform | 33 load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 34 load-$(CONFIG_SIBYTE_CRHINE) := 0xffffffff80100000 35 load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000 36 load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000 37 load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 38 load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 39 load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 40 load-$(CONFIG_SIBYTE_LITTLESUR) := 0xffffffff80100000
|
| /OK3568_Linux_fs/buildroot/boot/mxs-bootlets/ |
| H A D | barebox_ivt.bd | 1 // STMP378x ROM command script to load and run U-Boot 15 load power_prep; 16 load ivt (entry = power_prep:_start) > 0x8000; 23 load sdram_prep; 24 load ivt (entry = sdram_prep:_start) > 0x8000; 30 load barebox; 31 load ivt (entry = barebox:start) > 0x8000;
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | sp805_wdt.c | 94 u64 load, rate; in wdt_setload() local 104 load = div_u64(rate, 2) * timeout - 1; in wdt_setload() 106 load = (load > LOAD_MAX) ? LOAD_MAX : load; in wdt_setload() 107 load = (load < LOAD_MIN) ? LOAD_MIN : load; in wdt_setload() 110 wdt->load_val = load; in wdt_setload() 112 wdd->timeout = div_u64((load + 1) * 2 + (rate / 2), rate); in wdt_setload() 122 u64 load; in wdt_timeleft() local 125 load = readl_relaxed(wdt->base + WDTVALUE); in wdt_timeleft() 129 load += wdt->load_val + 1; in wdt_timeleft() 132 return div_u64(load, wdt->rate); in wdt_timeleft()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | rk_meta.c | 77 data = (char *)meta.load; in spl_load_meta() 78 printf("Meta: 0x%08x - 0x%08x\n", meta.load, meta.load + meta.size); in spl_load_meta() 85 meta_p = (struct meta_head *)meta.load; in spl_load_meta() 87 cmd = (struct cmdline_info *)(meta_p->load + CMDLINE_OFFSET); in spl_load_meta() 104 memcpy((void *)(meta_p->load + SENSOR_IQ_BIN_OFFSET), data, meta_p->iq_item_size); in spl_load_meta() 106 if (rk_meta_iq_decom((meta_p->load + meta_p->comp_off), in spl_load_meta() 117 (void *)(meta_p->load + MAX_META_SEGMENT_SIZE)) in spl_load_meta() 125 flush_cache(meta_p->load, meta_p->size); in spl_load_meta()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/ |
| H A D | smi.conf | 31 load SNMPv2-SMI 32 load SNMPv2-TC 33 load SNMPv2-CONF 44 tcpdump: load DISMAN-SCRIPT-MIB 45 tcpdump: load IF-MIB 47 smiquery: load IF-MIB
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | multi_spl.its | 6 * Several binaries will be loaded at their respective load addresses. 28 load = <0x4a000000>; 36 load = <0x18000>; 45 load = <0x40000>; 52 load = <0x4fa00000>; 60 load = <0x4fa00000>; 68 load = <0x40080000>; 76 load = <0x4fe00000>;
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/bin/ |
| H A D | mem-phys-addr-record | 8 load=`perf list | grep mem_inst_retired.all_loads` 9 if [ -z "$load" ]; then 10 load=`perf list | grep mem_uops_retired.all_loads` 12 if [ -z "$load" ]; then 17 arg=$(echo $load | tr -d ' ')
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 130 images.os.load = image_get_load(os_hdr); in bootm_find_os() 169 &images.os.load)) { in bootm_find_os() 183 images.os.load = android_image_get_kload(os_hdr); in bootm_find_os() 184 images.ep = images.os.load; in bootm_find_os() 223 images.os.load = images.os.image_start; in bootm_find_os() 224 images.ep += images.os.load; in bootm_find_os() 409 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, in bootm_decomp_image() argument 415 *load_end = load; in bootm_decomp_image() 416 print_decomp_msg(comp, type, load == image_start, in bootm_decomp_image() 426 if (load == image_start) in bootm_decomp_image() [all …]
|
| /OK3568_Linux_fs/u-boot/fit/ |
| H A D | u-boot.its | 23 load = <0x00a00000>; 35 load = <0x00040000>; 47 load = <0xfdcc1000>; 59 load = <0x0006b000>; 71 load = <0xfdcce000>; 83 load = <0xfdcd0000>; 95 load = <0x00069000>; 108 load = <0x8400000>;
|