Symbol: soc_type
arch/mips/include/asm/sibyte/sb1250.h
31
extern unsigned int soc_type;
arch/mips/sibyte/bcm1480/setup.c
111
soc_type = SYS_SOC_TYPE(sys_rev);
arch/mips/sibyte/bcm1480/setup.c
23
unsigned int soc_type;
arch/mips/sibyte/bcm1480/setup.c
24
EXPORT_SYMBOL(soc_type);
arch/mips/sibyte/bcm1480/setup.c
74
switch (soc_type) {
arch/mips/sibyte/sb1250/setup.c
140
switch (soc_type) {
arch/mips/sibyte/sb1250/setup.c
160
printk("Unknown SOC type %x\n", soc_type);
arch/mips/sibyte/sb1250/setup.c
176
soc_type = SYS_SOC_TYPE(sys_rev);
arch/mips/sibyte/sb1250/setup.c
21
unsigned int soc_type;
arch/mips/sibyte/sb1250/setup.c
22
EXPORT_SYMBOL(soc_type);
arch/mips/sibyte/sb1250/setup.c
81
switch (soc_type) {
arch/mips/sibyte/swarm/platform.c
119
switch (soc_type) {
drivers/bluetooth/btqca.c
17
enum qca_btsoc_type soc_type)
drivers/bluetooth/btqca.c
313
enum qca_btsoc_type soc_type)
drivers/bluetooth/btqca.c
33
if (soc_type >= QCA_WCN3991) {
drivers/bluetooth/btqca.c
448
if (soc_type >= QCA_WCN3991)
drivers/bluetooth/btqca.c
481
enum qca_btsoc_type soc_type)
drivers/bluetooth/btqca.c
504
if (soc_type >= QCA_WCN3991) {
drivers/bluetooth/btqca.c
532
if (soc_type >= QCA_WCN3991)
drivers/bluetooth/btqca.c
574
enum qca_btsoc_type soc_type,
drivers/bluetooth/btqca.c
617
ret = qca_tlv_check_data(hdev, config, data, size, soc_type);
drivers/bluetooth/btqca.c
634
config->dnld_mode, soc_type);
drivers/bluetooth/btqca.c
65
if (soc_type >= QCA_WCN3991)
drivers/bluetooth/btqca.c
735
const char *stem, enum qca_btsoc_type soc_type,
drivers/bluetooth/btqca.c
745
if (soc_type == QCA_QCA2066)
drivers/bluetooth/btqca.c
748
if (soc_type == QCA_WCN6855 || soc_type == QCA_QCA2066) {
drivers/bluetooth/btqca.c
769
enum qca_btsoc_type soc_type, struct qca_btsoc_version ver,
drivers/bluetooth/btqca.c
790
if (soc_type == QCA_WCN3988)
drivers/bluetooth/btqca.c
792
else if (soc_type == QCA_WCN3998)
drivers/bluetooth/btqca.c
797
if (soc_type == QCA_WCN6750)
drivers/bluetooth/btqca.c
805
switch (soc_type) {
drivers/bluetooth/btqca.c
854
err = qca_download_firmware(hdev, &config, soc_type, rom_ver);
drivers/bluetooth/btqca.c
858
if (err < 0 && soc_type == QCA_WCN6750) {
drivers/bluetooth/btqca.c
865
err = qca_download_firmware(hdev, &config, soc_type, rom_ver);
drivers/bluetooth/btqca.c
866
} else if (err < 0 && !rampatch_name && soc_type == QCA_WCN6855) {
drivers/bluetooth/btqca.c
869
err = qca_download_firmware(hdev, &config, soc_type, rom_ver);
drivers/bluetooth/btqca.c
881
if (soc_type == QCA_QCA2066 || soc_type == QCA_WCN7850)
drivers/bluetooth/btqca.c
893
firmware_name, soc_type, ver, 0, boardid);
drivers/bluetooth/btqca.c
896
switch (soc_type) {
drivers/bluetooth/btqca.c
900
"hpnv", soc_type, ver,
drivers/bluetooth/btqca.c
936
"wcnhpnv", soc_type, ver, rom_ver, boardid);
drivers/bluetooth/btqca.c
940
"hmtnv", soc_type, ver, rom_ver, boardid);
drivers/bluetooth/btqca.c
948
err = qca_download_firmware(hdev, &config, soc_type, rom_ver);
drivers/bluetooth/btqca.c
949
if (err < 0 && !firmware_name && soc_type == QCA_WCN6855) {
drivers/bluetooth/btqca.c
951
"hpnv", soc_type, ver, rom_ver, boardid);
drivers/bluetooth/btqca.c
952
err = qca_download_firmware(hdev, &config, soc_type, rom_ver);
drivers/bluetooth/btqca.c
961
switch (soc_type) {
drivers/bluetooth/btqca.c
979
switch (soc_type) {
drivers/bluetooth/btqca.c
999
switch (soc_type) {
drivers/bluetooth/btqca.h
167
enum qca_btsoc_type soc_type, struct qca_btsoc_version ver,
drivers/bluetooth/btqca.h
181
enum qca_btsoc_type soc_type,
drivers/bluetooth/hci_qca.c
1046
enum qca_btsoc_type soc_type = qca_soc_type(hu);
drivers/bluetooth/hci_qca.c
1143
(soc_type != QCA_QCA6390) &&
drivers/bluetooth/hci_qca.c
1498
enum qca_btsoc_type soc_type = qca_soc_type(hu);
drivers/bluetooth/hci_qca.c
1507
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1523
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1542
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1558
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1771
enum qca_btsoc_type soc_type = qca_soc_type(hu);
drivers/bluetooth/hci_qca.c
1794
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1825
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1846
enum qca_btsoc_type soc_type = qca_soc_type(hu);
drivers/bluetooth/hci_qca.c
1857
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1917
enum qca_btsoc_type soc_type = qca_soc_type(hu);
drivers/bluetooth/hci_qca.c
1941
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1980
switch (soc_type) {
drivers/bluetooth/hci_qca.c
1994
ret = qca_read_soc_version(hdev, &ver, soc_type);
drivers/bluetooth/hci_qca.c
2013
switch (soc_type) {
drivers/bluetooth/hci_qca.c
2026
ret = qca_read_soc_version(hdev, &ver, soc_type);
drivers/bluetooth/hci_qca.c
2032
ret = qca_uart_setup(hdev, qca_baudrate, soc_type, ver,
drivers/bluetooth/hci_qca.c
204
enum qca_btsoc_type soc_type;
drivers/bluetooth/hci_qca.c
2077
if (soc_type == QCA_ROME)
drivers/bluetooth/hci_qca.c
2108
.soc_type = QCA_QCA2066,
drivers/bluetooth/hci_qca.c
2115
.soc_type = QCA_QCA6390,
drivers/bluetooth/hci_qca.c
2120
.soc_type = QCA_WCN3950,
drivers/bluetooth/hci_qca.c
2131
.soc_type = QCA_WCN3988,
drivers/bluetooth/hci_qca.c
2142
.soc_type = QCA_WCN3990,
drivers/bluetooth/hci_qca.c
2153
.soc_type = QCA_WCN3991,
drivers/bluetooth/hci_qca.c
2165
.soc_type = QCA_WCN3998,
drivers/bluetooth/hci_qca.c
2176
.soc_type = QCA_WCN6750,
drivers/bluetooth/hci_qca.c
2193
.soc_type = QCA_WCN6855,
drivers/bluetooth/hci_qca.c
2208
.soc_type = QCA_WCN7850,
drivers/bluetooth/hci_qca.c
2227
enum qca_btsoc_type soc_type = qca_soc_type(hu);
drivers/bluetooth/hci_qca.c
2249
switch (soc_type) {
drivers/bluetooth/hci_qca.c
2267
switch (soc_type) {
drivers/bluetooth/hci_qca.c
2297
enum qca_btsoc_type soc_type = qca_soc_type(hu);
drivers/bluetooth/hci_qca.c
2306
if (soc_type != QCA_ROME
drivers/bluetooth/hci_qca.c
2418
qcadev->btsoc_type = data->soc_type;
drivers/bluetooth/hci_qca.c
243
enum qca_btsoc_type soc_type;
drivers/bluetooth/hci_qca.c
248
soc_type = qsd->btsoc_type;
drivers/bluetooth/hci_qca.c
2491
(data->soc_type == QCA_WCN6750 ||
drivers/bluetooth/hci_qca.c
2492
data->soc_type == QCA_WCN6855 ||
drivers/bluetooth/hci_qca.c
2493
data->soc_type == QCA_WCN7850))
drivers/bluetooth/hci_qca.c
2499
(data->soc_type == QCA_WCN6750 ||
drivers/bluetooth/hci_qca.c
250
soc_type = QCA_ROME;
drivers/bluetooth/hci_qca.c
2500
data->soc_type == QCA_WCN6855 ||
drivers/bluetooth/hci_qca.c
2501
data->soc_type == QCA_WCN7850)) {
drivers/bluetooth/hci_qca.c
253
return soc_type;
drivers/clk/ti/clk-2xxx.c
217
static int __init omap2xxx_dt_clk_init(int soc_type)
drivers/clk/ti/clk-2xxx.c
221
if (soc_type == OMAP2_SOC_OMAP2420)
drivers/clk/ti/clk-3xxx.c
300
static int __init omap3xxx_dt_clk_init(int soc_type)
drivers/clk/ti/clk-3xxx.c
302
if (soc_type == OMAP3_SOC_AM35XX || soc_type == OMAP3_SOC_OMAP3630 ||
drivers/clk/ti/clk-3xxx.c
303
soc_type == OMAP3_SOC_OMAP3430_ES1 ||
drivers/clk/ti/clk-3xxx.c
304
soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS)
drivers/clk/ti/clk-3xxx.c
307
if (soc_type == OMAP3_SOC_AM35XX)
drivers/clk/ti/clk-3xxx.c
310
if (soc_type == OMAP3_SOC_OMAP3630 || soc_type == OMAP3_SOC_AM35XX ||
drivers/clk/ti/clk-3xxx.c
311
soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS)
drivers/clk/ti/clk-3xxx.c
314
if (soc_type == OMAP3_SOC_OMAP3430_ES1)
drivers/clk/ti/clk-3xxx.c
317
if (soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS ||
drivers/clk/ti/clk-3xxx.c
318
soc_type == OMAP3_SOC_OMAP3630)
drivers/clk/ti/clk-3xxx.c
334
if (soc_type != OMAP3_SOC_OMAP3430_ES1)
drivers/mtd/nand/onenand/onenand_samsung.c
125
enum soc_type type;
drivers/net/ethernet/broadcom/sb1250-mac.c
1425
if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2)
drivers/net/ethernet/broadcom/sb1250-mac.c
1725
if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) {
drivers/thermal/samsung/exynos_tmu.c
177
enum soc_type soc;
drivers/tty/serial/sb1250-duart.c
780
switch (soc_type) {
drivers/usb/gadget/udc/fsl_qe_udc.c
229
if (ep->udc->soc_type == PORT_CPM)
drivers/usb/gadget/udc/fsl_qe_udc.c
241
if (ep->udc->soc_type == PORT_CPM)
drivers/usb/gadget/udc/fsl_qe_udc.c
2492
udc->soc_type = (unsigned long)device_get_match_data(&ofdev->dev);
drivers/usb/gadget/udc/fsl_qe_udc.c
2586
(udc->soc_type == PORT_QE) ? "QE" : "CPM");
drivers/usb/gadget/udc/fsl_qe_udc.h
322
unsigned long soc_type; /* QE or CPM soc */