Home
last modified time | relevance | path

Searched refs:chipcregs_t (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/util/
Dhndpmu.c48 static void si_pmu1_pllinit0(si_t *sih, chipcregs_t *cc, u32 xtal);
49 static u32 si_pmu1_cpuclk0(si_t *sih, chipcregs_t *cc);
50 static u32 si_pmu1_alpclk0(si_t *sih, chipcregs_t *cc);
57 static u32 si_pmu_res_deps(si_t *sih, chipcregs_t *cc, u32 rsrcs, bool all);
58 static uint si_pmu_res_uptime(si_t *sih, chipcregs_t *cc, u8 rsrc);
60 static void si_pmu_spuravoid_pllupdate(si_t *sih, chipcregs_t *cc,
74 si_corereg(sih, SI_CC_IDX, offsetof(chipcregs_t, chipcontrol_addr), ~0, in si_pmu_chipcontrol()
77 offsetof(chipcregs_t, chipcontrol_data), mask, val); in si_pmu_chipcontrol()
83 si_corereg(sih, SI_CC_IDX, offsetof(chipcregs_t, regcontrol_addr), ~0, in si_pmu_regcontrol()
86 offsetof(chipcregs_t, regcontrol_data), mask, val); in si_pmu_regcontrol()
[all …]
Dsiutils.c62 static bool si_buscore_setup(si_info_t *sii, chipcregs_t *cc, uint bustype,
167 static bool si_buscore_setup(si_info_t *sii, chipcregs_t *cc, uint bustype, in si_buscore_setup()
374 chipcregs_t *cc; in si_doattach()
390 cc = (chipcregs_t *) sii->curmap; in si_doattach()
455 cc = (chipcregs_t *) si_setcore(sih, CC_CORE_ID, 0); in si_doattach()
482 sb_corereg(sih, SI_CC_IDX, offsetof(chipcregs_t, gpiotimerval), ~0, w); in si_doattach()
503 chipcregs_t *cc; in si_doattach()
536 cc = (chipcregs_t *) regs; in si_doattach()
538 cc = (chipcregs_t *) REG_MAP(SI_ENUM_BASE, SI_CORE_SIZE); in si_doattach()
617 cc = (chipcregs_t *) si_setcore(sih, CC_CORE_ID, 0); in si_doattach()
[all …]
Dbcmotp.c61 typedef u16(*otp_read_bit_t) (void *oh, chipcregs_t *cc, uint off);
174 static u16 ipxotp_otpr(void *oh, chipcregs_t *cc, uint wn) in ipxotp_otpr()
186 static u16 ipxotp_read_bit(void *oh, chipcregs_t *cc, uint off) in ipxotp_read_bit()
238 static void _ipxotp_init(otpinfo_t *oi, chipcregs_t *cc) in _ipxotp_init()
312 chipcregs_t *cc; in ipxotp_init()
378 chipcregs_t *cc; in ipxotp_read_region()
568 static u16 hndotp_otpr(void *oh, chipcregs_t *cc, uint wn) in hndotp_otpr()
582 static u16 hndotp_otproff(void *oh, chipcregs_t *cc, int woff) in hndotp_otproff()
596 static u16 hndotp_read_bit(void *oh, chipcregs_t *cc, uint idx) in hndotp_read_bit()
627 chipcregs_t *cc; in hndotp_init()
[all …]
Dnicpci.c397 offsetof(chipcregs_t, chipcontrol_addr), ~0, in pcie_clkreq_upd()
400 offsetof(chipcregs_t, chipcontrol_data), in pcie_clkreq_upd()
409 offsetof(chipcregs_t, chipcontrol_addr), ~0, in pcie_clkreq_upd()
412 offsetof(chipcregs_t, chipcontrol_data), in pcie_clkreq_upd()
540 si_corereg(pi->sih, SI_CC_IDX, offsetof(chipcregs_t, chipcontrol), in pcie_war_noplldown()
Dsbutils.c241 chipcregs_t *cc = (chipcregs_t *) sii->curmap; in _sb_scan()
Daiutils.c114 chipcregs_t *cc = (chipcregs_t *) regs; in ai_scan()
Dbcmsrom.c1410 chipcregs_t *cc = (chipcregs_t *) ccregs; in srom_cc_cmd()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c3315 offsetof(chipcregs_t, gpiocontrol), ~0x0, in wlc_lcnphy_epa_switch()
3318 offsetof(chipcregs_t, gpioout), 0x40, 0x40); in wlc_lcnphy_epa_switch()
3320 offsetof(chipcregs_t, gpioouten), 0x40, in wlc_lcnphy_epa_switch()
3328 offsetof(chipcregs_t, gpioout), 0x40, 0x00); in wlc_lcnphy_epa_switch()
3330 offsetof(chipcregs_t, gpioouten), 0x40, 0x0); in wlc_lcnphy_epa_switch()
3332 offsetof(chipcregs_t, gpiocontrol), ~0x0, in wlc_lcnphy_epa_switch()
Dwlc_phy_n.c14554 offsetof(chipcregs_t, chipcontrol), 0x40, in WLBANDINITFN()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_bmac.c1868 offsetof(chipcregs_t, chipcontrol_addr), ~0, 0); in wlc_bmac_core_phypll_reset()
1871 offsetof(chipcregs_t, chipcontrol_data), 0x4, 0); in wlc_bmac_core_phypll_reset()
1874 offsetof(chipcregs_t, chipcontrol_data), 0x4, 4); in wlc_bmac_core_phypll_reset()
1877 offsetof(chipcregs_t, chipcontrol_data), 0x4, 0); in wlc_bmac_core_phypll_reset()
/linux-2.6.39/drivers/staging/brcm80211/include/
Dsbchipc.h224 } chipcregs_t; typedef