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

  /src/sys/dev/i2c/
xc3028.c 269 xc3028_dump_fw(struct xc3028 *xc, struct xc3028_fw *xcfw, const char *type)
274 if (xcfw == NULL) {
279 if (xcfw->type & (1 << i))
282 if (xcfw->type & (1 << 30))
283 printf("_%d", xcfw->int_freq);
284 if (xcfw->id)
285 printf(" id=%" PRIx64, xcfw->id);
286 printf(" size=%u\n", xcfw->data_size);
296 struct xc3028_fw *xcfw; local in function:xc3028_firmware_parse
318 xcfw = &xc->fw[index]
    [all...]
xc3028.c 269 xc3028_dump_fw(struct xc3028 *xc, struct xc3028_fw *xcfw, const char *type)
274 if (xcfw == NULL) {
279 if (xcfw->type & (1 << i))
282 if (xcfw->type & (1 << 30))
283 printf("_%d", xcfw->int_freq);
284 if (xcfw->id)
285 printf(" id=%" PRIx64, xcfw->id);
286 printf(" size=%u\n", xcfw->data_size);
296 struct xc3028_fw *xcfw; local in function:xc3028_firmware_parse
318 xcfw = &xc->fw[index]
    [all...]

Completed in 24 milliseconds