| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | amd.c | 19 unsigned did:3; member 32 unsigned did:6; member 49 t = pstate.fam17h_bits.did; in get_did() 51 t = pstate.bits.did; in get_did() 59 int fid, did, cof; in get_cof() local 61 did = get_did(family, pstate); in get_cof() 64 cof = 200 * fid / did; in get_cof() 70 cof = (100 * (fid + t)) >> did; in get_cof()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-address.h | 147 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 D | cvmx-pow.h | 253 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | p80211types.h | 242 u32 did; member 249 u32 did; member 257 u32 did; member 265 u32 did; member 273 u32 did; member 281 u32 did; member 289 u32 did; member 297 u32 did; member 305 u32 did; member 313 u32 did; member
|
| H A D | cfg80211.c | 74 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() 208 u32 did; in prism2_del_key() local 220 did = didmib_dot11smt_wepdefaultkeystable_key(key_index + 1); in prism2_del_key() 221 result = prism2_domibset_pstr32(wlandev, did, 13, "0000000000000"); in prism2_del_key() [all …]
|
| H A D | prism2mib.c | 84 u32 did; member 283 for (mib = mibtab; mib->did != 0; mib++) in prism2mgmt_mibset_mibget() 284 if (mib->did == mibitem->did && (mib->flag & which)) in prism2mgmt_mibset_mibget() 287 if (mib->did == 0) { in prism2mgmt_mibset_mibget() 669 switch (mib->did) { in prism2mib_priv() 692 netdev_err(wlandev->netdev, "Unhandled DID 0x%08x\n", mib->did); in prism2mib_priv()
|
| H A D | prism2mgmt.h | 103 void prism2mgmt_get_grpaddr(u32 did, struct p80211pstrd *pstr, 105 int prism2mgmt_set_grpaddr(u32 did, 108 int prism2mgmt_get_grpaddr_index(u32 did);
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | pasid.c | 456 u16 did, u32 pasid) in pasid_cache_invalidation_with_pasid() argument 460 desc.qw0 = QI_PC_DID(did) | QI_PC_GRAN(QI_PC_PASID_SEL) | in pasid_cache_invalidation_with_pasid() 500 u16 did, pgtt; in intel_pasid_tear_down_entry() local 506 did = pasid_get_domain_id(pte); in intel_pasid_tear_down_entry() 514 pasid_cache_invalidation_with_pasid(iommu, did, pasid); in intel_pasid_tear_down_entry() 517 qi_flush_piotlb(iommu, did, pasid, 0, -1, 0); in intel_pasid_tear_down_entry() 519 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH); in intel_pasid_tear_down_entry() 528 u32 pasid, u16 did) in pasid_flush_caches() argument 534 pasid_cache_invalidation_with_pasid(iommu, did, pasid); in pasid_flush_caches() 535 qi_flush_piotlb(iommu, did, pasid, 0, -1, 0); in pasid_flush_caches() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | ds.c | 45 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() 802 const struct pcmcia_device_id *did) in pcmcia_devmatch() argument 804 if (did->match_flags & PCMCIA_DEV_ID_MATCH_MANF_ID) { in pcmcia_devmatch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/ |
| H A D | dce_clk_mgr.c | 79 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 …]
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | dmesg.py | 99 did = tail_id 101 ind = did % desc_ring_count 109 if did == head_id: 111 did = (did + 1) & desc_id_mask 149 if did == head_id: 151 did = (did + 1) & desc_id_mask
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libfc/ |
| H A D | fc_elsct.c | 31 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()
|
| /OK3568_Linux_fs/kernel/include/linux/soc/ti/ |
| H A D | ti_sci_protocol.h | 172 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 …]
|
| /OK3568_Linux_fs/kernel/include/scsi/fc/ |
| H A D | fc_fcoe.h | 86 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()
|
| /OK3568_Linux_fs/kernel/drivers/bcma/ |
| H A D | main.c | 589 const struct bcma_device_id *did; in bcma_bus_match() local 591 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match() 592 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) && in bcma_bus_match() 593 (did->id == cid->id || did->id == BCMA_ANY_ID) && in bcma_bus_match() 594 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) && in bcma_bus_match() 595 (did->class == cid->class || did->class == BCMA_ANY_CLASS)) in bcma_bus_match()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-av-vbi.c | 50 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | intel-iommu.h | 344 #define QI_IOTLB_DID(did) (((u64)did) << 16) argument 354 #define QI_CC_DID(did) (((u64)did) << 16) argument 366 #define QI_PC_DID(did) (((u64)did) << 16) argument 378 #define QI_EIOTLB_DID(did) (((u64)did) << 16) argument 455 void (*flush_context)(struct intel_iommu *iommu, u16 did, u16 sid, 457 void (*flush_iotlb)(struct intel_iommu *iommu, u16 did, u64 addr, 707 extern void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid, 709 extern void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, 714 void qi_flush_piotlb(struct intel_iommu *iommu, u16 did, u32 pasid, u64 addr, 720 void qi_flush_pasid_cache(struct intel_iommu *iommu, u16 did, u64 granu, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | hil_kbd.c | 329 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 …]
|
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | digital_dep.c | 67 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/ |
| H A D | dep.c | 65 u8 did; member 77 u8 did; member 89 u8 did; member 98 u8 did; member 106 u8 did; member 251 psl_res->did = psl_req->did; in st21nfca_tm_send_psl_res() 438 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, in st21nfca_im_send_psl_req() argument 457 psl_req->did = did; in st21nfca_im_send_psl_req() 504 st21nfca_im_send_psl_req(info->hdev, atr_res->did, in st21nfca_im_recv_atr_res_cb() 552 atr_req->did = 0x0; in st21nfca_im_send_atr_req()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | early_me.c | 100 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_regulation.c | 250 struct rtw_regulation *rg, u8 did, enum regulation_rsn reason) in _regulatory_domain_update() argument 256 plan_2g = &rdmap[did].freq_2g; in _regulatory_domain_update() 257 plan_5g = &rdmap[did].freq_5g; in _regulatory_domain_update() 259 rg->domain.code = rdmap[did].domain_code; in _regulatory_domain_update() 686 u8 did = MAX_RD_MAP_NUM; in rtw_phl_regulation_set_domain() local 701 did = _domain_index(domain); in rtw_phl_regulation_set_domain() 714 status = _regulatory_domain_update(rg, did, reason); in rtw_phl_regulation_set_domain() 932 u8 did = MAX_RD_MAP_NUM; in rtw_phl_query_specific_chplan() local 950 did = _domain_index(domain); in rtw_phl_query_specific_chplan() 951 idx2g = rdmap[did].freq_2g.ch_idx; in rtw_phl_query_specific_chplan() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_regulation.c | 250 struct rtw_regulation *rg, u8 did, enum regulation_rsn reason) in _regulatory_domain_update() argument 256 plan_2g = &rdmap[did].freq_2g; in _regulatory_domain_update() 257 plan_5g = &rdmap[did].freq_5g; in _regulatory_domain_update() 259 rg->domain.code = rdmap[did].domain_code; in _regulatory_domain_update() 686 u8 did = MAX_RD_MAP_NUM; in rtw_phl_regulation_set_domain() local 701 did = _domain_index(domain); in rtw_phl_regulation_set_domain() 714 status = _regulatory_domain_update(rg, did, reason); in rtw_phl_regulation_set_domain() 932 u8 did = MAX_RD_MAP_NUM; in rtw_phl_query_specific_chplan() local 950 did = _domain_index(domain); in rtw_phl_query_specific_chplan() 951 idx2g = rdmap[did].freq_2g.ch_idx; in rtw_phl_query_specific_chplan() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_trace.h | 39 TP_PROTO(unsigned did, uint32_t reg, uint32_t value), 40 TP_ARGS(did, reg, value), 42 __field(unsigned, did) 47 __entry->did = did; 52 (unsigned long)__entry->did, 58 TP_PROTO(unsigned did, uint32_t reg, uint32_t value), 59 TP_ARGS(did, reg, value), 61 __field(unsigned, did) 66 __entry->did = did; 71 (unsigned long)__entry->did,
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | useradd_base.bbclass | 23 bbfatal "${PN}: groupadd command did not succeed." 40 bbfatal "${PN}: useradd command did not succeed." 59 bbfatal "${PN}: groupmems command did not succeed." 83 bbfatal "${PN}: groupdel command did not succeed." 103 bbfatal "${PN}: userdel command did not succeed." 122 bbwarn "${PN}: groupmod command did not succeed." 141 bbfatal "${PN}: usermod command did not succeed." 160 bbfatal "${PN}: passwd --expire operation did not succeed."
|