/openbmc/linux/arch/mips/include/asm/ |
H A D | unaligned-emul.h | 10 __asm__ __volatile__ (".set\tnoat\n" \ 11 "1:\t"type##_lb("%0", "0(%2)")"\n" \ 12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\ 13 "sll\t%0, 0x8\n\t" \ 14 "or\t%0, $1\n\t" \ 15 "li\t%1, 0\n" \ 16 "3:\t.set\tat\n\t" \ 17 ".insn\n\t" \ 18 ".section\t.fixup,\"ax\"\n\t" \ 19 "4:\tli\t%1, %3\n\t" \ [all …]
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep_proc.c | 85 seq_printf(m, "all lock classes:\n"); in l_show() 104 seq_puts(m, "\n"); in l_show() 111 seq_puts(m, "\n"); in l_show() 114 seq_puts(m, "\n"); in l_show() 165 seq_printf(m, "all lock chains:\n"); in lc_show() 169 seq_printf(m, "irq_context: %s\n", irq_strs[chain->irq_context]); in lc_show() 178 seq_puts(m, "\n"); in lc_show() 180 seq_puts(m, "\n"); in lc_show() 205 seq_printf(m, " chain lookup misses: %11llu\n", in lockdep_stats_debug_show() 207 seq_printf(m, " chain lookup hits: %11llu\n", in lockdep_stats_debug_show() [all …]
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-cpld.c | 30 cobalt_info("CPLD System control register (read/write)\n"); in cpld_info_ver3() 31 cobalt_info("\t\tSystem control: 0x%04x (0x0f00)\n", in cpld_info_ver3() 33 cobalt_info("CPLD Clock control register (read/write)\n"); in cpld_info_ver3() 34 cobalt_info("\t\tClock control: 0x%04x (0x0000)\n", in cpld_info_ver3() 36 …alt_info("CPLD HSMA Clk Osc register (read/write) - Must set wr trigger to load default values\n"); in cpld_info_ver3() 37 cobalt_info("\t\tRegister #7:\t0x%04x (0x0022)\n", in cpld_info_ver3() 39 cobalt_info("\t\tRegister #8:\t0x%04x (0x0047)\n", in cpld_info_ver3() 41 cobalt_info("\t\tRegister #9:\t0x%04x (0x00fa)\n", in cpld_info_ver3() 43 cobalt_info("\t\tRegister #10:\t0x%04x (0x0061)\n", in cpld_info_ver3() 45 cobalt_info("\t\tRegister #11:\t0x%04x (0x001e)\n", in cpld_info_ver3() [all …]
|
/openbmc/linux/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra194.c | 1593 …D0, SPDIF, RSVD2, RSVD3, 0x1000, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1594 …D0, SPDIF, RSVD2, RSVD3, 0x1008, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1595 …0, SDMMC1, RSVD2, RSVD3, 0x1010, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1596 …D0, RSVD1, RSVD2, RSVD3, 0x1018, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1597 …UD, RSVD1, RSVD2, RSVD3, 0x1020, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1598 …S1, RSVD1, RSVD2, RSVD3, 0x1028, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1599 …S1, RSVD1, RSVD2, RSVD3, 0x1030, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1600 …S1, RSVD1, RSVD2, RSVD3, 0x1038, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1601 …S1, RSVD1, RSVD2, RSVD3, 0x1040, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… 1602 …S3, DMIC2, RSVD2, RSVD3, 0x1048, 0, Y, -1, -1, 6, 8, -1, 10, 11, 12, N, -1, -1, N, "vddio_aud… [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | delay.h | 26 #define DELAY_ALIGN ".balignw 4, 0x4a8e\n\t" 38 "1: subql #1,%0\n\t" in __delay() 56 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) 75 #define __const_udelay(n) (__xdelay((n) * 4295)) argument 91 #define udelay(n) (__builtin_constant_p(n) ? \ argument 92 ((n) > 20000 ? __bad_udelay() : __const_udelay(n)) : __udelay(n)) 97 * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) is the number of loops 100 * 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) is the number of 103 * So n / ( 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) ) would 104 * be the number of loops for n nanoseconds [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 47 @@ -12347,11 +12347,11 @@ msgstr "Tai" 53 "not exist in the new font.\n" 56 -"Al diàleg de cerca, %1$s conté una referència a %2$.20hs\n" 57 +"Al diàleg de cerca, %1$s conté una referència a %2$.20s\n" 58 "que no existeix en el nou tipus.\n" 65 @@ -15765,11 +15765,11 @@ msgstr "" 71 "not exist in the new font.\n" 76 "Schrift nicht existiert.\n" 83 @@ -728,11 +728,11 @@ msgstr "Template Colour" 89 "not exist in the new font.\n" [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson_regs.h | 25 "parse_r __res,%0\n\t" in read_cpucfg() 26 "parse_r reg,%1\n\t" in read_cpucfg() 28 ".insn \n\t" in read_cpucfg() 29 ".word (0xc8080118 | (reg << 21) | (__res << 11))\n\t" in read_cpucfg() 51 #define LOONGSON_CFG1_LASX BIT(11) 84 #define LOONGSON_CFG2_LPMREV GENMASK(11, 9) 107 #define LOONGSON_CFG3_LCAMNUM GENMASK(11, 4) 149 "parse_r __res,%0\n\t" in csr_readl() 150 "parse_r reg,%1\n\t" in csr_readl() 152 ".insn \n\t" in csr_readl() [all …]
|
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-regs.h | 17 #define CHNL_CTRL_CHAIN_BUF(n) ((n) << 25) argument 22 #define CHNL_CTRL_BLANK_PXL(n) ((n) << 16) argument 24 #define CHNL_CTRL_MIPI_VC_ID(n) ((n) << 6) argument 26 #define CHNL_CTRL_SRC_TYPE(n) ((n) << 4) argument 30 #define CHNL_CTRL_SRC_INPUT(n) ((n) << 0) argument 35 #define CHNL_IMG_CTRL_FORMAT(n) ((n) << 24) argument 86 #define CHNL_IMG_CTRL_GBL_ALPHA_VAL(n) ((n) << 16) argument 89 #define CHNL_IMG_CTRL_DEINT(n) ((n) << 12) argument 97 #define CHNL_IMG_CTRL_DEC_X(n) ((n) << 10) argument 98 #define CHNL_IMG_CTRL_DEC_X_MASK GENMASK(11, 10) [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | dm.c | 28 0x0F2, /* 11, -6.5dB */ 68 0x0F2, /* 11, -6.5dB */ 124 7, 7, 7, 7, 8, 8, 9, 9, 10, 10, 10, 11, 11, 11, 11}; 128 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; 136 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; 144 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; 152 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; 160 7, 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13}, 162 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13}, 163 {0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 9, 10, 11, [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | fpu.c | 41 asm volatile("std 11,%0" : "=Q" (state->fprs[11])); in __kernel_fpu_begin() 56 " la 1,%[vxrs]\n" /* load save area */ in __kernel_fpu_begin() 57 " tmll %[m],30\n" /* KERNEL_VXR */ in __kernel_fpu_begin() 58 " jz 7f\n" /* no work -> done */ in __kernel_fpu_begin() 59 " jo 5f\n" /* -> save V0..V31 */ in __kernel_fpu_begin() 64 " chi %[m],12\n" /* KERNEL_VXR_MID */ in __kernel_fpu_begin() 65 " jne 0f\n" /* -> save V8..V23 */ in __kernel_fpu_begin() 66 " VSTM 8,23,128,1\n" /* vstm %v8,%v23,128(%r1) */ in __kernel_fpu_begin() 67 " j 7f\n" in __kernel_fpu_begin() 69 "0: tmll %[m],6\n" /* KERNEL_VXR_LOW */ in __kernel_fpu_begin() [all …]
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp_sysfs.c | 34 out += sprintf(buf, "Free resources: memory\n"); in show_ctrl() 35 index = 11; in show_ctrl() 38 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl() 41 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl() 42 index = 11; in show_ctrl() 45 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl() 48 out += sprintf(out, "Free resources: IO\n"); in show_ctrl() 49 index = 11; in show_ctrl() 52 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl() 55 out += sprintf(out, "Free resources: bus numbers\n"); in show_ctrl() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-rapidio | 7 subdirectories named as "rapidioN" where N = mport ID registered 13 What: /sys/class/rapidio_port/rapidio<N>/sys_size 25 What: /sys/class/rapidio_port/rapidio<N>/port_destid 48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001 49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004 50 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007 51 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002 52 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003 53 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005 54 lrwxrwxrwx 1 root root 0 Feb 11 15:11 device -> ../../../0000:01:00.0 [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | sync_regs_test.c | 33 "0: diag 0,0,0x501\n" in guest_code() 34 " ahi 11,1\n" in guest_code() 35 " j 0b\n" in guest_code() 42 " values did not match: 0x%llx, 0x%llx\n", \ 48 " values did not match: 0x%x, 0x%x\n", \ 85 "Invalid kvm_valid_regs did not cause expected KVM_RUN error: %d\n", in test_read_invalid() 92 "Invalid kvm_valid_regs did not cause expected KVM_RUN error: %d\n", in test_read_invalid() 106 "Invalid kvm_dirty_regs did not cause expected KVM_RUN error: %d\n", in test_set_invalid() 113 "Invalid kvm_dirty_regs did not cause expected KVM_RUN error: %d\n", in test_set_invalid() 128 TEST_ASSERT(rv == 0, "vcpu_run failed: %d\n", rv); in test_req_and_verify_all_valid_regs() [all …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | gpr-num.h | 7 .irp num,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 22 .equ .L__gpr_num_a1, 11 47 " .irp num,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31\n"… 48 " .equ .L__gpr_num_x\\num, \\num\n" \ 49 " .endr\n" \ 50 " .equ .L__gpr_num_zero, 0\n" \ 51 " .equ .L__gpr_num_ra, 1\n" \ 52 " .equ .L__gpr_num_sp, 2\n" \ 53 " .equ .L__gpr_num_gp, 3\n" \ 54 " .equ .L__gpr_num_tp, 4\n" \ [all …]
|
/openbmc/linux/arch/csky/lib/ |
H A D | usercopy.c | 8 unsigned long n) in raw_copy_from_user() argument 13 "0: cmpnei %1, 0 \n" in raw_copy_from_user() 14 " bf 7f \n" in raw_copy_from_user() 15 " mov %3, %1 \n" in raw_copy_from_user() 16 " or %3, %2 \n" in raw_copy_from_user() 17 " andi %3, 3 \n" in raw_copy_from_user() 18 " cmpnei %3, 0 \n" in raw_copy_from_user() 19 " bf 1f \n" in raw_copy_from_user() 20 " br 5f \n" in raw_copy_from_user() 21 "1: cmplti %0, 16 \n" in raw_copy_from_user() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | regs.h | 64 #define MT_TXTIME_THRESH(n) (MT_TXTIME_THRESH_BASE + ((n) * 4)) argument 67 #define MT_PAGE_COUNT(n) (MT_PAGE_COUNT_BASE + ((n) * 4)) argument 79 #define MT_GROUP_THRESH(n) (MT_GROUP_THRESH_BASE + ((n) * 4)) argument 104 #define MT_PSE_FC_P0_MIN_RESERVE GENMASK(11, 0) 111 #define MT_PSE_FRP_P2_RQ1 GENMASK(11, 9) 115 #define MT_FC_RSV_COUNT_0_P0 GENMASK(11, 0) 119 #define MT_FC_SP2_Q0Q1_SRC_COUNT_Q0 GENMASK(11, 0) 137 #define MT_AGC(n) (MT_AGC_BASE + ((n) * 4)) argument 140 #define MT_AGC1(n) (MT_AGC1_BASE + ((n) * 4)) argument 146 #define MT_RXTD(n) (MT_RXTD_BASE + ((n) * 4)) argument [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 3 Last-Update: 2015-02-11 8 Updated 2015-02-11 by Marc Deslauriers <marc.deslauriers@canonical.com> 15 --- unzip-6.0.orig/unix/unix.c 2015-02-11 08:46:43.675324290 -0500 16 +++ unzip-6.0/unix/unix.c 2015-02-11 09:18:04.902081319 -0500 132 --- unzip-6.0.orig/unix/unxcfg.h 2015-02-11 08:46:43.675324290 -0500 133 +++ unzip-6.0/unix/unxcfg.h 2015-02-11 08:46:43.671324260 -0500 167 --- unzip-6.0.orig/unzip.c 2015-02-11 08:46:43.675324290 -0500 168 +++ unzip-6.0/unzip.c 2015-02-11 08:46:43.675324290 -0500 169 @@ -327,11 +327,21 @@ 170 -2 just filenames but allow -h/-t/-z -l long Unix \"ls -l\" format\n\ [all …]
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | string.c | 45 "rep\n" in memset() 53 "rep\n" in memset() 63 "rep\n" in memset() 80 "cld\n" \ 82 "rep\n" \ 94 "cld\n" \ 96 "rep\n" \ 133 void *memmove(void *dest, const void *src, size_t n) in memmove() argument 140 "cmp $0x10, %0\n\t" in memmove() 141 "jb 1f\n\t" in memmove() [all …]
|
/openbmc/linux/tools/arch/arm64/include/asm/ |
H A D | sysreg.h | 22 * [11-8] : CRm 56 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" 73 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" 116 * where the architected name contains an index. e.g. ID_MMFR<n>_EL1. 123 #define SYS_DBGBVRn_EL1(n) sys_reg(2, 0, 0, n, 4) argument 124 #define SYS_DBGBCRn_EL1(n) sys_reg(2, 0, 0, n, 5) argument 125 #define SYS_DBGWVRn_EL1(n) sys_reg(2, 0, 0, n, 6) argument 126 #define SYS_DBGWCRn_EL1(n) sys_reg(2, 0, 0, n, 7) argument 298 (GENMASK_ULL(47, 32) | GENMASK_ULL(23, 16) | GENMASK_ULL(11, 8) |\ 301 (SYS_PMSEVFR_EL1_RES0_8_2 & ~(BIT_ULL(18) | BIT_ULL(17) | BIT_ULL(11))) [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | pc87360.c | 16 * PC87365 11 3 3 2 0xE5 17 * PC87366 11 3 3 3-4 0xE9 58 "Chip initialization level:\n" 59 " 0: None\n" 60 "*1: Forcibly enable internal voltage and temperature channels, except in9\n" 61 " 2: Forcibly enable all voltage and temperature channels, except in9\n" 266 "Increasing clock divider to %d for fan %d\n", in pc87360_autodiv() 278 "Decreasing clock divider to %d for fan %d\n", in pc87360_autodiv() 300 dev_dbg(dev, "Data update\n"); in pc87360_update_device() 348 if (i >= 11) in pc87360_update_device() [all …]
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 70 * 11 bits are the parameter, if applicable. 74 TotalReset = 0<<11, 75 SelectWindow = 1<<11, 76 StartCoax = 2<<11, 77 RxDisable = 3<<11, 78 RxEnable = 4<<11, 79 RxReset = 5<<11, 80 RxDiscard = 8<<11, 81 TxEnable = 9<<11, 82 TxDisable = 10<<11, [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.c | 33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in amdgpu_ucode_print_common_hdr() 34 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in amdgpu_ucode_print_common_hdr() 35 DRM_DEBUG("header_version_major: %u\n", le16_to_cpu(hdr->header_version_major)); in amdgpu_ucode_print_common_hdr() 36 DRM_DEBUG("header_version_minor: %u\n", le16_to_cpu(hdr->header_version_minor)); in amdgpu_ucode_print_common_hdr() 37 DRM_DEBUG("ip_version_major: %u\n", le16_to_cpu(hdr->ip_version_major)); in amdgpu_ucode_print_common_hdr() 38 DRM_DEBUG("ip_version_minor: %u\n", le16_to_cpu(hdr->ip_version_minor)); in amdgpu_ucode_print_common_hdr() 39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in amdgpu_ucode_print_common_hdr() 40 DRM_DEBUG("ucode_size_bytes: %u\n", le32_to_cpu(hdr->ucode_size_bytes)); in amdgpu_ucode_print_common_hdr() 41 DRM_DEBUG("ucode_array_offset_bytes: %u\n", in amdgpu_ucode_print_common_hdr() 43 DRM_DEBUG("crc32: 0x%08x\n", le32_to_cpu(hdr->crc32)); in amdgpu_ucode_print_common_hdr() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | txrx.c | 41 * for 11A Channels. 48 /* 11b rates */ 54 /* 11b SP (short preamble) */ 60 /* 11ag */ 68 { 540, 11, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 }, 70 /* 11n */ 80 /* 11n SGI */ 90 /* 11n GF (greenfield) */ 100 /* 11n CB (channel bonding) */ 110 /* 11n CB + SGI */ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | expand_remote_port.patch | 5 +++ tcp_wrappers_7.6/eval.c 2004-11-04 13:59:01.000000000 +0100 36 --- tcp_wrappers_7.6.orig/hosts_access.5 2004-11-04 13:17:45.000000000 +0100 37 +++ tcp_wrappers_7.6/hosts_access.5 2004-11-04 13:55:32.000000000 +0100 40 .IP "%n (%N)" 49 +++ tcp_wrappers_7.6/percent_x.c 2004-11-04 13:19:29.000000000 +0100 51 ch == 'n' ? eval_hostname(request->client) : 52 ch == 'N' ? eval_hostname(request->server) : 60 --- tcp_wrappers_7.6.orig/tcpd.h 2004-11-04 13:17:45.000000000 +0100 61 +++ tcp_wrappers_7.6/tcpd.h 2004-11-04 13:19:13.000000000 +0100 62 @@ -145,6 +145,11 @@
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ |
H A D | ia_css_ynr.host.c | 83 uDIGIT_FITTING(from->ee.detail_gain, 11, in ia_css_yee_encode() 93 (asiWk1 + asiWk2) >> (11 - SH_CSS_YEE_SCALE_SHIFT); in ia_css_yee_encode() 96 (0 - asiWk3) >> (11 - SH_CSS_YEE_SCALE_SHIFT); in ia_css_yee_encode() 99 (asiWk1 - asiWk2) >> (11 - SH_CSS_YEE_SCALE_SHIFT); in ia_css_yee_encode() 102 (asiWk3) >> (11 - SH_CSS_YEE_SCALE_SHIFT); in ia_css_yee_encode() 120 "Y Noise Reduction:\n"); in ia_css_nr_dump() 121 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_nr_dump() 123 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_nr_dump() 125 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_nr_dump() 127 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_nr_dump() [all …]
|