Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/openbmc/linux/arch/x86/events/intel/
H A Duncore.h273 box->pmu->type->mmio_offset * box->pmu->pmu_idx; in uncore_mmio_box_ctl()
318 return box->pmu->type->box_ctl + uncore_msr_box_offset(box); in uncore_msr_box_ctl()
418 if (box->pci_dev || box->io_addr) in uncore_fixed_ctl()
427 if (box->pci_dev || box->io_addr) in uncore_fixed_ctr()
436 if (box->pci_dev || box->io_addr) in uncore_event_ctl()
445 if (box->pci_dev || box->io_addr) in uncore_perf_ctr()
520 box->pmu->type->ops->disable_event(box, event); in uncore_disable_event()
526 box->pmu->type->ops->enable_event(box, event); in uncore_enable_event()
532 return box->pmu->type->ops->read_counter(box, event); in uncore_read_counter()
539 box->pmu->type->ops->init_box(box); in uncore_box_init()
[all …]
H A Duncore.c308 if (!box->n_active || box->cpu != smp_processor_id()) in uncore_pmu_hrtimer()
325 uncore_perf_event_update(box, box->events[bit]); in uncore_pmu_hrtimer()
359 if (!box) in uncore_alloc_box()
455 box->pmu->type->ops->put_constraint(box, event); in uncore_put_event_constraint()
587 if (!box) in uncore_pmu_event_add()
672 box->event_list[i - 1] = box->event_list[i]; in uncore_pmu_event_del()
758 if (!box || box->cpu < 0) in uncore_pmu_event_init()
821 if (!box) in uncore_pmu_enable()
836 if (!box) in uncore_pmu_disable()
1154 if (!box) in uncore_pci_pmu_register()
[all …]
H A Duncore_discovery.c380 wrmsrl(uncore_msr_box_ctl(box), 0); in intel_generic_uncore_msr_enable_box()
410 struct pci_dev *pdev = box->pci_dev; in intel_generic_uncore_pci_init_box()
419 struct pci_dev *pdev = box->pci_dev; in intel_generic_uncore_pci_disable_box()
427 struct pci_dev *pdev = box->pci_dev; in intel_generic_uncore_pci_enable_box()
482 return type->box_ctls[box->dieid] + type->mmio_offsets[box->pmu->pmu_idx]; in generic_uncore_mmio_box_ctl()
499 if (!box->io_addr) { in intel_generic_uncore_mmio_init_box()
511 if (!box->io_addr) in intel_generic_uncore_mmio_disable_box()
519 if (!box->io_addr) in intel_generic_uncore_mmio_enable_box()
522 writel(0, box->io_addr); in intel_generic_uncore_mmio_enable_box()
530 if (!box->io_addr) in intel_generic_uncore_mmio_enable_event()
[all …]
H A Duncore_discovery.h137 void intel_generic_uncore_msr_init_box(struct intel_uncore_box *box);
138 void intel_generic_uncore_msr_disable_box(struct intel_uncore_box *box);
139 void intel_generic_uncore_msr_enable_box(struct intel_uncore_box *box);
141 void intel_generic_uncore_mmio_init_box(struct intel_uncore_box *box);
142 void intel_generic_uncore_mmio_disable_box(struct intel_uncore_box *box);
143 void intel_generic_uncore_mmio_enable_box(struct intel_uncore_box *box);
146 void intel_generic_uncore_mmio_enable_event(struct intel_uncore_box *box,
149 void intel_generic_uncore_pci_init_box(struct intel_uncore_box *box);
150 void intel_generic_uncore_pci_disable_box(struct intel_uncore_box *box);
151 void intel_generic_uncore_pci_enable_box(struct intel_uncore_box *box);
[all …]
H A Duncore_snb.c288 if (box->pmu->pmu_idx == 0) in snb_uncore_msr_exit_box()
849 if (!box->io_addr) in snb_uncore_imc_init_box()
907 if (!box || box->cpu < 0) in snb_uncore_imc_event_init()
910 event->cpu = box->cpu; in snb_uncore_imc_event_init()
911 event->pmu_private = box; in snb_uncore_imc_event_init()
1515 if (!box->io_addr) in __uncore_imc_init_box()
1595 if (box->io_addr && (box->pmu->pmu_idx == 1)) in adl_uncore_imc_init_box()
1601 if (!box->io_addr) in adl_uncore_mmio_disable_box()
1604 writel(ADL_UNCORE_IMC_CTL_FRZ, box->io_addr + uncore_mmio_box_ctl(box)); in adl_uncore_mmio_disable_box()
1609 if (!box->io_addr) in adl_uncore_mmio_enable_box()
[all …]
H A Duncore_nhmex.c219 if (uncore_msr_fixed_ctl(box)) in nhmex_uncore_msr_disable_box()
234 if (uncore_msr_fixed_ctl(box)) in nhmex_uncore_msr_enable_box()
367 if (box->pmu->pmu_idx == 0) in nhmex_bbox_hw_config()
452 if (box->pmu->pmu_idx == 0) in nhmex_sbox_hw_config()
561 er = &box->shared_regs[idx]; in nhmex_mbox_get_shared_reg()
619 er = &box->shared_regs[idx]; in nhmex_mbox_put_shared_reg()
704 if (!uncore_box_is_fake(box)) { in nhmex_mbox_get_constraint()
743 if (uncore_box_is_fake(box)) in nhmex_mbox_put_constraint()
811 if (box->pmu->pmu_idx == 0) in nhmex_mbox_hw_config()
1001 er = &box->shared_regs[er_idx]; in nhmex_rbox_get_constraint()
[all …]
H A Duncore_snbep.c1211 int die = box->dieid; in snbep_qpi_enable_event()
4633 box->pmu->type->msr_offset * box->pmu->pmu_idx; in snr_cha_hw_config()
5107 if (!box->io_addr) { in snr_uncore_mmio_map()
5125 __snr_uncore_mmio_init_box(box, uncore_mmio_box_ctl(box), in snr_uncore_mmio_init_box()
5134 if (!box->io_addr) in snr_uncore_mmio_disable_box()
5146 if (!box->io_addr) in snr_uncore_mmio_enable_box()
5159 if (!box->io_addr) in snr_uncore_mmio_enable_event()
5174 if (!box->io_addr) in snr_uncore_mmio_disable_event()
5865 snr_uncore_mmio_map(box, uncore_mmio_box_ctl(box), in icx_uncore_imc_freerunning_init_box()
6058 if (!box->io_addr) in spr_uncore_mmio_enable_event()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.treetable.css14 /* Force content-box box model for indenter (Bootstrap compatibility) */
15 -webkit-box-sizing: content-box;
16 -moz-box-sizing: content-box;
17 box-sizing: content-box;
H A Djquery.dataTables-1.13.8.min.css1box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.9);box-shadow:inset 0 0 0 9999px rgba(var(--dt-…
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dtextbox.c138 print_page(box, boxh, boxw); in refresh_text_box()
157 WINDOW *dialog, *box; in dialog_textbox() local
207 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
208 wattrset(box, dlg.dialog.atr); in dialog_textbox()
209 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
211 keypad(box, TRUE); in dialog_textbox()
232 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
233 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
251 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
331 delwin(box); in dialog_textbox()
[all …]
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dtextbox.c30 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
49 WINDOW *dialog, *box; in dialog_textbox() local
99 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
100 wattrset(box, dlg.dialog.atr); in dialog_textbox()
101 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
103 keypad(box, TRUE); in dialog_textbox()
124 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
144 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
156 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
232 delwin(box); in dialog_textbox()
[all …]
/openbmc/linux/lib/
H A Dpacking.c87 int plogical_first_u8, plogical_last_u8, box; in packing() local
120 for (box = plogical_first_u8; box >= plogical_last_u8; box--) { in packing()
132 if (box == plogical_first_u8) in packing()
136 if (box == plogical_last_u8) in packing()
148 proj_start_bit = ((box * 8) + box_start_bit) - endbit; in packing()
149 proj_end_bit = ((box * 8) + box_end_bit) - endbit; in packing()
158 box_addr = pbuflen - box - 1; in packing()
/openbmc/linux/sound/pci/ice1712/
H A Dhoontech.c68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument
75 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_channel()
118 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi() argument
125 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_midi()
158 int box, chn; in hoontech_init() local
234 for (box = 0; box < 4; box++) { in hoontech_init()
235 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI2) in hoontech_init()
238 snd_ice1712_stdsp24_box_channel(ice, box, chn, in hoontech_init()
239 (spec->boxconfig[box] & (1 << chn)) ? 1 : 0); in hoontech_init()
240 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI1) in hoontech_init()
[all …]
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_buttons.scss15 box-shadow: none !important;
28 box-shadow: inset 0 0 0 3px theme-color('primary'), inset 0 0 0 5px $white;
37 box-shadow: inset 0 0 0 3px theme-color('secondary'), inset 0 0 0 5px $white;
54 box-shadow: inset 0 0 0 2px theme-color("primary");
59 box-shadow: $btn-focus-box-shadow;
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1677 u32 box_c2 = box->z + box->d; in vmw_subres_dirty_add()
1685 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()
1688 box_c2 = box->y + box->h; in vmw_subres_dirty_add()
1692 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()
1695 box_c2 = box->x + box->w; in vmw_subres_dirty_add()
1699 box->w = loc_end->x - box->x; in vmw_subres_dirty_add()
1797 box->h = box->d = 1; in vmw_surface_buf_dirty_range_add()
1800 box_c2 = box->x + box->w; in vmw_surface_buf_dirty_range_add()
1804 box->w = end - box->x; in vmw_surface_buf_dirty_range_add()
1880 cmd1->body.box = *box; in vmw_surface_dirty_sync()
[all …]
H A Dvmwgfx_stdu.c1140 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu() local
1150 box->z = 0; in vmw_stdu_bo_populate_update_cpu()
1153 box->d = 1; in vmw_stdu_bo_populate_update_cpu()
1257 SVGA3dBox *box = &cmd_update->body.box; in vmw_stdu_surface_update_proxy() local
1267 box->z = 0; in vmw_stdu_surface_update_proxy()
1270 box->d = 1; in vmw_stdu_surface_update_proxy()
1306 box->srcx = fb_x; in vmw_stdu_surface_populate_clip()
1307 box->srcy = fb_y; in vmw_stdu_surface_populate_clip()
1308 box->srcz = 0; in vmw_stdu_surface_populate_clip()
1311 box->z = 0; in vmw_stdu_surface_populate_clip()
[all …]
/openbmc/phosphor-webui/app/common/styles/base/
H A Dforms.scss39 box-shadow: 0 0 0;
44 box-shadow: 0 -3px $primary-accent inset;
52 box-shadow: 0 -5px $status-error inset;
55 box-shadow: 0 -5px $primary-accent inset;
62 box-shadow: 0 -3px $status-error inset;
65 box-shadow: 0 -3px $status-error inset;
69 box-shadow: 0 -3px $status-error inset;
72 box-shadow: 0 -3px $status-error inset;
109 box-shadow: 0 0 0;
134 box-shadow: 0 0 0;
/openbmc/linux/Documentation/admin-guide/media/
H A Dimx6q-sabreauto.dot7 n00000005 [label="ipu1_csi0 capture\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
15 n00000016 [label="ipu1_ic_prpenc capture\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
18 n0000001f [label="ipu1_ic_prpvf capture\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
23 n00000033 [label="ipu1_csi1 capture\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
28 n00000041 [label="ipu2_csi0 capture\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
36 n00000052 [label="ipu2_ic_prpenc capture\n/dev/video5", shape=box, style=filled, fillcolor=yellow]
39 n0000005b [label="ipu2_ic_prpvf capture\n/dev/video6", shape=box, style=filled, fillcolor=yellow]
44 n0000006f [label="ipu2_csi1 capture\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
H A Drkisp1.dot11 n0000000c [label="rkisp1_mainpath\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
12 n00000010 [label="rkisp1_selfpath\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
13 n00000014 [label="rkisp1_stats\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
14 n00000018 [label="rkisp1_params\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
H A Dimx6q-sabresd.dot7 n00000005 [label="ipu1_csi0 capture\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
15 n00000016 [label="ipu1_ic_prpenc capture\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
18 n0000001f [label="ipu1_ic_prpvf capture\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
23 n00000033 [label="ipu1_csi1 capture\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
28 n00000041 [label="ipu2_csi0 capture\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
36 n00000052 [label="ipu2_ic_prpenc capture\n/dev/video5", shape=box, style=filled, fillcolor=yellow]
39 n0000005b [label="ipu2_ic_prpvf capture\n/dev/video6", shape=box, style=filled, fillcolor=yellow]
44 n0000006f [label="ipu2_csi1 capture\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py237 x = box.base_x
238 y = box.base_y
239 w = box.width
244 box.screen.addch(y, x + i, curses.ACS_HLINE, box.color)
248 box.screen.addch(y + i, x, curses.ACS_VLINE, box.color)
249 box.screen.addstr(y + i, x + 1, body_line, box.color)
251 box.screen.addch(y, x, curses.ACS_ULCORNER, box.color)
252 box.screen.addch(y, x + w - 1, curses.ACS_URCORNER, box.color)
253 box.screen.addch(y + h - 1, x, curses.ACS_LLCORNER, box.color)
271 box.screen.addch(box.base_y+2, box.base_x, curses.ACS_LTEE, box.color)
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel_sdsi4 Contact: "David E. Box" <david.e.box@linux.intel.com>
33 Contact: "David E. Box" <david.e.box@linux.intel.com>
43 Contact: "David E. Box" <david.e.box@linux.intel.com>
54 Contact: "David E. Box" <david.e.box@linux.intel.com>
63 Contact: "David E. Box" <david.e.box@linux.intel.com>
75 Contact: "David E. Box" <david.e.box@linux.intel.com>
85 Contact: "David E. Box" <david.e.box@linux.intel.com>
H A Dsysfs-class-intel_pmt4 Contact: David Box <david.e.box@linux.intel.com>
13 Contact: David Box <david.e.box@linux.intel.com>
26 Contact: David Box <david.e.box@linux.intel.com>
34 Contact: David Box <david.e.box@linux.intel.com>
43 Contact: David Box <david.e.box@linux.intel.com>
51 Contact: David Box <david.e.box@linux.intel.com>
72 Contact: David Box <david.e.box@linux.intel.com>
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c225 struct virtio_gpu_box box; in virgl_cmd_transfer_to_host_2d() local
229 box.x = t2d.r.x; in virgl_cmd_transfer_to_host_2d()
230 box.y = t2d.r.y; in virgl_cmd_transfer_to_host_2d()
231 box.z = 0; in virgl_cmd_transfer_to_host_2d()
232 box.w = t2d.r.width; in virgl_cmd_transfer_to_host_2d()
233 box.h = t2d.r.height; in virgl_cmd_transfer_to_host_2d()
234 box.d = 1; in virgl_cmd_transfer_to_host_2d()
241 (struct virgl_box *)&box, in virgl_cmd_transfer_to_host_2d()
258 (struct virgl_box *)&t3d.box, in virgl_cmd_transfer_to_host_3d()
275 (struct virgl_box *)&tf3d.box, in virgl_cmd_transfer_from_host_3d()
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dloongson_regs.h243 #define CSR_MAIL_SEND_BOX_LOW(box) (box << 1) argument
244 #define CSR_MAIL_SEND_BOX_HIGH(box) ((box << 1) + 1) argument

12345678910>>...13