Home
last modified time | relevance | path

Searched refs:soc_version (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/bluetooth/
Dbtqca.h142 int qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version);
157 static inline int qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version) in qca_read_soc_version() argument
Dbtqca.c30 int qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version) in qca_read_soc_version() argument
82 *soc_version = (le32_to_cpu(ver->soc_id) << 16) | in qca_read_soc_version()
84 if (*soc_version == 0) in qca_read_soc_version()
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dqcom.txt12 compatible = "qcom,<SoC>[-<soc_version>][-<foundry_id>]-<board>[/<subtype>][-<board_version>]"
40 The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor>
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dsnoc.h47 u32 soc_version; member