HomeSort by: relevance | last modified time | path
    Searched defs:narr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
xc3028.c 294 uint16_t fwver, narr; local in function:xc3028_firmware_parse
308 narr = le16dec(p);
309 p += sizeof(narr);
312 xc3028_name(xc), fwname, fwver >> 8, fwver & 0xff, narr);
314 xc->fw = kmem_zalloc(sizeof(*xc->fw) * narr, KM_SLEEP);
315 xc->nfw = narr;
xc3028.c 294 uint16_t fwver, narr; local in function:xc3028_firmware_parse
308 narr = le16dec(p);
309 p += sizeof(narr);
312 xc3028_name(xc), fwname, fwver >> 8, fwver & 0xff, narr);
314 xc->fw = kmem_zalloc(sizeof(*xc->fw) * narr, KM_SLEEP);
315 xc->nfw = narr;

Completed in 24 milliseconds