Searched refs:bcm_bprintf (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnicpci.c1770 bcm_bprintf(b, "PCIE link speed: %d\n", pcie_get_link_speed(pch));
1798 bcm_bprintf(b, "PLPRegs \t");
1802 bcm_bprintf(b, "%s", bitfield_dump_buf);
1804 bcm_bprintf(b, "\n");
1805 bcm_bprintf(b, "DLLPRegs \t");
1809 bcm_bprintf(b, "%s", bitfield_dump_buf);
1811 bcm_bprintf(b, "\n");
1812 bcm_bprintf(b, "TLPRegs \t");
1816 bcm_bprintf(b, "%s", bitfield_dump_buf);
1818 bcm_bprintf(
[all...]
H A Dlinux_osl.c483 bcm_bprintf(bb, "max_obj %d obj_size %d curr_obj %d refills %d\n",
486 bcm_bprintf(bb, "fast_allocs %d fast_frees %d slow_allocs %d\n",
1199 bcm_bprintf(b, " Address Size File:line\n");
1205 bcm_bprintf(b, "%p %6d %s:%d\n", (char*)p + sizeof(bcm_mem_link_t),
1214 bcm_bprintf(b, "WARNING: loop-to-self "
1549 bcm_bprintf(b, " Total %d sbk not free\n", osh->ctrace_num);
1555 bcm_bprintf(b, "[%d] skb %p:\n", ++idx, skb);
1562 bcm_bprintf(b, " [%s(%d)]\n", skb->func[j], skb->line[j]);
1567 bcm_bprintf(b, "\n");
H A Daiutils.c1081 bcm_bprintf(b, "core 0x%x: \n", sii->coreid[i]);
1083 bcm_bprintf(b, "Skipping mips74k in 47162a0\n");
1087 bcm_bprintf(b, "Skipping usb20h in 5357\n");
1091 bcm_bprintf(b, "Skipping chipcommonb in 4707\n");
1095 bcm_bprintf(b, "ioctrlset 0x%x ioctrlclear 0x%x ioctrl 0x%x iostatus 0x%x"
1126 bcm_bprintf(b, "ioctrlset 0x%x ioctrlclear 0x%x ioctrl 0x%x iostatus 0x%x"
H A Dbcmotp.c2331 bcm_bprintf(&b, "\n0x%04x:", 2 * i);
2336 bcm_bprintf(&b, " 0x%04x", val);
2338 bcm_bprintf(&b, "\n");
3517 bcm_bprintf(&b, "0x%04x:", 2 * i);
3523 bcm_bprintf(&b, " 0x%04x", val);
3526 bcm_bprintf(&b, " %d\n",
3529 bcm_bprintf(&b, "\n");
3534 bcm_bprintf(&b, "\n");
3894 bcm_bprintf(&b, "\nOTP, ccrev 0x%04x\n", oi->ccrev);
3896 bcm_bprintf(
[all...]
H A Dhnddma.c1786 bcm_bprintf(b, "ring index %d: 0x%x %x\n",
1797 bcm_bprintf(b, "DMA32: txd32 %p txdpa 0x%lx txp %p txin %d txout %d "
1801 bcm_bprintf(b, "xmtcontrol 0x%x xmtaddr 0x%x xmtptr 0x%x xmtstatus 0x%x\n",
1817 bcm_bprintf(b, "DMA32: rxd32 %p rxdpa 0x%lx rxp %p rxin %d rxout %d\n",
1820 bcm_bprintf(b, "rcvcontrol 0x%x rcvaddr 0x%x rcvptr 0x%x rcvstatus 0x%x\n",
1844 bcm_bprintf(b, "ring index %d: 0x%x %x %x %x\n",
1856 bcm_bprintf(b, "DMA64: txd64 %p txdpa 0x%lx txdpahi 0x%lx txp %p txin %d txout %d "
1861 bcm_bprintf(b, "xmtcontrol 0x%x xmtaddrlow 0x%x xmtaddrhigh 0x%x "
1870 bcm_bprintf(b, "DMA64: DMA avoidance applied %d\n", di->dma_avoidance_cnt);
1883 bcm_bprintf(
[all...]
H A Dsbutils.c1170 bcm_bprintf(b, "core 0x%x: \n", sii->coreid[i]);
1173 bcm_bprintf(b, "sbimerrlog 0x%x sbimerrloga 0x%x\n",
1177 bcm_bprintf(b, "sbtmstatelow 0x%x sbtmstatehigh 0x%x sbidhigh 0x%x "
H A Dbcmutils.c3296 bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...) function
3330 bcm_bprintf(b, "%s", msg);
3332 bcm_bprintf(b, "%02X", buf[i]);
3334 bcm_bprintf(b, "\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hnd/
H A Dshared_ksyms.c41 extern void bcm_bprintf; EXPORT_SYMBOL(bcm_bprintf); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h72 * using bcm_bprintf() API.
906 extern int bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...);

Completed in 200 milliseconds