Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powermac/
Dlow_i2c.c94 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
409 if (subsize != 0) in kw_i2c_xfer()
414 if (subsize != 1) in kw_i2c_xfer()
419 if (subsize != 1) in kw_i2c_xfer()
673 static int pmu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in pmu_i2c_xfer() argument
696 if (subsize != 0) in pmu_i2c_xfer()
703 if (subsize != 1) in pmu_i2c_xfer()
840 static int smu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in smu_i2c_xfer() argument
859 if (subsize != 0) in smu_i2c_xfer()
[all …]
/linux-6.1.9/drivers/mtd/tests/
Dnandbiterrs.c64 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-6.1.9/drivers/i2c/busses/
Di2c-powermac.c40 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-6.1.9/arch/powerpc/include/asm/
Dpmac_low_i2c.h90 extern int pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,