Home
last modified time | relevance | path

Searched full:soc_version (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/drivers/bluetooth/
Dbtqca.h141 int qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version,
164 static inline int qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version, in qca_read_soc_version() argument
Dbtqca.c17 int qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version, in qca_read_soc_version() argument
90 *soc_version = (le32_to_cpu(ver->soc_id) << 16) | in qca_read_soc_version()
92 if (*soc_version == 0) in qca_read_soc_version()
/linux-5.10/Documentation/devicetree/bindings/arm/
Dqcom.yaml21 compatible = "qcom,<SoC>[-<soc_version>][-<foundry_id>]-<board>[/<subtype>][-<board_version>]"
59 The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor>
/linux-5.10/drivers/net/wireless/ath/ath10k/
Dsnoc.h38 u32 soc_version; member
Dsnoc.c1313 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()