| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | otpdefs.h | 70 #define SROM_ADDRESS(sih, offset) (SI_ENUM_BASE(sih) + (offset)) 94 #define OTP_ADDRESS(sih, offset) (SI_ENUM_BASE(sih) + (offset)) 99 #define PCIE_CTRL_REG_ADDR(sih) (SI_ENUM_BASE(sih) + 0x3000) 100 #define SPROM_CTRL_REG_ADDR(sih) (SI_ENUM_BASE(sih) + CC_SROM_CTRL) 103 #define SPROM_ADDR(sih) (SI_ENUM_BASE(sih) + CC_SROM_ADDRESS) 104 #define SPROM_DATA(sih) (SI_ENUM_BASE(sih) + CC_SROM_DATA) 105 #define OTP_CTRL1_REG_ADDR(sih) (SI_ENUM_BASE(sih) + 0xF4) 106 #define PMU_MINRESMASK_REG_ADDR(sih) (SI_ENUM_BASE(sih) + MINRESMASKREG) 107 #define CHIP_COMMON_STATUS_REG_ADDR(sih) (SI_ENUM_BASE(sih) + CC_CHIPST) 108 #define CHIP_COMMON_CLKDIV2_ADDR(sih) (SI_ENUM_BASE(sih) + CC_CLKDIV2)
|
| H A D | siutils.c | 362 pmuaddr = SI_ENUM_BASE(sih) + offset; in si_get_pmu_reg_addr() 741 if (!GOODCOREADDR(savewin, SI_ENUM_BASE(sih))) in si_doattach() 742 savewin = SI_ENUM_BASE(sih); in si_doattach() 743 OSL_PCI_WRITE_CONFIG(sii->osh, PCI_BAR0_WIN, 4, SI_ENUM_BASE(sih)); in si_doattach() 765 cc = (chipcregs_t *)REG_MAP(SI_ENUM_BASE(sih), SI_CORE_SIZE); in si_doattach() 3719 volatile uint32 *fast_srpwr_addr = (volatile uint32 *)((uintptr)SI_ENUM_BASE(sih) in si_srpwr_request() 3770 volatile uint32 *fast_srpwr_addr = (volatile uint32 *)((uintptr)SI_ENUM_BASE(sih) in si_srpwr_stat_spinwait()
|
| H A D | dhd_sdio.c | 929 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhdsdio_oobwakeup_init() 930 data = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_data); in dhdsdio_oobwakeup_init() 964 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, sr_control1); in dhdsdio_sr_cap() 1005 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhdsdio_sr_cap() 1006 data = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_data); in dhdsdio_sr_cap() 4100 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhd_serialconsole() 4101 data = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_data); in dhd_serialconsole() 4477 addr = SI_ENUM_BASE(bus->sih) + sdreg.offset; in dhdsdio_doiovar() 4493 addr = SI_ENUM_BASE(bus->sih) + sdreg.offset; in dhdsdio_doiovar() 4712 debugger_init((void *) bus, &bus_ops, int_val, SI_ENUM_BASE(bus->sih)); in dhdsdio_doiovar() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | otpdefs.h | 70 #define SROM_ADDRESS(sih, offset) (SI_ENUM_BASE(sih) + (offset)) 94 #define OTP_ADDRESS(sih, offset) (SI_ENUM_BASE(sih) + (offset)) 99 #define PCIE_CTRL_REG_ADDR(sih) (SI_ENUM_BASE(sih) + 0x3000) 100 #define SPROM_CTRL_REG_ADDR(sih) (SI_ENUM_BASE(sih) + CC_SROM_CTRL) 103 #define SPROM_ADDR(sih) (SI_ENUM_BASE(sih) + CC_SROM_ADDRESS) 104 #define SPROM_DATA(sih) (SI_ENUM_BASE(sih) + CC_SROM_DATA) 105 #define OTP_CTRL1_REG_ADDR(sih) (SI_ENUM_BASE(sih) + 0xF4) 106 #define PMU_MINRESMASK_REG_ADDR(sih) (SI_ENUM_BASE(sih) + MINRESMASKREG) 107 #define CHIP_COMMON_STATUS_REG_ADDR(sih) (SI_ENUM_BASE(sih) + CC_CHIPST) 108 #define CHIP_COMMON_CLKDIV2_ADDR(sih) (SI_ENUM_BASE(sih) + CC_CLKDIV2)
|
| H A D | siutils.c | 363 pmuaddr = SI_ENUM_BASE(sih) + offset; in si_get_pmu_reg_addr() 742 if (!GOODCOREADDR(savewin, SI_ENUM_BASE(sih))) in si_doattach() 743 savewin = SI_ENUM_BASE(sih); in si_doattach() 744 OSL_PCI_WRITE_CONFIG(sii->osh, PCI_BAR0_WIN, 4, SI_ENUM_BASE(sih)); in si_doattach() 766 cc = (chipcregs_t *)REG_MAP(SI_ENUM_BASE(sih), SI_CORE_SIZE); in si_doattach() 3720 volatile uint32 *fast_srpwr_addr = (volatile uint32 *)((uintptr)SI_ENUM_BASE(sih) in si_srpwr_request() 3771 volatile uint32 *fast_srpwr_addr = (volatile uint32 *)((uintptr)SI_ENUM_BASE(sih) in si_srpwr_stat_spinwait()
|
| H A D | dhd_sdio.c | 911 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhdsdio_oobwakeup_init() 912 data = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_data); in dhdsdio_oobwakeup_init() 946 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, sr_control1); in dhdsdio_sr_cap() 987 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhdsdio_sr_cap() 988 data = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_data); in dhdsdio_sr_cap() 4007 addr = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhd_serialconsole() 4008 data = SI_ENUM_BASE(bus->sih) + OFFSETOF(chipcregs_t, chipcontrol_data); in dhd_serialconsole() 4390 addr = SI_ENUM_BASE(bus->sih) + sdreg.offset; in dhdsdio_doiovar() 4406 addr = SI_ENUM_BASE(bus->sih) + sdreg.offset; in dhdsdio_doiovar() 4652 debugger_init((void *) bus, &bus_ops, int_val, SI_ENUM_BASE(bus->sih)); in dhdsdio_doiovar() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | hndsoc.h | 56 #define SI_ENUM_BASE(sih) SI_ENUM_BASE_DEFAULT macro 60 #define SI_ENUM_BASE(sih) ((sih)->enum_base) macro 61 #define SI_WRAP_BASE(sih) (SI_ENUM_BASE(sih) + 0x00100000)
|
| H A D | sbconfig.h | 38 #define SB_BUS_BASE(sih, b) (SI_ENUM_BASE(sih) + (b) * SB_BUS_SIZE)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | hndsoc.h | 56 #define SI_ENUM_BASE(sih) SI_ENUM_BASE_DEFAULT macro 60 #define SI_ENUM_BASE(sih) ((sih)->enum_base) macro 61 #define SI_WRAP_BASE(sih) (SI_ENUM_BASE(sih) + 0x00100000)
|
| H A D | sbconfig.h | 38 #define SB_BUS_BASE(sih, b) (SI_ENUM_BASE(sih) + (b) * SB_BUS_SIZE)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | hndsoc.h | 70 #define SI_ENUM_BASE(sih) ((sih)->enum_base) macro 71 #define SI_WRAP_BASE(sih) (SI_ENUM_BASE(sih) + 0x00100000)
|
| H A D | sbconfig.h | 46 #define SB_BUS_BASE(sih, b) (SI_ENUM_BASE(sih) + (b) * SB_BUS_SIZE)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | hndsoc.h | 70 #define SI_ENUM_BASE(sih) ((sih)->enum_base) macro 71 #define SI_WRAP_BASE(sih) (SI_ENUM_BASE(sih) + 0x00100000)
|
| H A D | sbconfig.h | 46 #define SB_BUS_BASE(sih, b) (SI_ENUM_BASE(sih) + (b) * SB_BUS_SIZE)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | hndsoc.h | 70 #define SI_ENUM_BASE(sih) ((sih)->enum_base) macro 71 #define SI_WRAP_BASE(sih) (SI_ENUM_BASE(sih) + 0x00100000)
|
| H A D | sbconfig.h | 46 #define SB_BUS_BASE(sih, b) (SI_ENUM_BASE(sih) + (b) * SB_BUS_SIZE)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/include/ |
| H A D | soc.h | 9 #define SI_ENUM_BASE 0x18000000 /* Enumeration space base */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | hndsoc.h | 49 #define SI_ENUM_BASE 0x18000000 /* Enumeration space base */ macro
|
| H A D | sbconfig.h | 45 #define SB_BUS_BASE(b) (SI_ENUM_BASE + (b) * SB_BUS_SIZE)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | sbutils.c | 609 if ((nsbba & 0xfff00000) != SI_ENUM_BASE) in _sb_scan() 617 if (sbba == SI_ENUM_BASE) in _sb_scan() 648 sii->numcores = _sb_scan(sii, origsba, regs, 0, SI_ENUM_BASE, 1); in sb_scan()
|
| H A D | bcmsdh.c | 177 *regsva = SI_ENUM_BASE; in bcmsdh_attach() 182 bcmsdh->sbwad = SI_ENUM_BASE; in bcmsdh_attach()
|
| H A D | dhd_sdio.c | 851 addr = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhdsdio_oobwakeup_init() 852 data = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_data); in dhdsdio_oobwakeup_init() 878 addr = SI_ENUM_BASE + OFFSETOF(chipcregs_t, sr_control1); in dhdsdio_sr_cap() 885 addr = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhdsdio_sr_cap() 886 data = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_data); in dhdsdio_sr_cap() 928 addr = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhdsdio_sr_cap() 929 data = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_data); in dhdsdio_sr_cap() 4268 addr = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_addr); in dhd_serialconsole() 4269 data = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol_data); in dhd_serialconsole() 4314 addr = SI_ENUM_BASE + OFFSETOF(chipcregs_t, chipcontrol); in dhd_serialconsole() [all …]
|
| H A D | siutils.c | 190 regs = REG_MAP(SI_ENUM_BASE, SI_CORE_SIZE); in si_kattach() 300 pmuaddr = SI_ENUM_BASE + offset; in si_get_pmu_reg_addr() 607 if (!GOODCOREADDR(savewin, SI_ENUM_BASE)) in si_doattach() 608 savewin = SI_ENUM_BASE; in si_doattach() 609 OSL_PCI_WRITE_CONFIG(sii->osh, PCI_BAR0_WIN, 4, SI_ENUM_BASE); in si_doattach() 618 cc = (chipcregs_t *)REG_MAP(SI_ENUM_BASE, SI_CORE_SIZE); in si_doattach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | chip.c | 896 eromaddr = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, eromptr)); in brcmf_chip_dmp_erom_scan() 956 regdata = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, chipid)); in brcmf_chip_recognition() 976 SI_ENUM_BASE, 0); in brcmf_chip_recognition()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | siutils.c | 363 pmuaddr = SI_ENUM_BASE(sih) + offset; in si_get_pmu_reg_addr() 742 if (!GOODCOREADDR(savewin, SI_ENUM_BASE(sih))) in si_doattach() 743 savewin = SI_ENUM_BASE(sih); in si_doattach() 744 OSL_PCI_WRITE_CONFIG(sii->osh, PCI_BAR0_WIN, 4, SI_ENUM_BASE(sih)); in si_doattach() 766 cc = (chipcregs_t *)REG_MAP(SI_ENUM_BASE(sih), SI_CORE_SIZE); in si_doattach() 3720 volatile uint32 *fast_srpwr_addr = (volatile uint32 *)((uintptr)SI_ENUM_BASE(sih) in si_srpwr_request() 3771 volatile uint32 *fast_srpwr_addr = (volatile uint32 *)((uintptr)SI_ENUM_BASE(sih) in si_srpwr_stat_spinwait()
|