Lines Matching refs:WARN
174 if (WARN(len != pkg->frame.size, in check_header()
178 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header()
181 if (WARN(pkg->frame.sof, "wrong sof (expected 0x0, got %#x)\n", in check_header()
186 if (WARN(header->unknown != 1 << 9, in check_header()
189 if (WARN(route != tb_cfg_get_route(header), in check_header()
200 if (WARN(addr.zero, "addr.zero is %#x\n", addr.zero)) in check_config_address()
202 if (WARN(space != addr.space, "wrong space (expected %x, got %x\n)", in check_config_address()
205 if (WARN(offset != addr.offset, "wrong offset (expected %x, got %x\n)", in check_config_address()
208 if (WARN(length != addr.length, "wrong space (expected %x, got %x\n)", in check_config_address()
229 WARN(pkg->zero1, "pkg->zero1 is %#x\n", pkg->zero1); in decode_error()
230 WARN(pkg->zero2, "pkg->zero1 is %#x\n", pkg->zero1); in decode_error()
231 WARN(pkg->zero3, "pkg->zero1 is %#x\n", pkg->zero1); in decode_error()
954 WARN(1, "tb_cfg_read: %d\n", res.err); in tb_cfg_read()
981 WARN(1, "tb_cfg_write: %d\n", res.err); in tb_cfg_write()