Home
last modified time | relevance | path

Searched refs:pmac_i2c_open (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/
Dpmac_low_i2c.h92 extern int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled);
/linux-2.6.39/drivers/i2c/busses/
Di2c-powermac.c110 rc = pmac_i2c_open(bus, 0); in i2c_powermac_smbus_xfer()
171 rc = pmac_i2c_open(bus, 0); in i2c_powermac_master_xfer()
/linux-2.6.39/arch/powerpc/platforms/powermac/
Dsmp.c605 if (pmac_i2c_open(pmac_tb_clock_chip_host, 1)) { in smp_core99_setup_i2c_hwsync()
857 rc = pmac_i2c_open(pmac_tb_clock_chip_host, 1); in smp_core99_cpu_notify()
Dlow_i2c.c1061 return pmac_i2c_open(bus, 0); in pmac_low_i2c_lock()
1083 int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled) in pmac_i2c_open() function
1098 EXPORT_SYMBOL_GPL(pmac_i2c_open);
1235 if (pmac_i2c_open(bus, 0)) { in pmac_i2c_do_begin()