Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 7862) sorted by relevance

12345678910>>...315

/openbmc/qemu/target/arm/
H A Dcpu-features.h230 return isar_feature_aa32_fpsp_v2(id) || isar_feature_aa32_fpdp_v2(id); in isar_feature_aa32_vfp()
940 return isar_feature_aa64_fp16(id) || isar_feature_aa32_fp16_arith(id); in isar_feature_any_fp16()
945 return isar_feature_aa64_predinv(id) || isar_feature_aa32_predinv(id); in isar_feature_any_predinv()
950 return isar_feature_aa64_pmuv3p1(id) || isar_feature_aa32_pmuv3p1(id); in isar_feature_any_pmuv3p1()
955 return isar_feature_aa64_pmuv3p4(id) || isar_feature_aa32_pmuv3p4(id); in isar_feature_any_pmuv3p4()
960 return isar_feature_aa64_pmuv3p5(id) || isar_feature_aa32_pmuv3p5(id); in isar_feature_any_pmuv3p5()
965 return isar_feature_aa64_ccidx(id) || isar_feature_aa32_ccidx(id); in isar_feature_any_ccidx()
970 return isar_feature_aa64_tts2uxn(id) || isar_feature_aa32_tts2uxn(id); in isar_feature_any_tts2uxn()
980 return isar_feature_aa64_ras(id) || isar_feature_aa32_ras(id); in isar_feature_any_ras()
985 return isar_feature_aa64_half_evt(id) || isar_feature_aa32_half_evt(id); in isar_feature_any_half_evt()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.h210 SRI_ARR(DC_ABM1_ACE_THRES_12, ABM, id), NBIO_SR_ARR(BIOS_SCRATCH_2, id) \
221 SR_ARR(DCCG_AUDIO_DTO_SOURCE, id), SR_ARR(DCCG_AUDIO_DTO0_MODULE, id), \
222 SR_ARR(DCCG_AUDIO_DTO0_PHASE, id), SR_ARR(DCCG_AUDIO_DTO1_MODULE, id), \
245 SRI_ARR(AFMT_60958_0, AFMT, id), SRI_ARR(AFMT_60958_1, AFMT, id), \
246 SRI_ARR(AFMT_60958_2, AFMT, id), SRI_ARR(AFMT_MEM_PWR, AFMT, id) \
252 SRI_ARR(APG_CONTROL, APG, id), SRI_ARR(APG_CONTROL2, APG, id), \
253 SRI_ARR(APG_MEM_PWR, APG, id), SRI_ARR(APG_DBG_GEN_CONTROL, APG, id) \
259 SRI_ARR(AFMT_CNTL, DIG, id), SRI_ARR(DIG_FE_CNTL, DIG, id), \
260 SRI_ARR(HDMI_CONTROL, DIG, id), SRI_ARR(HDMI_DB_CONTROL, DIG, id), \
319 #define HPD_REG_LIST_RI(id) SRI_ARR(DC_HPD_CONTROL, HPD, id) argument
[all …]
/openbmc/linux/include/linux/
H A Data.h563 #define ata_id_is_ata(id) (((id)[ATA_ID_CONFIG] & (1 << 15)) == 0) argument
564 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) argument
565 #define ata_id_has_dma(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8)) argument
566 #define ata_id_has_ncq(id) ((id)[ATA_ID_SATA_CAPABILITY] & (1 << 8)) argument
568 #define ata_id_removable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument
590 #define ata_id_has_iordy(id) ((id)[ATA_ID_CAPABILITY] & (1 << 11)) argument
592 (((u32) (id)[(n) + 1] << 16) | ((u32) (id)[(n)]))
599 #define ata_id_cdb_intr(id) (((id)[ATA_ID_CONFIG] & 0x60) == 0x20) argument
600 #define ata_id_has_da(id) ((id)[ATA_ID_SATA_CAPABILITY_2] & (1 << 4)) argument
883 u16 val = id[168]; in ata_id_form_factor()
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-sh7760.c248 OUT32(id, I2CMAR, (id->msg->addr << 1) | 1); in sh7760_i2c_mrecv()
274 OUT32(id, I2CMAR, (id->msg->addr << 1) | 0); in sh7760_i2c_msend()
286 OUT32(id, I2CRXTX, *(id->msg->buf)); in sh7760_i2c_msend()
446 id = kzalloc(sizeof(*id), GFP_KERNEL); in sh7760_i2c_probe()
447 if (!id) { in sh7760_i2c_probe()
478 id->adap.nr = pdev->id; in sh7760_i2c_probe()
482 id->adap.algo_data = id; in sh7760_i2c_probe()
484 snprintf(id->adap.name, sizeof(id->adap.name), in sh7760_i2c_probe()
526 free_irq(id->irq, id); in sh7760_i2c_probe()
533 kfree(id); in sh7760_i2c_probe()
[all …]
H A Di2c-cadence.c484 id->curr_recv_count = id->recv_count; in cdns_i2c_master_isr()
578 id->p_recv_buf = id->p_msg->buf; in cdns_i2c_mrecv()
579 id->recv_count = id->p_msg->len; in cdns_i2c_mrecv()
593 id->curr_recv_count = id->recv_count; in cdns_i2c_mrecv()
599 if (id->recv_count > id->fifo_depth) in cdns_i2c_mrecv()
623 if (!id->bus_hold_flag && id->recv_count <= id->fifo_depth) { in cdns_i2c_mrecv()
673 id->p_send_buf = id->p_msg->buf; in cdns_i2c_msend()
674 id->send_count = id->p_msg->len; in cdns_i2c_msend()
685 if (id->send_count > id->fifo_depth) in cdns_i2c_msend()
1324 id->adap.algo_data = id; in cdns_i2c_probe()
[all …]
/openbmc/linux/include/linux/soc/pxa/
H A Dcpu.h83 #define __cpu_is_pxa210(id) (0) argument
84 #define __cpu_is_pxa250(id) (0) argument
85 #define __cpu_is_pxa255(id) (0) argument
86 #define __cpu_is_pxa25x(id) (0) argument
96 #define __cpu_is_pxa27x(id) (0) argument
218 __cpu_is_pxa300(id) \
219 || __cpu_is_pxa310(id) \
220 || __cpu_is_pxa320(id) \
221 || __cpu_is_pxa93x(id); \
230 __cpu_is_pxa930(id) \
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_common.c67 id = ENUM_ID_1; in enum_id_from_bios_object_id()
70 id = ENUM_ID_2; in enum_id_from_bios_object_id()
73 id = ENUM_ID_3; in enum_id_from_bios_object_id()
76 id = ENUM_ID_4; in enum_id_from_bios_object_id()
79 id = ENUM_ID_5; in enum_id_from_bios_object_id()
82 id = ENUM_ID_6; in enum_id_from_bios_object_id()
85 id = ENUM_ID_7; in enum_id_from_bios_object_id()
92 return id; in enum_id_from_bios_object_id()
169 return id; in encoder_id_from_bios_object_id()
224 return id; in connector_id_from_bios_object_id()
[all …]
/openbmc/linux/drivers/clk/at91/
H A Dsam9x60.c79 u8 id; member
95 u8 id; member
97 { .n = "pioA_clk", .id = 2, },
98 { .n = "pioB_clk", .id = 3, },
99 { .n = "pioC_clk", .id = 4, },
100 { .n = "flex0_clk", .id = 5, },
101 { .n = "flex1_clk", .id = 6, },
102 { .n = "flex2_clk", .id = 7, },
103 { .n = "flex3_clk", .id = 8, },
150 u8 id; member
[all …]
H A Dsama5d4.c43 u8 id; member
61 u8 id; member
63 { .n = "pioD_clk", .id = 5 },
66 { .n = "icm_clk", .id = 9 },
67 { .n = "aes_clk", .id = 12 },
68 { .n = "tdes_clk", .id = 14 },
69 { .n = "sha_clk", .id = 15 },
92 { .n = "pwm_clk", .id = 43 },
93 { .n = "adc_clk", .id = 44 },
104 { .n = "smd_clk", .id = 61 },
[all …]
H A Dat91sam9260.c13 u8 id; member
18 u8 id; member
83 { .n = "pioA_clk", .id = 2 },
84 { .n = "pioB_clk", .id = 3 },
85 { .n = "pioC_clk", .id = 4 },
86 { .n = "adc_clk", .id = 5 },
87 { .n = "usart0_clk", .id = 6 },
88 { .n = "usart1_clk", .id = 7 },
89 { .n = "usart2_clk", .id = 8 },
90 { .n = "mci0_clk", .id = 9 },
[all …]
H A Dsama5d2.c44 u8 id; member
62 u8 id; member
67 { .n = "matrix1_clk", .id = 14, },
68 { .n = "hsmc_clk", .id = 17, },
106 u8 id; member
108 { .n = "dma0_clk", .id = 6, },
109 { .n = "dma1_clk", .id = 7, },
110 { .n = "aes_clk", .id = 9, },
129 u8 id; member
328 sama5d2_periphck[i].id, in sama5d2_pmc_setup()
[all …]
H A Dsama5d3.c44 u8 id; member
62 u8 id; member
66 { .n = "dbgu_clk", .id = 2, },
67 { .n = "hsmc_clk", .id = 5, },
68 { .n = "pioA_clk", .id = 6, },
69 { .n = "pioB_clk", .id = 7, },
70 { .n = "pioC_clk", .id = 8, },
71 { .n = "pioD_clk", .id = 9, },
72 { .n = "pioE_clk", .id = 10, },
89 { .n = "pwm_clk", .id = 28, },
[all …]
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dmmu_context.c113 id++; in steal_context_smp()
135 return id; in steal_context_smp()
153 unsigned int id; in steal_all_contexts() local
155 for (id = FIRST_CONTEXT; id <= LAST_CONTEXT; id++) { in steal_all_contexts()
200 return id; in steal_context_up()
252 id = next->context.id; in switch_mmu_context()
265 id = steal_context_smp(id); in switch_mmu_context()
273 id = steal_context_up(id); in switch_mmu_context()
280 id = find_next_zero_bit(map, LAST_CONTEXT+1, id); in switch_mmu_context()
287 next->context.id = id; in switch_mmu_context()
[all …]
/openbmc/linux/tools/perf/arch/x86/util/
H A Dunwind-libunwind.c14 int id; in LIBUNWIND__ARCH_REG_ID() local
18 id = PERF_REG_X86_AX; in LIBUNWIND__ARCH_REG_ID()
21 id = PERF_REG_X86_DX; in LIBUNWIND__ARCH_REG_ID()
24 id = PERF_REG_X86_CX; in LIBUNWIND__ARCH_REG_ID()
27 id = PERF_REG_X86_BX; in LIBUNWIND__ARCH_REG_ID()
30 id = PERF_REG_X86_SI; in LIBUNWIND__ARCH_REG_ID()
33 id = PERF_REG_X86_DI; in LIBUNWIND__ARCH_REG_ID()
36 id = PERF_REG_X86_BP; in LIBUNWIND__ARCH_REG_ID()
73 return id; in LIBUNWIND__ARCH_REG_ID()
78 int id; in LIBUNWIND__ARCH_REG_ID() local
[all …]
/openbmc/u-boot/include/
H A Dlibata.h425 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0) argument
426 #define ata_id_has_lba(id) ((id)[49] & (1 << 9)) argument
427 #define ata_id_has_dma(id) ((id)[49] & (1 << 8)) argument
428 #define ata_id_has_ncq(id) ((id)[76] & (1 << 8)) argument
429 #define ata_id_queue_depth(id) (((id)[75] & 0x1f) + 1) argument
430 #define ata_id_removeable(id) ((id)[0] & (1 << 7)) argument
431 #define ata_id_iordy_disable(id) ((id)[49] & (1 << 10)) argument
432 #define ata_id_has_iordy(id) ((id)[49] & (1 << 11)) argument
435 (((u32) (id)[(n) + 1] << 16) | ((u32) (id)[(n)]))
442 #define ata_id_cdb_intr(id) (((id)[0] & 0x60) == 0x20) argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.h39 #define AUX_REG_LIST(id)\ argument
44 #define HPD_REG_LIST(id)\ argument
45 SRI(DC_HPD_CONTROL, HPD, id)
54 SRI(DP_CONFIG, DP, id), \
64 SRI(DP_MSE_SAT0, DP, id), \
65 SRI(DP_MSE_SAT1, DP, id), \
66 SRI(DP_MSE_SAT2, DP, id), \
68 SRI(DP_SEC_CNTL, DP, id), \
71 SRI(DP_SEC_CNTL1, DP, id)
88 SRI(DP_CONFIG, DP, id), \
[all …]
/openbmc/linux/sound/usb/
H A Dmixer_maps.c15 int id; member
22 int id; member
28 u32 id; member
178 .id = 0x80,
187 .id = 14, /* Capture Source */
497 .id = USB_ID(0x041e, 0x3000),
501 .id = USB_ID(0x041e, 0x3010),
505 .id = USB_ID(0x041e, 0x3020),
510 .id = USB_ID(0x041e, 0x3040),
514 .id = USB_ID(0x041e, 0x3048),
[all …]
/openbmc/linux/drivers/memory/tegra/
H A Dtegra194.c14 .id = TEGRA194_MEMORY_CLIENT_PTCR,
24 .id = TEGRA194_MEMORY_CLIENT_MIU7R,
34 .id = TEGRA194_MEMORY_CLIENT_MIU7W,
44 .id = TEGRA194_MEMORY_CLIENT_HDAR,
74 .id = TEGRA194_MEMORY_CLIENT_SATAR,
104 .id = TEGRA194_MEMORY_CLIENT_HDAW,
124 .id = TEGRA194_MEMORY_CLIENT_SATAW,
134 .id = TEGRA194_MEMORY_CLIENT_ISPRA,
154 .id = TEGRA194_MEMORY_CLIENT_ISPWA,
164 .id = TEGRA194_MEMORY_CLIENT_ISPWB,
[all …]
/openbmc/u-boot/drivers/ata/
H A Dlibata.c102 id[49], in ata_dump_id()
103 id[53], in ata_dump_id()
104 id[63], in ata_dump_id()
105 id[64], in ata_dump_id()
111 id[76], in ata_dump_id()
112 id[78], in ata_dump_id()
120 id[80], in ata_dump_id()
121 id[81], in ata_dump_id()
122 id[82], in ata_dump_id()
123 id[83], in ata_dump_id()
[all …]
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.h65 #define CIGCTRL_IRQ_CLR(id) BIT(19 - (id)) argument
169 #define CIIMGCPT_IMGCPTEN_SC(id) BIT(30 - (id)) argument
171 #define CIIMGCPT_CPT_FREN_ENABLE(id) BIT(25 - (id)) argument
180 #define CIIMGEFF_IE_ENABLE(id) BIT(30 + (id)) argument
196 #define S3C_CAMIF_REG_MSY0SA(id) (0xd4 + ((id) * 0x2c)) argument
197 #define S3C_CAMIF_REG_MSCB0SA(id) (0xd8 + ((id) * 0x2c)) argument
211 #define S3C_CAMIF_REG_MSWIDTH(id) (0xf8 + (id) * 0x2c) argument
218 #define S3C_CAMIF_REG_MSCTRL(id) (0xfc + (id) * 0x2c) argument
232 #define S3C_CAMIF_REG_CISSY(id) (0x12c + (id) * 0x0c) argument
233 #define S3C_CAMIF_REG_CISSCB(id) (0x130 + (id) * 0x0c) argument
[all …]
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_ssp_amp.c220 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
228 links[id].id = id; in sof_card_dai_links_create()
245 links[id].id = id; in sof_card_dai_links_create()
257 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
269 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
274 links[id + 1].cpus = &cpus[id + 1]; in sof_card_dai_links_create()
281 links[id].id = id; in sof_card_dai_links_create()
310 links[id].id = id; in sof_card_dai_links_create()
311 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
346 links[id].id = id; in sof_card_dai_links_create()
[all …]
H A Dsof_cs42l42.c317 links[*id].id = *id; in create_spk_amp_dai_links()
336 links[*id].cpus = &cpus[*id]; in create_spk_amp_dai_links()
363 links[*id].id = *id; in create_hp_codec_dai_links()
374 links[*id].cpus = &cpus[*id]; in create_hp_codec_dai_links()
404 links[*id].cpus = &cpus[*id]; in create_dmic_dai_links()
410 links[*id + 1].cpus = &cpus[*id + 1]; in create_dmic_dai_links()
416 links[*id].id = *id; in create_dmic_dai_links()
456 links[*id].id = *id; in create_hdmi_dai_links()
457 links[*id].cpus = &cpus[*id]; in create_hdmi_dai_links()
505 links[*id].id = *id; in create_bt_offload_dai_links()
[all …]
H A Dsof_nau8825.c373 links[id].id = id; in sof_card_dai_links_create()
384 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
399 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
405 links[id + 1].cpus = &cpus[id + 1]; in sof_card_dai_links_create()
412 links[id].id = id; in sof_card_dai_links_create()
439 links[id].id = id; in sof_card_dai_links_create()
440 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
472 links[id].id = id; in sof_card_dai_links_create()
504 links[id].cpus = &cpus[id]; in sof_card_dai_links_create()
519 links[id].id = id; in sof_card_dai_links_create()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsb_regs.h15 #define DSB_HEAD(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x0) argument
16 #define DSB_TAIL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x4) argument
17 #define DSB_CTRL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x8) argument
25 #define DSB_MMIOCTRL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0xc) argument
31 #define DSB_POLLFUNC(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x10) argument
37 #define DSB_DEBUG(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x14) argument
38 #define DSB_POLLMASK(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x1c) argument
39 #define DSB_STATUS(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x24) argument
40 #define DSB_INTERRUPT(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x28) argument
60 #define DSB_PMCTRL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x38) argument
[all …]
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-trace-id.c85 int id = 0; in coresight_trace_id_alloc_new_id() local
95 if (id) in coresight_trace_id_alloc_new_id()
110 return id; in coresight_trace_id_alloc_new_id()
157 int id; in coresight_trace_id_map_get_cpu_id() local
163 if (id) in coresight_trace_id_map_get_cpu_id()
195 return id; in coresight_trace_id_map_get_cpu_id()
201 int id; in coresight_trace_id_map_put_cpu_id() local
205 if (!id) in coresight_trace_id_map_put_cpu_id()
228 int id; in coresight_trace_id_map_get_system_id() local
235 DUMP_ID(id); in coresight_trace_id_map_get_system_id()
[all …]

12345678910>>...315