Searched refs:totallen (Results 1 – 3 of 3) sorted by relevance
/arch/x86/platform/intel-mid/ |
D | sfi.c | 76 int totallen; in sfi_parse_mtmr() local 83 totallen = sfi_mtimer_num * sizeof(*pentry); in sfi_parse_mtmr() 84 memcpy(sfi_mtimer_array, pentry, totallen); in sfi_parse_mtmr() 89 for (totallen = 0; totallen < sfi_mtimer_num; totallen++, pentry++) { in sfi_parse_mtmr() 91 totallen, (u32)pentry->phys_addr, in sfi_parse_mtmr() 148 int totallen; in sfi_parse_mrtc() local 155 totallen = sfi_mrtc_num * sizeof(*pentry); in sfi_parse_mrtc() 156 memcpy(sfi_mrtc_array, pentry, totallen); in sfi_parse_mrtc() 161 for (totallen = 0; totallen < sfi_mrtc_num; totallen++, pentry++) { in sfi_parse_mrtc() 163 totallen, (u32)pentry->phys_addr, pentry->irq); in sfi_parse_mrtc()
|
/arch/powerpc/include/asm/ |
D | pmac_pfunc.h | 82 int (*rmw_i2c)(PMF_STD_ARGS, u32 masklen, u32 valuelen, u32 totallen, 88 u32 totallen, const u8 *maskdata, const u8 *valuedata); 94 u32 totallen, const u8 *maskdata,
|
/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 1315 u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw() argument 1321 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw() 1327 inst->scratch, totallen); in pmac_i2c_do_rmw() 1356 u32 valuelen, u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw_sub() argument 1362 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw_sub() 1368 subaddr, inst->scratch, totallen); in pmac_i2c_do_rmw_sub()
|