/linux/drivers/video/logo/ |
H A D | logo_dec_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 [all...] |
H A D | logo_sgi_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 [all...] |
H A D | logo_sun_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 [all...] |
H A D | logo_linux_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 [all...] |
H A D | logo_superh_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 [all...] |
H A D | logo_mac_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 [all...] |
H A D | logo_spe_clut224.ppm | 6 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 6 6 6 7 15 15 15 21 21 21 19 19 19 14 14 14 6 6 6 2 2 2 15 6 6 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21 2 2 6 [all...] |
/linux/arch/alpha/lib/ |
H A D | fls.c | 24 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, [all...] |
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | rfbuffer.h | 109 /* BANK 6 */ 167 /* BANK 6 len pos col */ 181 #define AR5K_RF5111_GAIN_I { 6, 29, 0 } 184 #define AR5K_RF5111_RFGAIN_STEP { 6, 37, 0 } 192 {6, AR5K_RF_OB_2GHZ, AR5K_RF5111_OB_2GHZ}, 193 {6, AR5K_RF_DB_2GHZ, AR5K_RF5111_DB_2GHZ}, 194 {6, AR5K_RF_OB_5GHZ, AR5K_RF5111_OB_5GHZ}, 195 {6, AR5K_RF_DB_5GHZ, AR5K_RF5111_DB_5GHZ}, 196 {6, AR5K_RF_PWD_XPD, AR5K_RF5111_PWD_XPD}, 197 {6, AR5K_RF_XPD_GAI [all...] |
/linux/arch/x86/include/asm/ |
H A D | intel-family.h | 54 /* Family 6 */ 55 #define INTEL_PENTIUM_PRO IFM(6, 0x01) 56 #define INTEL_PENTIUM_II_KLAMATH IFM(6, 0x03) 57 #define INTEL_PENTIUM_III_DESCHUTES IFM(6, 0x05) 58 #define INTEL_PENTIUM_III_TUALATIN IFM(6, 0x0B) 59 #define INTEL_PENTIUM_M_DOTHAN IFM(6, 0x0D) 61 #define INTEL_CORE_YONAH IFM(6, 0x0E) 63 #define INTEL_CORE2_MEROM IFM(6, 0x0F) 64 #define INTEL_CORE2_MEROM_L IFM(6, 0x16) 65 #define INTEL_CORE2_PENRYN IFM(6, [all...] |
/linux/net/6lowpan/ |
H A D | Kconfig | 2 menuconfig 6LOWPAN 3 tristate "6LoWPAN Support" 7 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks. 9 config 6LOWPAN_DEBUGFS 10 bool "6LoWPAN debugfs support" 11 depends on 6LOWPAN 14 This enables 6LoWPAN debugfs support. For example to manipulate 17 menuconfig 6LOWPAN_NHC 19 depends on 6LOWPAN 25 if 6LOWPAN_NH [all...] |
/linux/tools/perf/pmu-events/arch/x86/ |
H A D | mapfile.csv | 2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.31,alderlake,core 3 GenuineIntel-6-BE,v1.31,alderlaken,core 4 GenuineIntel-6-C[56],v1.09,arrowlake,core 5 GenuineIntel-6-(1C|26|27|35|36),v5,bonnell,core 6 GenuineIntel-6-(3D|47),v30,broadwell,core 7 GenuineIntel-6-56,v12,broadwellde,core 8 GenuineIntel-6-4F,v23,broadwellx,core 9 GenuineIntel-6-55-[56789ABCDEF],v1.25,cascadelakex,core 10 GenuineIntel-6-DD,v1.00,clearwaterforest,core 11 GenuineIntel-6 [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
H A D | qp_tables.h | 29 { 6, { 0, 4, 5, 6, 6, 6, 6, 7, 7, 8, 9, 9, 9, 12, 16} }, 30 { 6.5, { 0, 4, 5, 6, 6, 6, 6, 7, 7, 8, 9, 9, 9, 12, 16} }, 31 { 7, { 0, 4, 5, 6, [all...] |
H A D | rc_calc_fpu.c | 115 *p++ = (bpp <= 6) ? (0) : ((((bpp >= 8) && (bpp <= 12))) ? (2) : ((bpp >= 15) ? (10) : ((((bpp > 6) && (bpp < 8))) ? (0 + dsc_roundf((bpp - 6) * (2 / 2.0))) : (2 + dsc_roundf((bpp - 12) * (8 / 3.0)))))); in get_ofs_set() 116 *p++ = (bpp <= 6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (8) : ((((bpp > 6) && (bpp < 8))) ? (-2 + dsc_roundf((bpp - 6) * (2 / 2.0))) : (0 + dsc_roundf((bpp - 12) * (8 / 3.0)))))); in get_ofs_set() 117 *p++ = (bpp <= 6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (6) : ((((bpp > 6) && (bpp < 8))) ? (-2 + dsc_roundf((bpp - 6) * ( in get_ofs_set() [all...] |
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_qp_tables.c | 11 /* from BPP 6 to 24 in steps of 0.5 */ 14 /* from BPP 6 to 30 in steps of 0.5 */ 17 /* from BPP 6 to 36 in steps of 0.5 */ 57 { 6, 5, 5, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 59 { 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 61 { 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 63 { 6, [all...] |
/linux/arch/powerpc/crypto/ |
H A D | curve25519-ppc64le_asm.S | 86 ld 6,0(5) 93 mulld 22,7,6 94 mulhdu 23,7,6 96 mulld 24,8,6 97 mulhdu 25,8,6 99 mulld 30,11,6 100 mulhdu 31,11,6 104 mulld 26,9,6 105 mulhdu 27,9,6 107 mulld 28,10,6 [all...] |
/linux/lib/ |
H A D | clz_tab.c | 5 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, [all...] |
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043u11-smarc-du-adv7513.dtso | 20 pinmux = <RZG2L_PORT_PINMUX(11, 2, 6)>, 21 <RZG2L_PORT_PINMUX(13, 1, 6)>, 22 <RZG2L_PORT_PINMUX(13, 0, 6)>, 23 <RZG2L_PORT_PINMUX(13, 4, 6)>, 24 <RZG2L_PORT_PINMUX(13, 3, 6)>, 25 <RZG2L_PORT_PINMUX(12, 1, 6)>, 26 <RZG2L_PORT_PINMUX(13, 2, 6)>, 27 <RZG2L_PORT_PINMUX(14, 0, 6)>, 28 <RZG2L_PORT_PINMUX(14, 2, 6)>, 29 <RZG2L_PORT_PINMUX(14, 1, 6)>, [all...] |
/linux/arch/sh/lib/ |
H A D | udivsi3_i4i.S | 281 .rept 6 381 .byte -6 382 .byte -6 383 .byte -6 384 .byte -6 385 .byte -6 386 .byte -6 387 .byte -6 388 .byte -6 389 .byte -6 [all...] |
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | debugfs.c | 71 seq_printf(file, " %6s", "N.A"); in mt7921_seq_puts_array() 73 seq_printf(file, " %6d", val[i]); in mt7921_seq_puts_array() 105 seq_printf(s, "%-16s %6s %6s %6s %6s\n", in mt7921_txpwr() 109 seq_printf(s, "%-16s %6s %6s %6s %6 in mt7921_txpwr() [all...] |
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | bpf.json | 17 "cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 100", 20 "matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' default-action pipe.*index 100 ref", 41 "cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0' index 100", 44 "matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0' default-action pipe.*index 100 ref", 118 "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 163 { global() object [all...] |
/linux/drivers/isdn/mISDN/ |
H A D | dsp_audio.c | 112 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, in linear2ulaw() [all...] |
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | kmemleak.rst | 216 6b 6b 6b 6b 6b 6b 6b 6b 6b 6 [all...] |
/linux/drivers/regulator/ |
H A D | da9052-regulator.c | 43 #define DA9052_ID_LDO3 6 99 ret = (ret & DA9052_BUCK_ILIM_MASK_ODD) >> 6; in da9052_dcdc_get_current_limit() 147 reg_val << 6); in da9052_dcdc_set_current_limit() 331 DA9052_DCDC(BUCK1, buck1, 25, 500, 2075, 6, 6, DA9052_SUPPLY_VBCOREGO), 332 DA9052_DCDC(BUCK2, buck2, 25, 500, 2075, 6, 6, DA9052_SUPPLY_VBPROGO), 333 DA9052_DCDC(BUCK3, buck3, 25, 950, 2525, 6, 6, DA9052_SUPPLY_VBMEMGO), 334 DA9052_DCDC(BUCK4, buck4, 50, 1800, 3600, 5, 6, [all...] |
/linux/drivers/pinctrl/sunplus/ |
H A D | sppctl_sp7021.c | 19 D_PIS(0, 4), D_PIS(0, 5), D_PIS(0, 6), D_PIS(0, 7), 21 D_PIS(1, 4), D_PIS(1, 5), D_PIS(1, 6), D_PIS(1, 7), 23 D_PIS(2, 4), D_PIS(2, 5), D_PIS(2, 6), D_PIS(2, 7), 25 D_PIS(3, 4), D_PIS(3, 5), D_PIS(3, 6), D_PIS(3, 7), 27 D_PIS(4, 4), D_PIS(4, 5), D_PIS(4, 6), D_PIS(4, 7), 29 D_PIS(5, 4), D_PIS(5, 5), D_PIS(5, 6), D_PIS(5, 7), 30 D_PIS(6, 0), D_PIS(6, 1), D_PIS(6, 2), D_PIS(6, [all...] |