Home
last modified time | relevance | path

Searched refs:chipcregs (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/include/
H A Dchipcommon.h11 #define CHIPCREGOFFS(field) offsetof(struct chipcregs, field)
13 struct chipcregs { struct
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.c10325 chipcregs_t *chipcregs; in dhdpcie_sromotp_customvar() local
10334 chipcregs = (chipcregs_t *)si_setcore(bus->sih, CC_CORE_ID, 0); in dhdpcie_sromotp_customvar()
10335 ASSERT(chipcregs != NULL); in dhdpcie_sromotp_customvar()
10352 if (chipcregs->sromcontrol & SRC_PRESENT) { in dhdpcie_sromotp_customvar()
10354 sprom_size = (1 << (2 * ((chipcregs->sromcontrol & SRC_SIZE_MASK) in dhdpcie_sromotp_customvar()
10358 if (chipcregs->sromcontrol & SRC_OTPPRESENT) { in dhdpcie_sromotp_customvar()
10360 if (((chipcregs->otplayout & OTPL_WRAP_TYPE_MASK) >> OTPL_WRAP_TYPE_SHIFT) in dhdpcie_sromotp_customvar()
10367 otp_size = (((chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_sromotp_customvar()
10371 otp_size = (((chipcregs->capabilities & CC_CAP_OTPSIZE) in dhdpcie_sromotp_customvar()
10381 otp_size = otp_size_65nm[(chipcregs->otplayout & in dhdpcie_sromotp_customvar()
[all …]
H A Dsiutils.c2260 si_clkctl_setdelay(si_info_t *sii, void *chipcregs) in si_clkctl_setdelay() argument
2262 chipcregs_t *cc = (chipcregs_t *)chipcregs; in si_clkctl_setdelay()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.c10316 chipcregs_t *chipcregs; in dhdpcie_sromotp_customvar() local
10325 chipcregs = (chipcregs_t *)si_setcore(bus->sih, CC_CORE_ID, 0); in dhdpcie_sromotp_customvar()
10326 ASSERT(chipcregs != NULL); in dhdpcie_sromotp_customvar()
10343 if (chipcregs->sromcontrol & SRC_PRESENT) { in dhdpcie_sromotp_customvar()
10345 sprom_size = (1 << (2 * ((chipcregs->sromcontrol & SRC_SIZE_MASK) in dhdpcie_sromotp_customvar()
10349 if (chipcregs->sromcontrol & SRC_OTPPRESENT) { in dhdpcie_sromotp_customvar()
10351 if (((chipcregs->otplayout & OTPL_WRAP_TYPE_MASK) >> OTPL_WRAP_TYPE_SHIFT) in dhdpcie_sromotp_customvar()
10358 otp_size = (((chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_sromotp_customvar()
10362 otp_size = (((chipcregs->capabilities & CC_CAP_OTPSIZE) in dhdpcie_sromotp_customvar()
10372 otp_size = otp_size_65nm[(chipcregs->otplayout & in dhdpcie_sromotp_customvar()
[all …]
H A Dsiutils.c2261 si_clkctl_setdelay(si_info_t *sii, void *chipcregs) in si_clkctl_setdelay() argument
2263 chipcregs_t *cc = (chipcregs_t *)chipcregs; in si_clkctl_setdelay()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.c10316 chipcregs_t *chipcregs; in dhdpcie_sromotp_customvar() local
10325 chipcregs = (chipcregs_t *)si_setcore(bus->sih, CC_CORE_ID, 0); in dhdpcie_sromotp_customvar()
10326 ASSERT(chipcregs != NULL); in dhdpcie_sromotp_customvar()
10343 if (chipcregs->sromcontrol & SRC_PRESENT) { in dhdpcie_sromotp_customvar()
10345 sprom_size = (1 << (2 * ((chipcregs->sromcontrol & SRC_SIZE_MASK) in dhdpcie_sromotp_customvar()
10349 if (chipcregs->sromcontrol & SRC_OTPPRESENT) { in dhdpcie_sromotp_customvar()
10351 if (((chipcregs->otplayout & OTPL_WRAP_TYPE_MASK) >> OTPL_WRAP_TYPE_SHIFT) in dhdpcie_sromotp_customvar()
10358 otp_size = (((chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_sromotp_customvar()
10362 otp_size = (((chipcregs->capabilities & CC_CAP_OTPSIZE) in dhdpcie_sromotp_customvar()
10372 otp_size = otp_size_65nm[(chipcregs->otplayout & in dhdpcie_sromotp_customvar()
[all …]
H A Dsiutils.c2261 si_clkctl_setdelay(si_info_t *sii, void *chipcregs) in si_clkctl_setdelay() argument
2263 chipcregs_t *cc = (chipcregs_t *)chipcregs; in si_clkctl_setdelay()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.h11 (base + offsetof(struct chipcregs, field))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.c7107 chipcregs_t *chipcregs; in dhdpcie_cc_nvmshadow() local
7112 chipcregs = (chipcregs_t *)si_setcore(bus->sih, CC_CORE_ID, 0); in dhdpcie_cc_nvmshadow()
7113 ASSERT(chipcregs != NULL); in dhdpcie_cc_nvmshadow()
7133 if (chipcregs->sromcontrol & SRC_PRESENT) { in dhdpcie_cc_nvmshadow()
7135 sprom_size = (1 << (2 * ((chipcregs->sromcontrol & SRC_SIZE_MASK) in dhdpcie_cc_nvmshadow()
7140 if (chipcregs->sromcontrol & SRC_OTPPRESENT) { in dhdpcie_cc_nvmshadow()
7143 if (((chipcregs->otplayout & OTPL_WRAP_TYPE_MASK) >> OTPL_WRAP_TYPE_SHIFT) in dhdpcie_cc_nvmshadow()
7150 otp_size = (((chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_cc_nvmshadow()
7154 otp_size = (((chipcregs->capabilities & CC_CAP_OTPSIZE) in dhdpcie_cc_nvmshadow()
7164 otp_size = otp_size_65nm[(chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_cc_nvmshadow()
[all …]
H A Dsiutils.c1944 si_clkctl_setdelay(si_info_t *sii, void *chipcregs) in si_clkctl_setdelay() argument
1946 chipcregs_t *cc = (chipcregs_t *)chipcregs; in si_clkctl_setdelay()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c14355 chipcregs_t *chipcregs; in dhdpcie_cc_nvmshadow() local
14360 chipcregs = (chipcregs_t *)si_setcore(bus->sih, CC_CORE_ID, 0); in dhdpcie_cc_nvmshadow()
14361 ASSERT(chipcregs != NULL); in dhdpcie_cc_nvmshadow()
14381 if (chipcregs->sromcontrol & SRC_PRESENT) { in dhdpcie_cc_nvmshadow()
14383 sprom_size = (1 << (2 * ((chipcregs->sromcontrol & SRC_SIZE_MASK) in dhdpcie_cc_nvmshadow()
14392 if (chipcregs->sromcontrol & SRC_OTPPRESENT) { in dhdpcie_cc_nvmshadow()
14395 if (((chipcregs->otplayout & OTPL_WRAP_TYPE_MASK) >> OTPL_WRAP_TYPE_SHIFT) in dhdpcie_cc_nvmshadow()
14402 otp_size = (((chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_cc_nvmshadow()
14406 otp_size = (((chipcregs->capabilities & CC_CAP_OTPSIZE) in dhdpcie_cc_nvmshadow()
14416 otp_size = otp_size_65nm[(chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_cc_nvmshadow()
[all …]
H A Dsiutils.c5094 BCMINITFN(si_clkctl_setdelay)(si_info_t *sii, void *chipcregs) in BCMINITFN()
5096 chipcregs_t *cc = (chipcregs_t *)chipcregs; in BCMINITFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.c14348 chipcregs_t *chipcregs; in dhdpcie_cc_nvmshadow() local
14353 chipcregs = (chipcregs_t *)si_setcore(bus->sih, CC_CORE_ID, 0); in dhdpcie_cc_nvmshadow()
14354 ASSERT(chipcregs != NULL); in dhdpcie_cc_nvmshadow()
14374 if (chipcregs->sromcontrol & SRC_PRESENT) { in dhdpcie_cc_nvmshadow()
14376 sprom_size = (1 << (2 * ((chipcregs->sromcontrol & SRC_SIZE_MASK) in dhdpcie_cc_nvmshadow()
14385 if (chipcregs->sromcontrol & SRC_OTPPRESENT) { in dhdpcie_cc_nvmshadow()
14388 if (((chipcregs->otplayout & OTPL_WRAP_TYPE_MASK) >> OTPL_WRAP_TYPE_SHIFT) in dhdpcie_cc_nvmshadow()
14395 otp_size = (((chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_cc_nvmshadow()
14399 otp_size = (((chipcregs->capabilities & CC_CAP_OTPSIZE) in dhdpcie_cc_nvmshadow()
14409 otp_size = otp_size_65nm[(chipcregs->otplayout & OTPL_ROW_SIZE_MASK) in dhdpcie_cc_nvmshadow()
[all …]
H A Dsiutils.c5094 BCMINITFN(si_clkctl_setdelay)(si_info_t *sii, void *chipcregs) in BCMINITFN()
5096 chipcregs_t *cc = (chipcregs_t *)chipcregs; in BCMINITFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1735 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_addr), in brcms_b_core_phypll_reset()
1738 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1741 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1744 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()