Searched +full:imsi +full:- +full:rx (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/pci/ |
D | snps,dw-pcie.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jingoo Han <[email protected]> 11 - Gustavo Pimentel <[email protected]> 16 # Please create a separate DT-schema for your DWC PCIe Root Port controller 17 # and make sure it's assigned with the vendor-specific compatible string. 21 const: snps,dw-pcie 23 - compatible [all …]
|
/linux-6.14.4/drivers/pci/controller/dwc/ |
D | pcie-designware-host.c | 1 // SPDX-License-Identifier: GPL-2.0 21 #include "pcie-designware.h" 44 .name = "PCI-MSI", 66 num_ctrls = pp->num_vectors / MAX_MSI_IRQS_PER_CTRL; in dw_handle_msi_irq() 79 generic_handle_domain_irq(pp->irq_domain, in dw_handle_msi_irq() 109 msi_target = (u64)pp->msi_data; in dw_pci_setup_msi_msg() 111 msg->address_lo = lower_32_bits(msi_target); in dw_pci_setup_msi_msg() 112 msg->address_hi = upper_32_bits(msi_target); in dw_pci_setup_msi_msg() 114 msg->data = d->hwirq; in dw_pci_setup_msi_msg() 116 dev_dbg(pci->dev, "msi#%d address_hi %#x address_lo %#x\n", in dw_pci_setup_msi_msg() [all …]
|
/linux-6.14.4/drivers/tty/ |
D | nozomi.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter 18 * -------------------------------------------------------------------------- 25 * -------------------------------------------------------------------------- 132 F32_2 = 2048, /* 512 bytes downlink + uplink * 2 -> 2048 */ 133 F32_8 = 8192, /* 3072 bytes downl. + 1024 bytes uplink * 2 -> 8192 */ 157 CTRL_ERROR = -1, 167 PORT_ERROR = -1, 176 * else A-channels must always be used. 246 * else A-channels must always be used. [all …]
|