Home
last modified time | relevance | path

Searched refs:revision_id (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
Dif_ahb.c481 uint32_t revision_id = 0; in hif_ahb_enable_bus() local
490 ret = hif_get_device_type(id->driver_data, revision_id, in hif_ahb_enable_bus()
494 ret, (int)id->driver_data, revision_id); in hif_ahb_enable_bus()
/wlan-driver/platform/cnss2/
Dpci.h136 u16 revision_id; member
Dpci.c7628 &pci_priv->revision_id); in cnss_pci_probe()
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
Dif_ipci.c840 uint16_t revision_id = 0; in hif_ipci_enable_bus() local
862 ret = hif_get_device_type(device_id, revision_id, in hif_ipci_enable_bus()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.h669 uint32_t revision_id,
Dhif_main.c2248 uint32_t revision_id, in hif_get_device_type() argument
2266 switch (revision_id) { in hif_get_device_type()
2282 device_id, revision_id); in hif_get_device_type()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c3811 uint16_t revision_id = 0; in hif_pci_enable_bus() local
3848 pfrm_read_config_word(pdev, 0x08, &revision_id); in hif_pci_enable_bus()
3850 ret = hif_get_device_type(id->device, revision_id, in hif_pci_enable_bus()