Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/util/
Dhndpmu.c114 origidx = si_coreidx(sih); in si_pmu_set_switcher_voltage()
199 origidx = si_coreidx(sih); in si_pmu_fast_pwrup_delay()
272 origidx = si_coreidx(sih); in si_pmu_force_ilp()
696 origidx = si_coreidx(sih); in si_pmu_res_init()
1514 origidx = si_coreidx(sih); in si_pmu_pll_init()
1568 origidx = si_coreidx(sih); in si_pmu_alp_clock()
1680 origidx = si_coreidx(sih); in si_pmu_si_clock()
1776 origidx = si_coreidx(sih); in si_pmu_cpu_clock()
1820 origidx = si_coreidx(sih); in si_pmu_mem_clock()
1847 u32 origidx = si_coreidx(sih); in si_pmu_ilp_clock()
[all …]
Dbcmotp.c363 idx = si_coreidx(sih); in ipxotp_init()
447 idx = si_coreidx(oi->sih); in ipxotp_read_region()
634 idx = si_coreidx(sih); in hndotp_init()
716 idx = si_coreidx(oi->sih); in hndotp_read_region()
740 idx = si_coreidx(oi->sih); in hndotp_nvread()
879 uint idx = si_coreidx(oi->sih); in otp_read_bit()
Dsiutils.c780 uint si_coreidx(si_t *sih) in si_coreidx() function
1450 slen = snprintf(path, (size_t) size, "sb/%u/", si_coreidx(sih)); in si_devpath()
1463 slen = snprintf(path, (size_t) size, "sd/%u/", si_coreidx(sih)); in si_devpath()
1723 origidx = si_coreidx(&sii->pub); in si_pci_fixcfg()
1738 pciidx = si_coreidx(&sii->pub); in si_pci_fixcfg()
1809 origidx = si_coreidx(sih); in si_socram_size()
1865 origidx = si_coreidx(sih); in si_chipcontrl_epa4331()
1898 origidx = si_coreidx(sih); in si_epa_4313war()
Dsbutils.c166 origidx = si_coreidx(&sii->pub); in sb_corereg()
Daiutils.c545 origidx = si_coreidx(&sii->pub); in ai_corereg()
/linux-2.6.39/drivers/staging/brcm80211/include/
Dsiutils.h129 extern uint si_coreidx(si_t *sih);
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_bmac.c847 wlc->core->coreidx = si_coreidx(wlc_hw->sih); in wlc_bmac_attach()