Home
last modified time | relevance | path

Searched refs:PCI_SPROM_CONTROL (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dpcicfg.h173 #define PCI_SPROM_CONTROL 0x88 /* sprom property control */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dpcicfg.h174 #define PCI_SPROM_CONTROL 0x88 /* sprom property control */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dpcicfg.h174 #define PCI_SPROM_CONTROL 0x88 /* sprom property control */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dpcicfg.h174 #define PCI_SPROM_CONTROL 0x88 /* sprom property control */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dpcicfg.h490 #define PCI_SPROM_CONTROL 0x88 /* sprom property control */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dpcicfg.h490 #define PCI_SPROM_CONTROL 0x88 /* sprom property control */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmsrom.c1524 val32 = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32));
1526 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32);
1549 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32 &
1651 val32 = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32));
1653 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32);
1673 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32 &
5482 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32));
H A Ddhd_pcie.c2063 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32)); in dhdpcie_dongle_attach()
15175 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
15176 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
15207 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
15210 PCI_SPROM_CONTROL, SPROM_CFG_TO_SB_RST, val)); in dhdpcie_cto_error_recovery()
15211 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
15213 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
15215 PCI_SPROM_CONTROL, SPROM_CFG_TO_SB_RST, val)); in dhdpcie_cto_error_recovery()
H A Dsiutils.c2740 (OSL_PCI_READ_CONFIG(sii->osh, PCI_SPROM_CONTROL, sizeof(uint32)) == 0xffffffff)) { in BCMATTACHFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmsrom.c1524 val32 = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32));
1526 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32);
1549 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32 &
1651 val32 = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32));
1653 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32);
1673 OSL_PCI_WRITE_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32), val32 &
5482 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32));
H A Ddhd_pcie.c2063 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32)); in dhdpcie_dongle_attach()
15168 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
15169 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
15200 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
15203 PCI_SPROM_CONTROL, SPROM_CFG_TO_SB_RST, val)); in dhdpcie_cto_error_recovery()
15204 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
15206 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
15208 PCI_SPROM_CONTROL, SPROM_CFG_TO_SB_RST, val)); in dhdpcie_cto_error_recovery()
H A Dsiutils.c2740 (OSL_PCI_READ_CONFIG(sii->osh, PCI_SPROM_CONTROL, sizeof(uint32)) == 0xffffffff)) { in BCMATTACHFN()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.c1530 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32)); in dhdpcie_dongle_attach()
11284 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_cfg_init()
11285 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_BACKPLANE_EN); in dhdpcie_cto_cfg_init()
11288 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_cfg_init()
11289 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_BACKPLANE_EN); in dhdpcie_cto_cfg_init()
11363 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
11364 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
11395 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
11398 PCI_SPROM_CONTROL, SPROM_CFG_TO_SB_RST, val)); in dhdpcie_cto_error_recovery()
11399 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
[all …]
H A Dsiutils.c732 (OSL_PCI_READ_CONFIG(sii->osh, PCI_SPROM_CONTROL, sizeof(uint32)) == 0xffffffff)) { in si_doattach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.c1522 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32)); in dhdpcie_dongle_attach()
11275 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_cfg_init()
11276 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_BACKPLANE_EN); in dhdpcie_cto_cfg_init()
11279 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_cfg_init()
11280 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_BACKPLANE_EN); in dhdpcie_cto_cfg_init()
11354 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
11355 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
11386 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
11389 PCI_SPROM_CONTROL, SPROM_CFG_TO_SB_RST, val)); in dhdpcie_cto_error_recovery()
11390 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
[all …]
H A Dsiutils.c733 (OSL_PCI_READ_CONFIG(sii->osh, PCI_SPROM_CONTROL, sizeof(uint32)) == 0xffffffff)) { in si_doattach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.c1522 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32)); in dhdpcie_dongle_attach()
11275 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_cfg_init()
11276 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_BACKPLANE_EN); in dhdpcie_cto_cfg_init()
11279 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_cfg_init()
11280 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_BACKPLANE_EN); in dhdpcie_cto_cfg_init()
11354 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
11355 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val | SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
11386 val = dhdpcie_bus_cfg_read_dword(bus, PCI_SPROM_CONTROL, 4); in dhdpcie_cto_error_recovery()
11389 PCI_SPROM_CONTROL, SPROM_CFG_TO_SB_RST, val)); in dhdpcie_cto_error_recovery()
11390 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, val & ~SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
[all …]
H A Dsiutils.c733 (OSL_PCI_READ_CONFIG(sii->osh, PCI_SPROM_CONTROL, sizeof(uint32)) == 0xffffffff)) { in si_doattach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.c871 val = OSL_PCI_READ_CONFIG(osh, PCI_SPROM_CONTROL, sizeof(uint32)); in dhdpcie_dongle_attach()
7775 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, SPROM_BACKPLANE_EN); in dhdpcie_cto_init()
7790 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, 0); in dhdpcie_cto_init()
7809 dhdpcie_bus_cfg_write_dword(bus, PCI_SPROM_CONTROL, 4, SPROM_CFG_TO_SB_RST); in dhdpcie_cto_error_recovery()
H A Dsiutils.c598 (OSL_PCI_READ_CONFIG(sii->osh, PCI_SPROM_CONTROL, sizeof(uint32)) == 0xffffffff)) { in si_doattach()