Lines Matching refs:VERIFY
166 #define VERIFY(s, a, b) do { \
172 VERIFY("magic number", h->magic, VGT_MAGIC);
173 VERIFY("version", h->version, FIRMWARE_VERSION);
174 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
175 VERIFY("cfg space size", h->cfg_space_size, info->cfg_space_size);
176 VERIFY("mmio size", h->mmio_size, info->mmio_size);
181 VERIFY("vender id", id, pdev->vendor);
184 VERIFY("device id", id, pdev->device);
187 VERIFY("revision id", id, pdev->revision);
189 #undef VERIFY