Lines Matching refs:WARN
175 if (WARN(len != pkg->frame.size, in check_header()
179 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header()
182 if (WARN(pkg->frame.sof, "wrong sof (expected 0x0, got %#x)\n", in check_header()
187 if (WARN(header->unknown != 1 << 9, in check_header()
190 if (WARN(route != tb_cfg_get_route(header), in check_header()
201 if (WARN(addr.zero, "addr.zero is %#x\n", addr.zero)) in check_config_address()
203 if (WARN(space != addr.space, "wrong space (expected %x, got %x\n)", in check_config_address()
206 if (WARN(offset != addr.offset, "wrong offset (expected %x, got %x\n)", in check_config_address()
209 if (WARN(length != addr.length, "wrong space (expected %x, got %x\n)", in check_config_address()
230 WARN(pkg->zero1, "pkg->zero1 is %#x\n", pkg->zero1); in decode_error()
231 WARN(pkg->zero2, "pkg->zero1 is %#x\n", pkg->zero1); in decode_error()
232 WARN(pkg->zero3, "pkg->zero1 is %#x\n", pkg->zero1); in decode_error()
970 WARN(1, "tb_cfg_read: %d\n", res.err); in tb_cfg_read()
996 WARN(1, "tb_cfg_write: %d\n", res.err); in tb_cfg_write()