Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/openbmc/qemu/hw/display/
H A Dedid-generate.c340 static void init_displayid(uint8_t *did) in init_displayid() argument
342 did[0] = 0x70; /* display id extension */ in init_displayid()
343 did[1] = 0x13; /* version 1.3 */ in init_displayid()
344 did[2] = 4; /* length */ in init_displayid()
345 did[3] = 0x03; /* product type (0x03 == standalone display device) */ in init_displayid()
346 edid_checksum(did + 1, did[2] + 4); in init_displayid()
349 static void qemu_displayid_generate(uint8_t *did, const Timings *timings, in qemu_displayid_generate() argument
353 did[0] = 0x70; /* display id extension */ in qemu_displayid_generate()
354 did[1] = 0x13; /* version 1.3 */ in qemu_displayid_generate()
355 did[2] = 23; /* length */ in qemu_displayid_generate()
[all …]
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h189 int (*get_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid,
192 int (*idle_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid);
193 int (*put_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid);
194 int (*is_auto)(const struct ti_sci_handle *handle, u32 did, u8 cid,
196 int (*is_on)(const struct ti_sci_handle *handle, u32 did, u8 cid,
198 int (*is_off)(const struct ti_sci_handle *handle, u32 did, u8 cid,
200 int (*set_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid,
202 int (*get_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid,
204 int (*get_num_parents)(const struct ti_sci_handle *handle, u32 did,
206 int (*get_best_match_freq)(const struct ti_sci_handle *handle, u32 did,
[all …]
/openbmc/linux/drivers/iommu/intel/
H A Dpasid.c407 u16 did, u32 pasid) in pasid_cache_invalidation_with_pasid() argument
411 desc.qw0 = QI_PC_DID(did) | QI_PC_GRAN(QI_PC_PASID_SEL) | in pasid_cache_invalidation_with_pasid()
454 u16 did, pgtt; in intel_pasid_tear_down_entry() local
463 did = pasid_get_domain_id(pte); in intel_pasid_tear_down_entry()
471 pasid_cache_invalidation_with_pasid(iommu, did, pasid); in intel_pasid_tear_down_entry()
474 qi_flush_piotlb(iommu, did, pasid, 0, -1, 0); in intel_pasid_tear_down_entry()
476 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH); in intel_pasid_tear_down_entry()
489 u32 pasid, u16 did) in pasid_flush_caches() argument
495 pasid_cache_invalidation_with_pasid(iommu, did, pasid); in pasid_flush_caches()
496 qi_flush_piotlb(iommu, did, pasid, 0, -1, 0); in pasid_flush_caches()
[all …]
H A Diommu.h405 #define QI_IOTLB_DID(did) (((u64)did) << 16) argument
415 #define QI_CC_DID(did) (((u64)did) << 16) argument
427 #define QI_PC_DID(did) (((u64)did) << 16) argument
439 #define QI_EIOTLB_DID(did) (((u64)did) << 16) argument
521 void (*flush_context)(struct intel_iommu *iommu, u16 did, u16 sid,
523 void (*flush_iotlb)(struct intel_iommu *iommu, u16 did, u64 addr,
577 u16 did; /* Domain ids per IOMMU. Use u16 since member
750 return info->did; in domain_id_iommu()
815 void qi_flush_context(struct intel_iommu *iommu, u16 did,
817 void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr,
[all …]
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211types.h215 u32 did; member
222 u32 did; member
230 u32 did; member
238 u32 did; member
246 u32 did; member
254 u32 did; member
262 u32 did; member
270 u32 did; member
278 u32 did; member
286 u32 did; member
H A Dcfg80211.c74 u32 did, u32 data) in prism2_domibset_uint32() argument
81 mibitem->did = did; in prism2_domibset_uint32()
88 u32 did, u8 len, const u8 *data) in prism2_domibset_pstr32() argument
95 mibitem->did = did; in prism2_domibset_pstr32()
150 u32 did; in prism2_add_key() local
167 did = didmib_dot11smt_wepdefaultkeystable_key(key_index + 1); in prism2_add_key()
169 if (prism2_domibset_pstr32(wlandev, did, params->key_len, params->key)) in prism2_add_key()
209 u32 did; in prism2_del_key() local
221 did = didmib_dot11smt_wepdefaultkeystable_key(key_index + 1); in prism2_del_key()
222 result = prism2_domibset_pstr32(wlandev, did, 13, "0000000000000"); in prism2_del_key()
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-address.h147 uint64_t did:8; member
172 uint64_t did:8; member
233 uint64_t did:8; member
247 uint64_t did:8; member
295 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did)) argument
296 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40) argument
297 #define CVMX_FULL_DID(did, subdid) (((did) << 3) | (subdid)) argument
H A Dcvmx-pow.h253 uint64_t did:8; member
267 uint64_t did:8;
286 uint64_t did:8; member
315 uint64_t did:8;
334 uint64_t did:8; member
359 uint64_t did:8;
378 uint64_t did:8; member
423 uint64_t did:8;
447 uint64_t did:8; member
452 uint64_t did:8;
[all …]
/openbmc/linux/drivers/watchdog/
H A Dexar_wdt.c60 unsigned short did; member
291 priv->did, timeout, nowayout); in exar_wdt_probe()
302 unsigned short vid, did; in exar_detect() local
309 did = exar_sio_read16(config_port, EXAR_DID); in exar_detect()
313 (did == EXAR_DEV_382 || in exar_detect()
314 did == EXAR_DEV_384)) { in exar_detect()
325 did, config_port, base); in exar_detect()
327 return did; in exar_detect()
387 unsigned short did, rt_base = 0; in exar_wdt_init() local
389 did = exar_detect(sio_config_ports[i], in exar_wdt_init()
[all …]
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-ports.c10 #define Q6AFE_TDM_PB_DAI(pre, num, did) { \ argument
24 .name = #did, \
25 .id = did, \
28 #define Q6AFE_TDM_CAP_DAI(pre, num, did) { \ argument
42 .name = #did, \
43 .id = did, \
46 #define Q6AFE_CDC_DMA_RX_DAI(did) { \ argument
48 .stream_name = #did" Playback", \
60 .name = #did, \
61 .id = did, \
[all …]
/openbmc/linux/drivers/pcmcia/
H A Dds.c45 const struct pcmcia_device_id *did = p_drv->id_table; in pcmcia_check_driver() local
53 while (did && did->match_flags) { in pcmcia_check_driver()
55 if (!did->prod_id[i]) in pcmcia_check_driver()
58 hash = crc32(0, did->prod_id[i], strlen(did->prod_id[i])); in pcmcia_check_driver()
59 if (hash == did->prod_id_hash[i]) in pcmcia_check_driver()
64 "be 0x%x\n", p_drv->name, did->prod_id[i], in pcmcia_check_driver()
65 did->prod_id_hash[i], hash); in pcmcia_check_driver()
70 did++; in pcmcia_check_driver()
801 const struct pcmcia_device_id *did) in pcmcia_devmatch() argument
803 if (did->match_flags & PCMCIA_DEV_ID_MATCH_MANF_ID) { in pcmcia_devmatch()
[all …]
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Damd.c23 unsigned did:3; member
37 unsigned did:6; member
66 t = pstate.pstatedef.did; in get_did()
70 t = pstate.pstate.did; in get_did()
78 int fid, did, cof = 0; in get_cof() local
80 did = get_did(pstate); in get_cof()
88 cof = 200 * fid / did; in get_cof()
95 cof = (100 * (fid + t)) >> did; in get_cof()
/openbmc/linux/scripts/gdb/linux/
H A Ddmesg.py93 did = tail_id
95 ind = did % desc_ring_count
104 if did == head_id:
106 did = (did + 1) & desc_id_mask
147 if did == head_id:
149 did = (did + 1) & desc_id_mask
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
H A Ddce_clk_mgr.c79 int dentist_get_divider_from_did(int did) in dentist_get_divider_from_did() argument
81 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did()
82 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did()
83 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did()
84 did = DENTIST_MAX_DID; in dentist_get_divider_from_did()
86 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did()
88 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did()
89 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did()
91 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did()
92 } else if (did < DENTIST_BASE_DID_4) { in dentist_get_divider_from_did()
[all …]
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_elsct.c31 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, in fc_elsct_send() argument
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
/openbmc/linux/include/scsi/fc/
H A Dfc_fcoe.h86 static inline void fc_fcoe_set_mac(u8 *mac, u8 *did) in fc_fcoe_set_mac() argument
91 mac[3] = did[0]; in fc_fcoe_set_mac()
92 mac[4] = did[1]; in fc_fcoe_set_mac()
93 mac[5] = did[2]; in fc_fcoe_set_mac()
/openbmc/linux/drivers/usb/cdns3/
H A Ddrd.h17 __le32 did; member
61 __le32 did; member
83 #define OTG_CDNSP_CHECK_DID(did) (((did) & GENMASK(31, 8)) == 0x00040300) argument
86 #define OTG_CDNS3_CHECK_DID(did) (((did) & GENMASK(31, 8)) == 0x00040200) argument
/openbmc/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h172 int (*get_clock)(const struct ti_sci_handle *handle, u32 did, u32 cid,
175 int (*idle_clock)(const struct ti_sci_handle *handle, u32 did, u32 cid);
176 int (*put_clock)(const struct ti_sci_handle *handle, u32 did, u32 cid);
177 int (*is_auto)(const struct ti_sci_handle *handle, u32 did, u32 cid,
179 int (*is_on)(const struct ti_sci_handle *handle, u32 did, u32 cid,
181 int (*is_off)(const struct ti_sci_handle *handle, u32 did, u32 cid,
183 int (*set_parent)(const struct ti_sci_handle *handle, u32 did, u32 cid,
185 int (*get_parent)(const struct ti_sci_handle *handle, u32 did, u32 cid,
187 int (*get_num_parents)(const struct ti_sci_handle *handle, u32 did,
189 int (*get_best_match_freq)(const struct ti_sci_handle *handle, u32 did,
[all …]
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c50 u8 did; member
252 int did, sdid, l, err = 0; in cx18_av_decode_vbi_line() local
259 (anc->did != sliced_vbi_did[0] && in cx18_av_decode_vbi_line()
260 anc->did != sliced_vbi_did[1])) { in cx18_av_decode_vbi_line()
265 did = anc->did; in cx18_av_decode_vbi_line()
296 vbi->is_second_field = err ? 0 : (did == sliced_vbi_did[1]); in cx18_av_decode_vbi_line()
/openbmc/linux/drivers/bcma/
H A Dmain.c592 const struct bcma_device_id *did; in bcma_bus_match() local
594 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match()
595 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) && in bcma_bus_match()
596 (did->id == cid->id || did->id == BCMA_ANY_ID) && in bcma_bus_match()
597 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) && in bcma_bus_match()
598 (did->class == cid->class || did->class == BCMA_ANY_CLASS)) in bcma_bus_match()
/openbmc/linux/drivers/clk/
H A Dclk-renesas-pcie.c64 u8 did; member
293 unsigned int vid, did; in rs9_probe() local
334 ret = regmap_read(rs9->regmap, RS9_REG_DID, &did); in rs9_probe()
338 if (vid != RS9_REG_VID_IDT || did != rs9->chip_info->did) in rs9_probe()
341 vid, did, RS9_REG_VID_IDT, in rs9_probe()
342 rs9->chip_info->did); in rs9_probe()
387 .did = RS9_REG_DID_TYPE_FGV | 0x02,
393 .did = RS9_REG_DID_TYPE_FGV | 0x04,
/openbmc/linux/drivers/input/keyboard/
H A Dhil_kbd.c329 uint8_t did = kbd->idd[0]; in hil_dev_keyboard_setup() local
350 did, hil_language[did & HIL_IDD_DID_TYPE_KB_LANG_MASK]); in hil_dev_keyboard_setup()
356 uint8_t did = ptr->idd[0]; in hil_dev_pointer_setup() local
364 switch (did & HIL_IDD_DID_TYPE_MASK) { in hil_dev_pointer_setup()
410 if ((did & HIL_IDD_DID_ABS_TABLET_MASK) == HIL_IDD_DID_ABS_TABLET) in hil_dev_pointer_setup()
416 if ((did & HIL_IDD_DID_ABS_TSCREEN_MASK) == HIL_IDD_DID_ABS_TSCREEN) in hil_dev_pointer_setup()
419 if ((did & HIL_IDD_DID_REL_MOUSE_MASK) == HIL_IDD_DID_REL_MOUSE) in hil_dev_pointer_setup()
437 did, txt); in hil_dev_pointer_setup()
447 uint8_t did, *idd; in hil_dev_connect() local
503 did = dev->idd[0]; in hil_dev_connect()
[all …]
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dearly_me.c100 struct me_did did = { in intel_early_me_init_done() local
109 did.uma_base = (mebase_l >> 20) | (mebase_h << 12); in intel_early_me_init_done()
113 status, did.uma_base); in intel_early_me_init_done()
115 pci_write_dword_ptr(me_dev, &did, PCI_ME_H_GS); in intel_early_me_init_done()
/openbmc/linux/net/nfc/
H A Ddigital_dep.c67 u8 did; member
78 u8 did; member
89 u8 did; member
97 u8 did; member
377 psl_req->did = 0; in digital_in_send_psl_req()
504 atr_req->did = 0; in digital_in_send_atr_req()
998 if (ddev->did) { in digital_tg_send_ack()
1001 skb_put_data(skb, &ddev->did, sizeof(ddev->did)); in digital_tg_send_ack()
1042 if (ddev->did) { in digital_tg_send_atn()
1045 skb_put_data(skb, &ddev->did, sizeof(ddev->did)); in digital_tg_send_atn()
[all …]
/openbmc/phosphor-ipmi-flash/tools/
H A Dpci.hpp102 static constexpr std::uint32_t did = NUVOTON_PCI_DID; member in host_tool::NuvotonPciBridge
105 vid, did, PCI_MATCH_ANY, PCI_MATCH_ANY, 0, 0, 0};
140 static constexpr std::uint32_t did = 0x2000; member in host_tool::AspeedPciBridge
143 vid, did, PCI_MATCH_ANY, PCI_MATCH_ANY, 0, 0, 0};

12345678910>>...20