Home
last modified time | relevance | path

Searched refs:pmac_i2c_setmode (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dpmac_low_i2c.h89 extern int pmac_i2c_setmode(struct pmac_i2c_bus *bus, int mode);
/arch/powerpc/platforms/powermac/
Dsmp.c510 pmac_i2c_setmode(pmac_tb_clock_chip_host, in smp_core99_cypress_tb_freeze()
520 pmac_i2c_setmode(pmac_tb_clock_chip_host, pmac_i2c_mode_stdsub); in smp_core99_cypress_tb_freeze()
539 pmac_i2c_setmode(pmac_tb_clock_chip_host, in smp_core99_pulsar_tb_freeze()
549 pmac_i2c_setmode(pmac_tb_clock_chip_host, pmac_i2c_mode_stdsub); in smp_core99_pulsar_tb_freeze()
Dlow_i2c.c1118 int pmac_i2c_setmode(struct pmac_i2c_bus *bus, int mode) in pmac_i2c_setmode() function
1134 EXPORT_SYMBOL_GPL(pmac_i2c_setmode);
1350 return pmac_i2c_setmode(inst->bus, mode); in pmac_i2c_do_set_mode()