Searched refs:addrdir (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 94 int (*xfer)(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, 396 static int kw_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in kw_i2c_xfer() argument 432 kw_write_reg(reg_addr, addrdir & 0xff); in kw_i2c_xfer() 444 host->rw = (addrdir & 1); in kw_i2c_xfer() 672 static int pmu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in pmu_i2c_xfer() argument 678 int read = addrdir & 1; in pmu_i2c_xfer() 697 hdr->address = addrdir; in pmu_i2c_xfer() 704 hdr->address = addrdir & 0xfe; in pmu_i2c_xfer() 705 hdr->comb_addr = addrdir; in pmu_i2c_xfer() 838 static int smu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in smu_i2c_xfer() argument [all …]
|
/arch/powerpc/include/asm/ |
D | pmac_low_i2c.h | 90 extern int pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,
|