/linux/sound/soc/qcom/qdsp6/ |
H A D | q6adm.c | 53 struct q6adm *adm; member 90 static struct q6copp *q6adm_find_copp(struct q6adm *adm, int port_idx, in q6adm_find_copp() argument 97 spin_lock_irqsave(&adm->copps_list_lock, flags); in q6adm_find_copp() 98 list_for_each_entry(c, &adm->copps_list, node) { in q6adm_find_copp() 106 spin_unlock_irqrestore(&adm->copps_list_lock, flags); in q6adm_find_copp() 115 struct q6adm *adm = c->adm; in q6adm_free_copp() local 118 spin_lock_irqsave(&adm->copps_list_lock, flags); in q6adm_free_copp() 119 clear_bit(c->copp_idx, &adm->copp_bitmap[c->afe_port]); in q6adm_free_copp() 121 spin_unlock_irqrestore(&adm->copps_list_lock, flags); in q6adm_free_copp() 131 struct q6adm *adm = dev_get_drvdata(&adev->dev); in q6adm_callback() local [all …]
|
/linux/Documentation/devicetree/bindings/dma/ |
H A D | qcom,adm.yaml | 4 $id: http://devicetree.org/schemas/dma/qcom,adm.yaml# 7 title: Qualcomm ADM DMA Controller 14 QCOM ADM DMA controller provides DMA capabilities for 19 const: qcom,adm 81 compatible = "qcom,adm";
|
/linux/drivers/ssb/ |
H A D | main.c | 1239 u32 ssb_admatch_base(u32 adm) in ssb_admatch_base() argument 1243 switch (adm & SSB_ADM_TYPE) { in ssb_admatch_base() 1245 base = (adm & SSB_ADM_BASE0); in ssb_admatch_base() 1248 WARN_ON(adm & SSB_ADM_NEG); /* unsupported */ in ssb_admatch_base() 1249 base = (adm & SSB_ADM_BASE1); in ssb_admatch_base() 1252 WARN_ON(adm & SSB_ADM_NEG); /* unsupported */ in ssb_admatch_base() 1253 base = (adm & SSB_ADM_BASE2); in ssb_admatch_base() 1263 u32 ssb_admatch_size(u32 adm) in ssb_admatch_size() argument 1267 switch (adm & SSB_ADM_TYPE) { in ssb_admatch_size() 1269 size = ((adm & SSB_ADM_SZ0) >> SSB_ADM_SZ0_SHIFT); in ssb_admatch_size() [all …]
|
/linux/drivers/dma/qcom/ |
H A D | Kconfig | 3 tristate "Qualcomm ADM support" 8 Enable support for the Qualcomm Application Data Mover (ADM) DMA
|
/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 339 return ap_test_config(ap_qci_info->adm, domain); in ap_test_config_ctrl_domain() 1299 ap_qci_info->adm[0], ap_qci_info->adm[1], in ap_control_domain_mask_show() 1300 ap_qci_info->adm[2], ap_qci_info->adm[3], in ap_control_domain_mask_show() 1301 ap_qci_info->adm[4], ap_qci_info->adm[5], in ap_control_domain_mask_show() 1302 ap_qci_info->adm[6], ap_qci_info->adm[7]); in ap_control_domain_mask_show()
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 812 /* ---------- INITIATE LINK ADM TASK ---------- */ 824 asd_printk("phy%d: link adm task 0x%x completed with error " 827 ASD_DPRINTK("phy%d: link adm task 0x%x: 0x%x\n",
|
/linux/net/llc/ |
H A D | llc_proc.c | 161 [LLC_CONN_STATE_ADM] = "adm",
|
/linux/include/linux/ssb/ |
H A D | ssb.h | 663 extern u32 ssb_admatch_base(u32 adm); 664 extern u32 ssb_admatch_size(u32 adm);
|
/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | 3216 * @adm: the mask identifying the accessible AP control domains 3225 unsigned long *aqm, unsigned long *adm) in kvm_arch_crypto_set_masks() argument 3239 memcpy(crycb->apcb1.adm, adm, 32); in kvm_arch_crypto_set_masks() 3240 VM_EVENT(kvm, 3, "SET CRYCB: adm %016lx %016lx %016lx %016lx", in kvm_arch_crypto_set_masks() 3241 adm[0], adm[1], adm[2], adm[3]); in kvm_arch_crypto_set_masks() 3247 memcpy(crycb->apcb0.adm, adm, 2); in kvm_arch_crypto_set_masks() 3248 VM_EVENT(kvm, 3, "SET CRYCB: apm %016lx aqm %04x adm %04x", in kvm_arch_crypto_set_masks() 3250 *((unsigned short *)adm)); in kvm_arch_crypto_set_masks()
|
/linux/arch/powerpc/boot/dts/ |
H A D | bluestone.dts | 273 compatible = "adm,adm1032";
|
/linux/Documentation/arch/s390/ |
H A D | vfio-ap.rst | 141 assigned to the KVM guest. The ADM bit mask controls which domains can be 204 3. Configures the APM, AQM and ADM in the APCB contained in the CRYCB referenced 461 * Setting the bits in the ADM corresponding to the domain dIDs assigned to the
|
/linux/arch/s390/include/asm/ |
H A D | ap.h | 243 unsigned int adm[8]; /* AP (control) domain mask */ member
|
/linux/drivers/tty/ |
H A D | n_gsm.c | 2084 /* If DLCI0 is in ADM mode skip retries, it won't respond */ in gsm_control_send() 2225 * Some control dlci can stay in ADM mode with other dlci working just 2248 pr_info("DLCI 0 opening in ADM mode.\n"); in gsm_dlci_t1() 2284 * to the modem which should then reply with a UA or ADM, at which point 4226 * Basic mode with control channel in ADM mode may not respond in gsm_carrier_raised()
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-ipq8064.dtsi | 943 compatible = "qcom,adm";
|
/linux/drivers/tty/serial/ |
H A D | msm_serial.c | 269 * sending flush command to ADM, disable the channel of UARTDM. in msm_stop_dma()
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 557 "PCIe ADM TX core parity"), 559 "PCIe ADM RX core parity"),
|
H A D | qib_iba7220.c | 650 "PCIe ADM TX core parity"), 652 "PCIe ADM RX core parity"),
|
/linux/drivers/net/ethernet/sis/ |
H A D | sis900.c | 135 { "ADM 7001 LAN PHY", 0x002e, 0xcc60, LAN },
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvme.c | 117 str = "ADM"; /* Admin queue */ in lpfc_nvme_create_queue()
|
/linux/drivers/scsi/ |
H A D | hpsa.c | 647 "1(+0)ADM", "UNKNOWN", "PHYS DRV" 655 #define HPSA_RAID_ADM 6 /* also used for RAID 1+0 ADM */ 5268 /* Handles N-way mirrors (R1-ADM) in hpsa_scsi_ioaccel_raid_map()
|
/linux/fs/ |
H A D | namei.c | 4885 * and other special files. --ADM
|