Home
last modified time | relevance | path

Searched refs:BLOGD (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/bxe/
H A Dbxe_debug.c46 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%02x\n", offset, val); in bxe_reg_write8()
57 BLOGD(sc, DBG_REGS, "Unaligned 16-bit write to 0x%08lx\n", offset); in bxe_reg_write16()
60 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%04x\n", offset, val); in bxe_reg_write16()
71 BLOGD(sc, DBG_REGS, "Unaligned 32-bit write to 0x%08lx\n", offset); in bxe_reg_write32()
74 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%08x\n", offset, val); in bxe_reg_write32()
89 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%02x\n", offset, val); in bxe_reg_read8()
100 BLOGD(sc, DBG_REGS, "Unaligned 16-bit read from 0x%08lx\n", offset); in bxe_reg_read16()
106 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%08x\n", offset, val); in bxe_reg_read16()
117 BLOGD(sc, DBG_REGS, "Unaligned 32-bit read from 0x%08lx\n", offset); in bxe_reg_read32()
123 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%08x\n", offset, val); in bxe_reg_read32()
H A Dbxe.c1752 BLOGD(sc, DBG_LOAD, in bxe_storm_memset_hc_timeout()
1777 BLOGD(sc, DBG_LOAD, in bxe_storm_memset_hc_disable()
1873 BLOGD(sc, DBG_LOAD, "Set SPIO 0x%x -> output low\n", spio); in bxe_set_spio()
1880 BLOGD(sc, DBG_LOAD, "Set SPIO 0x%x -> output high\n", spio); in bxe_set_spio()
1887 BLOGD(sc, DBG_LOAD, "Set SPIO 0x%x -> input\n", spio); in bxe_set_spio()
1957 BLOGD(sc, DBG_PHY, in bxe_gpio_write()
1966 BLOGD(sc, DBG_PHY, in bxe_gpio_write()
1975 BLOGD(sc, DBG_PHY, in bxe_gpio_write()
2011 BLOGD(sc, DBG_PHY, "Set GPIO 0x%x -> output low\n", pins); in bxe_gpio_mult_write()
2017 BLOGD(sc, DBG_PHY, "Set GPIO 0x%x -> output high\n", pins); in bxe_gpio_mult_write()
[all …]
H A Dbxe_stats.c100 BLOGD(sc, DBG_STATS, in bxe_dp_stats()
117 BLOGD(sc, DBG_STATS, in bxe_dp_stats()
157 BLOGD(sc, DBG_STATS, in bxe_storm_stats_post()
885 BLOGD(sc, DBG_STATS, in bxe_hw_stats_update()
950 BLOGD(sc, DBG_STATS, in bxe_storm_stats_validate_counters()
958 BLOGD(sc, DBG_STATS, in bxe_storm_stats_validate_counters()
966 BLOGD(sc, DBG_STATS, in bxe_storm_stats_validate_counters()
974 BLOGD(sc, DBG_STATS, in bxe_storm_stats_validate_counters()
1020 BLOGD(sc, DBG_STATS, in bxe_storm_stats_update()
1025 BLOGD(sc, DBG_STATS, "---------------\n"); in bxe_storm_stats_update()
[all …]
H A Dbxe.h2175 #define BLOGD(sc, codepath, format, args...) \ macro
2312 BLOGD(sc, DBG_INTR, "write 0x%08x to IGU addr 0x%x\n", in bxe_igu_ack_sb_gen()
2391 BLOGD(sc, DBG_INTR, "read 0x%08x from IGU addr 0x%x\n", in bxe_igu_ack_int()
H A Decore_sp.h273 BLOGD(sc, DBG_SP, "ECORE: " m, ##__VA_ARGS__)