/openbmc/linux/include/linux/ |
H A D | sysfb.h | 20 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 21 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 22 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 24 M_MINI_3_1, /* Mac Mini, 3,1th gen */ 25 M_MINI_4_1, /* Mac Mini, 4,1th gen */ 29 M_MB_5_1, /* MacBook, 5th rev. */ 30 M_MB_6_1, /* MacBook, 6th rev. */ 31 M_MB_7_1, /* MacBook, 7th rev. */ 39 M_MBP_4, /* MacBook Pro, 4th gen */ 40 M_MBP_5_1, /* MacBook Pro, 5,1th gen */ [all …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | regs-fimc.h | 30 /* Y 4th frame start address for output DMA */ 38 /* Cb 4th frame start address for output DMA */ 46 /* Cr 4th frame start address for output DMA */ 120 /* Y 5th frame start address for output DMA */ 122 /* Y 6th frame start address for output DMA */ 124 /* Y 7th frame start address for output DMA */ 126 /* Y 8th frame start address for output DMA */ 128 /* Y 9th frame start address for output DMA */ 130 /* Y 10th frame start address for output DMA */ 132 /* Y 11th frame start address for output DMA */ [all …]
|
/openbmc/linux/drivers/net/slip/ |
H A D | slhc.c | 239 struct tcphdr *th, *oth; in slhc_compress() local 251 if (ip->version != 4 || ip->ihl < 5) in slhc_compress() 264 if (isize < nlen + sizeof(*th)) in slhc_compress() 267 th = (struct tcphdr *)(icp + nlen); in slhc_compress() 268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress() 270 hlen = nlen + th->doff * 4; in slhc_compress() 276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress() 277 ! (th->ack)){ in slhc_compress() 299 && th->source == cs->cs_tcp.source in slhc_compress() 300 && th->dest == cs->cs_tcp.dest) in slhc_compress() [all …]
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | overview.rst | 9 introduced on 4th generation devices (Surface Pro 4, Surface Book 1), but 17 Not much is currently known about SAM on 4th generation devices (Surface Pro 19 between host and EC (as detailed below). On 5th (Surface Pro 2017, Surface 28 restructured for 7th generation devices and on those, specifically Surface 32 While features have not changed much on a coarse level since the 5th 34 5th and 6th generation devices, both battery and temperature information is 37 requests. On 7th generation devices, this additional layer is gone and these 49 generation of the Surface device. On 4th generation devices, host and EC 51 5th and later generations, communication takes place via a USART serial 67 communication interface for SAM on 5th- and all later-generation Surface
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/ |
H A D | index.html | 8 …th><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?… 12 <tr><th colspan="5"><hr></th></tr>
|
/openbmc/linux/drivers/char/ |
H A D | ds1620.c | 228 cur_temp_degF = (cur_temp * 9) / 5 + 32; in ds1620_read() 336 struct therm th; in ds1620_proc_therm_show() local 339 ds1620_read_state(&th); in ds1620_proc_therm_show() 343 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show() 344 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show() 345 temp >> 1, temp & 1 ? 5 : 0, in ds1620_proc_therm_show() 368 struct therm th, th_start; in ds1620_init() local 382 ds1620_read_state(&th); in ds1620_init() 389 ds1620_write_state(&th); in ds1620_init() 400 ds1620_read_state(&th); in ds1620_init() [all …]
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | Kconfig | 11 embedded controller (EC) found on 5th- and later-generation Microsoft 12 Surface devices (i.e. Surface Pro 5, Surface Book 2, Surface Laptop, 17 - EC access from ACPI via Surface ACPI Notify (5th- and 6th-generation) 34 Note: While 4th-generation Surface devices also make use of a SAM EC, 36 only 5th and later generations are currently supported. Specifically, 38 SAM-over-HID, which is used on the 4th generation, are currently not
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.h | 37 #define BIT_SYS_CTRL1_OTPADROPOVR_SET BIT(5) 48 #define BIT_DPD_PDNRX12 BIT(5) 58 #define BIT_DCTL_CTS_TCK_PHASE BIT(5) 69 #define BIT_PWD_SRST_CBUS_RST_SW_EN BIT(5) 90 #define BIT_VID_OVRRD_MINIVSYNC_ON BIT(5) 124 #define BIT_CTRL1_GPIO_I_8 BIT(5) 151 /* Interrupt Source #5, default value: 0x00 */ 163 /* Interrupt #5 Mask, default value: 0x00 */ 171 #define BIT_HPD_CTRL_HPD_HIGH BIT(5) 182 #define BIT_CTRL_GPIO_I_4 BIT(5) [all …]
|
/openbmc/qemu/disas/ |
H A D | riscv-xthead.c | 131 { "th.illegal", rv_codec_illegal, rv_fmt_none, NULL, 0, 0, 0 }, 133 { "th.addsl", rv_codec_r_imm2, rv_fmt_rd_rs1_rs2_imm, NULL, 0, 0, 0 }, 135 { "th.srri", rv_codec_r2_imm6, rv_fmt_rd_rs1_imm, NULL, 0, 0, 0 }, 136 { "th.srriw", rv_codec_r2_imm5, rv_fmt_rd_rs1_imm, NULL, 0, 0, 0 }, 137 { "th.ext", rv_codec_r2_immhl, rv_fmt_rd_rs1_immh_imml, NULL, 0, 0, 0 }, 138 { "th.extu", rv_codec_r2_immhl, rv_fmt_rd_rs1_immh_imml, NULL, 0, 0, 0 }, 139 { "th.ff0", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 }, 140 { "th.ff1", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 }, 141 { "th.rev", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 }, 142 { "th.revw", rv_codec_r2, rv_fmt_rd_rs1, NULL, 0, 0, 0 }, [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery.dataTables-1.13.8.min.css | 1 …th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.…
|
H A D | bootstrap.min.css | 5 …5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height… selector
|
H A D | bootstrap.css | 81 top: -.5em; 187 th { selector 255 .table th { 258 .table-bordered th, 327 .glyphicon-th-large:before { 330 .glyphicon-th:before { 333 .glyphicon-th-list:before { 855 .glyphicon-sound-5-1:before { 1110 outline: 5px auto -webkit-focus-ring-color; 1433 margin-left: -5px; [all …]
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_snb.c | 189 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1) 378 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box() 755 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"), 759 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"), 763 INTEL_UNCORE_EVENT_DESC(gt_requests.scale, "6.103515625e-5"), 767 INTEL_UNCORE_EVENT_DESC(ia_requests.scale, "6.103515625e-5"), 771 INTEL_UNCORE_EVENT_DESC(io_requests.scale, "6.103515625e-5"), 1032 .num_counters = 5, 1167 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */ 1168 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */ [all …]
|
/openbmc/docs/tof/ |
H A D | membership-and-voting.md | 7 The TOF body shall consist of between 5 and 9 members selected by the OpenBMC 43 | Jan 15th | July 15th | Current TOF must publish a list of eligible voting members. … 44 | Jan 30th | July 30th | Nominations (self or peer) for TOF seats must be sent to the mailin… 45 | Jan 30th | July 30th | Developers disputing membership eligibility must submit a petition … 46 | Feb 15th | Aug 15th | Current TOF must publish a final list of eligible voting members an… 48 | March 7th | Sept 7th | Election concludes. … 49 | March 15th | Sept 15th | Current TOF publishes election results and updates the TOF membersh… 84 12.5% (1/8) and 20% (1/5) of the community. (Whenever the highly-productive tier
|
/openbmc/linux/crypto/ |
H A D | vmac.c | 151 int i; u64 th, tl; \ 154 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 156 ADD128(rh, rl, th, tl); \ 162 int i; u64 th, tl; \ 165 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 167 ADD128(rh, rl, th, tl); \ 168 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \ 170 ADD128(rh1, rl1, th, tl); \ 177 int i; u64 th, tl; \ 180 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 10 5 = /dev/zero Null byte source 35 255 = /dev/ptyef 256th PTY master 40 the 1st through 16th series of 16 pseudo-ttys each, and 110 255 = /dev/ttyef 256th PTY slave 127 partitions, and 5 and above are logical partitions. 153 5 char Alternate TTY devices 162 (5,1) is /dev/console starting with Linux 2.1.71. See 257 5 = /dev/atarimouse Atari mouse 402 5 = /dev/tpqic24 QIC-24, rewind-on-close 425 Each device type has 5 bits (32 minors). [all …]
|
/openbmc/linux/drivers/platform/surface/ |
H A D | Kconfig | 47 on 5th- and 6th-generation Microsoft Surface devices (including 48 Surface Pro 5 and 6, Surface Book 2, Surface Laptops 1 and 2, and in 92 - HID input devices (7th-generation and later models with detachable 116 - Platform profile (performance-/cooling-mode) device (5th- and later 118 - Battery/AC devices (7th-generation). 119 - HID input devices (7th-generation). 208 Provides support for the ACPI platform profile on 5th- and later 215 Surface Pro 5, Surface Book 2, Surface Laptop, Surface Laptop Go and
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | plot.py | 39 "#5E7693", 212 "size": 5 425 <th colspan="2">Test config</th> 428 <th>Emulator:</th> 432 <th>Kernel:</th> 436 <th>Ramdisk:</th> 440 <th>Transport:</th> 444 <th>Host:</th> 453 <th colspan="2">Hardware config</th> 456 <th>CPUs:</th> [all …]
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local 57 if (journal_begin(&th, inode->i_sb, jbegin_count)) in reiserfs_evict_inode() 61 reiserfs_discard_prealloc(&th, inode); in reiserfs_evict_inode() 63 err = reiserfs_delete_object(&th, inode); in reiserfs_evict_inode() 76 if (journal_end(&th)) in reiserfs_evict_inode() 252 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() argument 255 struct super_block *s = th->t_super; in restart_transaction() 258 BUG_ON(!th->t_trans_id); in restart_transaction() 259 BUG_ON(!th->t_refcount); in restart_transaction() 264 if (th->t_refcount > 1) { in restart_transaction() [all …]
|
/openbmc/hiomapd/Documentation/ |
H A D | protocol.md | 113 | 5 | [`CLOSE`](#close-command) | ✓ | ✓ | ✓ | Close the current… 333 | 5 | `TIMEOUT` | ✓ | ✓ | ✓ | Timeout in performing action | 416 <th>Command</th><th>Response</th> 438 <th>Command</th><th>Response</th> 460 <th>Command</th><th>Response</th> 493 <th>Command</th><th>Response</th> 519 <th>Command</th><th>Response</th> 534 | Block Size Shift | Count | 1 | 5 | 1 | y | 545 <th>Command</th><th>Response</th> 561 | Block Size Shift | Count | 1 | 5 | 1 | y | [all …]
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mmap.c | 38 arg->mask |= (1 << 4) | (1 << 5); /* Mask 4th ('fd') and 5th ('offset') args, ignored */ in syscall_arg__scnprintf_mmap_flags() 58 arg->mask |= (1 << 5); /* Mask 5th ('new_address') args, ignored */ in syscall_arg__scnprintf_mremap_flags()
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_connections.robot | 33 ${MAX_UNAUTH_PER_IP} ${5} 60 Log To Console ${iter}th iteration Patch Request without valid session token 65 # Every 100th iteration, check BMC allows patch with auth token. 77 Verify User Cannot Login After 5 Non-Logged In Sessions 79 ... are 5 non-logged in sessions. 116 Log To Console ${iter}th iteration Post Request without valid session token 121 # Every 100th iteration, check BMC allows post with auth token. 142 Log To Console ${iter}th iteration 147 # Every 100th iteration Login with correct credentials 174 Log To Console ${iter}th login [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | apm-xgene-dma.txt | 14 4th - Soc efuse register address space. 15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is 16 DMA error reporting interrupt. 2nd, 3rd, 4th and 5th interrupts
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
H A D | ia_css_ctc_types.h | 28 * of gain(=8), but also the bits(=5) to convert chroma 69 u16 y3; /** 4th kneepoint gain. 72 u16 y4; /** 5th kneepoint gain. 75 u16 y5; /** 6th kneepoint gain. 87 u16 x3; /** 4th kneepoint luma. 90 u16 x4; /** 5tn kneepoint luma.
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-recheck-rcuscale.sh | 39 gptimes[++n] = $5 / 1000.; 40 sum += $5 / 1000.; 62 div = 10 ** int(log(gptimes[pct90]) / log(10) + .5) / 100; 81 print "50th percentile grace-period duration: " gptimes[pct50]; 82 print "90th percentile grace-period duration: " gptimes[pct90]; 83 print "99th percentile grace-period duration: " gptimes[pct99];
|