Searched refs:subsize (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/platforms/powermac/ |
A D | low_i2c.c | 94 int (*xfer)(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, 409 if (subsize != 0) in kw_i2c_xfer() 414 if (subsize != 1) in kw_i2c_xfer() 419 if (subsize != 1) in kw_i2c_xfer() 694 if (subsize != 0) in pmu_i2c_xfer() 701 if (subsize != 1) in pmu_i2c_xfer() 856 if (subsize != 0) in smu_i2c_xfer() 862 if (subsize > 3 || subsize < 1) in smu_i2c_xfer() 864 cmd->info.sublen = subsize; in smu_i2c_xfer() 867 subsize); in smu_i2c_xfer() [all …]
|
/linux/drivers/mtd/tests/ |
A D | nandbiterrs.c | 64 static unsigned subsize; /* Size of subpages */ variable 241 err = insert_biterror(i * subsize); in incremental_errors_test() 353 subsize = mtd->writesize >> mtd->subpage_sft; in mtd_nandbiterrs_init() 354 subcount = mtd->writesize / subsize; in mtd_nandbiterrs_init() 356 pr_info("Device uses %d subpages of %d bytes\n", subcount, subsize); in mtd_nandbiterrs_init()
|
/linux/drivers/i2c/busses/ |
A D | i2c-powermac.c | 40 int mode, subsize, len; in i2c_powermac_smbus_xfer() local 47 subsize = 0; in i2c_powermac_smbus_xfer() 51 subsize = 1; in i2c_powermac_smbus_xfer() 106 rc = pmac_i2c_xfer(bus, addrdir, subsize, subaddr, buf, len); in i2c_powermac_smbus_xfer()
|
/linux/arch/powerpc/include/asm/ |
A D | pmac_low_i2c.h | 90 extern int pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,
|
Completed in 14 milliseconds