/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | task_size.c | 71 unsigned long bottom = 0; in os_get_top_address() local 83 printf("Locating the bottom of the address space ... "); in os_get_top_address() 98 /* Manually scan the address space, bottom-up, until we find in os_get_top_address() 101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address() 102 if (page_ok(bottom)) in os_get_top_address() 107 if (bottom == top) { in os_get_top_address() 108 fprintf(stderr, "Unable to determine bottom of address " in os_get_top_address() 113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIFT); in os_get_top_address() 117 original = bottom; in os_get_top_address() 124 test = bottom + (top - bottom) / 2; in os_get_top_address() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | field-order.rst | 29 combine to frames. We distinguish between top (aka odd) and bottom (aka 31 the first line of an interlaced frame, the first line of the bottom 35 whether a frame commences with the top or bottom field is pointless. Any 36 two successive top and bottom, or bottom and top fields yield a valid 42 Whether the older field contains the top or bottom lines is a convention 95 - Images consist of the bottom (aka even) field only. Applications 102 order of the fields (whether the top or bottom field is older) 103 depends on the current video standard. In M/NTSC the bottom 109 in memory, immediately followed by the bottom field lines. Fields 114 - Images contain both fields, the bottom field lines are stored [all …]
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | section.scss | 19 margin-bottom: 3rem; 25 border-bottom: 1px solid $border-color-01; 26 padding-bottom: 0.5rem; 27 margin-bottom: 1.5rem; 31 margin-bottom: 0; 36 margin-bottom: 0;
|
H A D | content.scss | 30 margin-bottom: 0; 45 border-bottom: 1px solid $border-color-01; 52 border-bottom: 1px solid $border-color-01; 53 padding-bottom: 0.5em;
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 115 * nested aio_bh_poll() calls process all scheduled bottom halves. 151 * If this field is 0, everything (file descriptors, bottom halves, 181 /* Bottom Halves pending aio_bh_poll() processing */ 261 * They also provide bottom halves, a service to execute a piece of code 283 * aio_bh_schedule_oneshot_full: Allocate a new bottom half structure that will 292 * aio_bh_schedule_oneshot: Allocate a new bottom half structure that will run 302 * aio_bh_new_full: Allocate a new bottom half structure. 304 * Bottom halves are lightweight callbacks whose invocation is guaranteed 316 * aio_bh_new: Allocate a new bottom half structure 325 * aio_bh_new_guarded: Allocate a new bottom half structure with a [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 8 margin-bottom: .8em; 9 border-bottom: 1px solid $border-color-01; 60 border-bottom: 1px solid $border-color-01; 87 border-bottom: 1px solid $border-color-01; 184 border-bottom: 1px solid $border-color-01; 187 padding-bottom: 0; 209 border-bottom: 1px solid $border-color-01; 271 border-bottom: 2px solid $primary-light; 273 transform-origin: bottom right; 286 border-bottom: 2px solid $primary-light; [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _alert.scss | 6 margin-bottom: $spacer; 22 margin-bottom: $spacer; 25 margin-bottom: 0; 34 margin-bottom: $spacer / 2; 39 margin-bottom: $spacer; 43 margin-bottom: 0;
|
/openbmc/phosphor-webui/app/access-control/styles/ |
H A D | ldap.scss | 4 margin-bottom: 1.7em; 10 padding-bottom: 1.5em; 12 margin-bottom: 3em; 21 margin-bottom: 6px; 26 margin-bottom: 1.2em; 76 margin-bottom: 1rem; 168 border-bottom: 1px solid $border-color-01; 185 border-bottom: 1px solid $border-color-01; 234 margin-bottom: 2em; 245 padding-bottom: 1em;
|
H A D | certificate.scss | 7 border-bottom: 1px solid $border-color-01; 14 border-bottom: 1px solid $border-color-01; 95 margin-bottom: .2em; 135 margin-bottom: 0; 164 margin-bottom: .5em; 170 margin-bottom: 0; 180 margin-bottom: 1.7rem;
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 386 if (btv->curr.top || btv->curr.bottom) in bttv_set_capture_control() 437 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma() 438 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma() 467 /* bottom field */ in bttv_risc_init_main() 537 r = bttv_risc_packed(btv, &buf->bottom, list, offset, bpl, in bttv_buffer_risc_vbi() 558 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local 563 bottom = NULL; in bttv_buffer_activate_vbi() 593 bottom = &vbi->bottom; in bttv_buffer_activate_vbi() 599 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi() 609 if (NULL != set->top && NULL != set->bottom) { in bttv_buffer_activate_video() [all …]
|
/openbmc/phosphor-webui/app/server-control/styles/ |
H A D | power-operations.scss | 6 border-bottom: 1px solid $border-color-01; 21 margin-bottom: 3em; 54 margin-bottom: 1em; 77 margin-bottom: 1.5em; 90 margin-bottom: 1em; 98 margin-bottom: 0; 107 margin-bottom: 4em;
|
H A D | bmc-reboot.scss | 5 padding-bottom: 1.5em; 6 margin-bottom: 1em; 7 border-bottom: 1px solid $border-color-02; 9 margin-bottom: 1.5em;
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap.min.css | 5 …bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}m…
|
H A D | bootstrap.css | 53 border-bottom: 1px dotted; 84 bottom: -.25em; 1020 .glyphicon-object-align-bottom:before { 1041 .glyphicon-triangle-bottom:before { 1149 margin-bottom: 20px; 1227 margin-bottom: 10px; 1250 margin-bottom: 10px; 1294 margin-bottom: 20px; 1412 padding-bottom: 9px; 1414 border-bottom: 1px solid #eee; [all …]
|
H A D | default.css | 7 img.logo { height: 30px; vertical-align: bottom; } 35 /* Increase bottom margin of definition lists inside popovers for the Toaster version information i… 37 .item-info dd { margin-bottom: 15px; } 44 .build-result .progress { margin-bottom: 0; } 47 .build-result .project-name { margin-top: -10px; margin-bottom: 5px; } 72 span[class^="remove-search-btn-"] { position: absolute; right: 5px; top: 0; bottom: 0; height: 14px… 122 …or: #999; text-transform: uppercase; margin-top: 20px !important; margin-bottom: 15px; padding-lef… 126 #project-topbar { margin-bottom: 20px; } 164 #information { margin-bottom: 5em; } 165 #information dd > form { margin-bottom: 5px; margin-top: 5px; } [all …]
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | lcd_dma.c | 135 unsigned long top, bottom; in set_b1_regs() local 171 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() 172 /* 1510 DMA requires the bottom address to be 2 more in set_b1_regs() 176 bottom += 2; in set_b1_regs() 181 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 191 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 196 bottom = PIXADDR(0, 0); in set_b1_regs() 206 bottom = PIXADDR(0, 0); in set_b1_regs() 211 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 221 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() [all …]
|
/openbmc/phosphor-webui/app/configuration/styles/ |
H A D | firmware.scss | 7 margin-bottom: 2.5em; 40 margin-bottom: 0em; 118 margin-bottom: 1em; 131 padding-bottom: 2em; 132 border-bottom: 1px solid $border-color-01; 139 padding-bottom: 50px;
|
H A D | network.scss | 3 margin-bottom: 1.2em; 14 margin-bottom: 2em; 19 padding-bottom: 0.5rem; 58 padding-bottom: 1.8em;
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | alerts.scss | 16 vertical-align: bottom; 25 margin-bottom: 0; 31 margin-bottom: 24px; 39 margin-bottom: 0; 55 bottom: 8px;
|
H A D | quicklinks.scss | 23 margin-bottom: 0; 33 border-bottom: 1px solid $border-color-01; 64 border-bottom: 0; 81 margin-bottom: 0;
|
H A D | modals.scss | 49 padding-bottom: 0.7em; 60 border-bottom: 1px solid $border-color-02; 61 padding-bottom: 1em; 62 margin-bottom: 2em; 76 margin-bottom: 0.8em;
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_fsf.c | 413 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval() 539 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local 544 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate() 548 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate() 550 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate() 551 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate() 559 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate() 561 switch (bottom->fc_topology) { in zfcp_fsf_exchange_config_evaluate() 563 adapter->peer_d_id = ntoh24(bottom->peer_d_id); in zfcp_fsf_exchange_config_evaluate() 587 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; in zfcp_fsf_exchange_config_data_handler() local [all …]
|
/openbmc/u-boot/include/ |
H A D | flash.h | 173 #define MT_ID_28F400_B 0x44714471 /* 28F400B3 ID ( 4 M, bottom boot sect) */ 199 #define AMD_ID_LV116DB 0x4C /* 29LV116DB ( 2 M x 8, bottom boot sect) */ 202 #define AMD_ID_PL160CB 0x22452245 /* 29PL160CB ID (16 M, bottom boot sect */ 205 #define AMD_ID_LV400B 0x22BA22BA /* 29LV400B ID ( 4 M, bottom boot sect) */ 211 #define AMD_ID_LV800B 0x225B225B /* 29LV800B ID ( 8 M, bottom boot sect) */ 214 #define AMD_ID_LV160B 0x22492249 /* 29LV160B ID (16 M, bottom boot sect) */ 217 #define AMD_ID_DL163B 0x222B222B /* 29DL163B ID (16 M, bottom boot sect) */ 221 #define AMD_ID_LV320B 0x22F922F9 /* 29LV320B ID (32 M, bottom boot sect) */ 225 #define AMD_ID_DL322B 0x22562256 /* 29DL322B ID (32 M, bottom boot sect) */ 227 #define AMD_ID_DL323B 0x22532253 /* 29DL323B ID (32 M, bottom boot sect) */ [all …]
|
/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | sensors.scss | 23 margin-bottom: 1rem; 27 margin-bottom: 0; 61 margin-bottom: 1rem; 66 margin-bottom: 0; 82 margin-bottom: 0.5rem; 100 margin-bottom: 0.5rem;
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_draw.c | 97 drawable->self_bitmap_area.bottom = 0; in make_drawable() 142 int left, right, top, bottom; in qxl_draw_dirty_fb() local 167 bottom = clips->y2; in qxl_draw_dirty_fb() 175 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb() 179 height = bottom - top; in qxl_draw_dirty_fb() 199 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb() 230 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb() 249 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb()
|