Searched refs:IPW_DEBUG_IO (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c281 IPW_DEBUG_IO("%s %d: write_indirect8(0x%08X, 0x%08X)\n", __FILE__,
290 IPW_DEBUG_IO("%s %d: write_indirect16(0x%08X, 0x%08X)\n", __FILE__,
299 IPW_DEBUG_IO("%s %d: write_indirect32(0x%08X, 0x%08X)\n", __FILE__,
309 IPW_DEBUG_IO("%s %d: write_direct8(0x%08X, 0x%08X)\n", __FILE__, __LINE__, (u32)(ofs), (u32)(val)); \
317 IPW_DEBUG_IO("%s %d: write_direct16(0x%08X, 0x%08X)\n", __FILE__, __LINE__, (u32)(ofs), (u32)(val)); \
325 IPW_DEBUG_IO("%s %d: write_direct32(0x%08X, 0x%08X)\n", __FILE__, __LINE__, (u32)(ofs), (u32)(val)); \
334 IPW_DEBUG_IO("%s %d: read_direct8(0x%08X)\n", f, l, (u32) (ofs));
347 IPW_DEBUG_IO("%s %d: read_direct16(0x%08X)\n", f, l, (u32) (ofs));
360 IPW_DEBUG_IO("%s %d: read_direct32(0x%08X)\n", f, l, (u32) (ofs));
372 IPW_DEBUG_IO("
[all...]
H A Dipw2100.h103 #define IPW_DEBUG_IO(f...) IPW_DEBUG(IPW_DL_IO, ## f) macro
H A Dipw2100.c326 IPW_DEBUG_IO("r: 0x%08X => 0x%08X\n", reg, *val);
332 IPW_DEBUG_IO("w: 0x%08X <= 0x%08X\n", reg, val);
339 IPW_DEBUG_IO("r: 0x%08X => %04X\n", reg, *val);
345 IPW_DEBUG_IO("r: 0x%08X => %02X\n", reg, *val);
351 IPW_DEBUG_IO("w: 0x%08X <= %04X\n", reg, val);
357 IPW_DEBUG_IO("w: 0x%08X =< %02X\n", reg, val);
H A Dipw2200.h1452 #define IPW_DEBUG_IO(f, a...) IPW_LL_DEBUG(IPW_DL_IO, f, ## a) macro

Completed in 103 milliseconds