Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/arch/x86/events/intel/
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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()
5859 snr_uncore_mmio_map(box, uncore_mmio_box_ctl(box), in icx_uncore_imc_freerunning_init_box()
6052 if (!box->io_addr) in spr_uncore_mmio_enable_event()
[all …]
/linux-6.3-rc2/scripts/kconfig/lxdialog/
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 …]
/linux-6.3-rc2/lib/
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()
/linux-6.3-rc2/sound/pci/ice1712/
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 …]
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_surface.c1681 u32 box_c2 = box->z + box->d; in vmw_subres_dirty_add()
1689 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()
1692 box_c2 = box->y + box->h; in vmw_subres_dirty_add()
1696 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()
1699 box_c2 = box->x + box->w; in vmw_subres_dirty_add()
1703 box->w = loc_end->x - box->x; in vmw_subres_dirty_add()
1801 box->h = box->d = 1; in vmw_surface_buf_dirty_range_add()
1804 box_c2 = box->x + box->w; in vmw_surface_buf_dirty_range_add()
1808 box->w = end - box->x; in vmw_surface_buf_dirty_range_add()
1884 cmd1->body.box = *box; in vmw_surface_dirty_sync()
[all …]
A Dvmwgfx_stdu.c1224 box->srcz = 0; in vmw_stdu_bo_populate_clip()
1227 box->z = 0; in vmw_stdu_bo_populate_clip()
1230 box->d = 1; in vmw_stdu_bo_populate_clip()
1317 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu() local
1327 box->z = 0; in vmw_stdu_bo_populate_update_cpu()
1330 box->d = 1; in vmw_stdu_bo_populate_update_cpu()
1446 SVGA3dBox *box = &cmd_update->body.box; in vmw_stdu_surface_update_proxy() local
1456 box->z = 0; in vmw_stdu_surface_update_proxy()
1459 box->d = 1; in vmw_stdu_surface_update_proxy()
1500 box->z = 0; in vmw_stdu_surface_populate_clip()
[all …]
A Dvmwgfx_kms.c363 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local
397 box->x != 0 || box->y != 0 || box->z != 0 || in vmw_kms_cursor_snoop()
398 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 || in vmw_kms_cursor_snoop()
400 box->w > VMW_CURSOR_SNOOP_WIDTH || box->h > VMW_CURSOR_SNOOP_HEIGHT) { in vmw_kms_cursor_snoop()
406 box->srcx, box->srcy, box->srcz, in vmw_kms_cursor_snoop()
407 box->x, box->y, box->z, in vmw_kms_cursor_snoop()
408 box->w, box->h, box->d, box_count, in vmw_kms_cursor_snoop()
2921 SVGA3dBox *box; in vmw_kms_update_proxy() local
2933 box = &cmd->body.box; in vmw_kms_update_proxy()
2949 box->z = 0; in vmw_kms_update_proxy()
[all …]
/linux-6.3-rc2/Documentation/admin-guide/media/
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]
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]
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]
A Dqcom_camss_8x96_graph.dot78 n00000025 [label="msm_vfe0_video0\n/dev/video0", shape=box, style=filled, fillcolor=yellow]
81 n0000002e [label="msm_vfe0_video1\n/dev/video1", shape=box, style=filled, fillcolor=yellow]
84 n00000037 [label="msm_vfe0_video2\n/dev/video2", shape=box, style=filled, fillcolor=yellow]
87 n00000040 [label="msm_vfe0_video3\n/dev/video3", shape=box, style=filled, fillcolor=yellow]
90 n00000049 [label="msm_vfe1_video0\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
93 n00000052 [label="msm_vfe1_video1\n/dev/video5", shape=box, style=filled, fillcolor=yellow]
96 n0000005b [label="msm_vfe1_video2\n/dev/video6", shape=box, style=filled, fillcolor=yellow]
99 n00000064 [label="msm_vfe1_video3\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
/linux-6.3-rc2/Documentation/ABI/testing/
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>
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>
/linux-6.3-rc2/arch/mips/include/asm/mach-loongson64/
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
/linux-6.3-rc2/Documentation/gpu/dp-mst/
A Dtopology-figure-1.dot38 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
40 payload1 [label="Payload #1";style=filled;shape=box;fillcolor=lightblue];
41 payload2 [label="Payload #2";style=filled;shape=box;fillcolor=lightblue];
A Dtopology-figure-2.dot52 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
54 payload1 [label="Payload #1";style=filled;shape=box;fillcolor=lightblue];
55 payload2 [label="Payload #2";style=filled;shape=box;fillcolor=lightblue];
A Dtopology-figure-3.dot55 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
57 payload1 [label="Payload #1";style=filled;shape=box;fillcolor=lightblue];
58 payload2 [label="Payload #2";style=filled;shape=box;fillcolor=lightblue;penwidth=3];
/linux-6.3-rc2/drivers/net/appletalk/
A DKconfig10 on a network. If your Linux box is connected to such a network and you
12 so that your Linux box can act as a print and file server for Macs as
37 on a network. If your Linux box is connected to such a network, and wish
78 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
79 you want your Linux box to act as an Internet gateway for a zoo of
99 IP packets inside AppleTalk frames; this is useful if your Linux box
/linux-6.3-rc2/arch/arm/mach-sti/
A DKconfig34 Electronics family StiH415 parts, primarily targeted at set-top-box
43 Electronics family StiH416 parts, primarily targeted at set-top-box
53 Electronics family StiH407 parts, targetted at set-top-box

Completed in 67 milliseconds

12345678