Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
672 static int pmu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in pmu_i2c_xfer() argument
695 if (subsize != 0) in pmu_i2c_xfer()
702 if (subsize != 1) in pmu_i2c_xfer()
839 static int smu_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize, in smu_i2c_xfer() argument
858 if (subsize != 0) in smu_i2c_xfer()
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
111 rc = pmac_i2c_xfer(bus, addrdir, subsize, subaddr, buf, len); in i2c_powermac_smbus_xfer()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dpmac_low_i2c.h90 extern int pmac_i2c_xfer(struct pmac_i2c_bus *bus, u8 addrdir, int subsize,