Home
last modified time | relevance | path

Searched refs:ssb_clockspeed (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/ssb/
Ddriver_mipscore.c244 hz = ssb_clockspeed(bus); in ssb_mipscore_init()
Ddriver_chipcommon.c468 baud_base = ssb_clockspeed(bus); in ssb_chipco_serial_init()
Dmain.c1089 u32 ssb_clockspeed(struct ssb_bus *bus) in ssb_clockspeed() function
1114 EXPORT_SYMBOL(ssb_clockspeed);
/linux-2.6.39/include/linux/ssb/
Dssb.h416 extern u32 ssb_clockspeed(struct ssb_bus *bus);
/linux-2.6.39/drivers/net/
Db44.c1289 (DIV_ROUND_CLOSEST(ssb_clockspeed(sdev->bus), in b44_chip_reset()