/linux-2.6.39/drivers/staging/brcm80211/util/ |
D | hndpmu.c | 48 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 …]
|
D | siutils.c | 62 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 …]
|
D | bcmotp.c | 61 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 …]
|
D | nicpci.c | 397 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()
|
D | sbutils.c | 241 chipcregs_t *cc = (chipcregs_t *) sii->curmap; in _sb_scan()
|
D | aiutils.c | 114 chipcregs_t *cc = (chipcregs_t *) regs; in ai_scan()
|
D | bcmsrom.c | 1410 chipcregs_t *cc = (chipcregs_t *) ccregs; in srom_cc_cmd()
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_cmn.c | 3315 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()
|
D | wlc_phy_n.c | 14554 offsetof(chipcregs_t, chipcontrol), 0x40, in WLBANDINITFN()
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_bmac.c | 1868 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/ |
D | sbchipc.h | 224 } chipcregs_t; typedef
|