Searched refs:addrdir (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-powermac.c51 int addrdir = (addr << 1) | read; local
63 rc = pmac_i2c_xfer(bus, addrdir, 0, 0, NULL, 0);
69 rc = pmac_i2c_xfer(bus, addrdir, 0, 0, &data->byte, 1);
77 rc = pmac_i2c_xfer(bus, addrdir, 1, command, &data->byte, 1);
89 rc = pmac_i2c_xfer(bus, addrdir, 1, command, local, 2);
113 rc = pmac_i2c_xfer(bus, addrdir, 1, command, data->block,
123 rc = pmac_i2c_xfer(bus, addrdir, 1, command,
148 int addrdir; local
153 addrdir = (msgs->addr << 1) | read;
155 addrdir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpmac_low_i2c.h99 extern int pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c95 int (*xfer)(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,
388 static int kw_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, argument
424 kw_write_reg(reg_addr, addrdir & 0xff);
436 host->rw = (addrdir & 1);
653 static int pmu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, argument
659 int read = addrdir & 1;
678 hdr->address = addrdir;
685 hdr->address = addrdir & 0xfe;
686 hdr->comb_addr = addrdir;
818 static int smu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, in argument
1130 pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, u32 subaddr, u8 *data, int len) argument
[all...]

Completed in 58 milliseconds