/openbmc/phosphor-mboxd/ |
H A D | mboxd_flash.c | 43 MSG_DBG("Opening %s\n", filename); in init_flash_dev() 93 MSG_DBG("Flash erase size: 0x%.8x\n", context->mtd_info.erasesize); in init_flash_dev() 141 MSG_DBG("Set flash bytemap @ 0x%.8x for 0x%.8x to %s\n", in set_flash_bytemap() 165 MSG_DBG("Erase flash @ 0x%.8x for 0x%.8x\n", offset, count); in erase_flash() 182 MSG_DBG("Erase flash @ 0x%.8x for 0x%.8x\n", in erase_flash() 203 MSG_DBG("Erase flash @ 0x%.8x for 0x%.8x\n", in erase_flash() 237 MSG_DBG("Copy flash to %p for size 0x%.8x from offset 0x%.8x\n", in copy_flash() 276 MSG_DBG("Write flash @ 0x%.8x for 0x%.8x from %p\n", offset, count, buf); in write_flash()
|
H A D | mboxd_msg.c | 93 MSG_DBG("BMC Events set to: 0x%.2x\n", context->bmc_events); in set_bmc_events() 110 MSG_DBG("BMC Events clear to: 0x%.2x\n", context->bmc_events); in clr_bmc_events() 144 MSG_DBG("Suggested Timeout: %us, max window size: %uMB, for %dms/MB\n", in get_suggested_timeout() 290 MSG_DBG("LPC address of current window: 0x%.8x\n", lpc_addr); in get_lpc_addr_shifted() 341 MSG_DBG("No existing window which maps that flash offset\n"); in mbox_handle_read_window() 762 MSG_DBG("Writing MBOX response:\n"); in handle_mbox_req() 763 MSG_DBG("MBOX cmd: %u\n", resp.command); in handle_mbox_req() 764 MSG_DBG("MBOX seq: %u\n", resp.seq); in handle_mbox_req() 766 MSG_DBG("MBOX arg[%d]: 0x%.2x\n", i, resp.args[i]); in handle_mbox_req() 798 MSG_DBG("Received MBOX request:\n"); in get_message() [all …]
|
H A D | mboxd_dbus.c | 276 MSG_DBG("DBUS request: %u\n", req.cmd); in method_cmd() 286 MSG_DBG("DBUS num_args: %u\n", (unsigned) req.num_args); in method_cmd() 288 MSG_DBG("DBUS arg[%d]: %u\n", i, req.args[i]); in method_cmd() 321 MSG_DBG("DBUS response: %u\n", resp.cmd); in method_cmd() 322 MSG_DBG("DBUS num_args: %u\n", (unsigned) resp.num_args); in method_cmd() 324 MSG_DBG("DBUS arg[%d]: %u\n", i, resp.args[i]); in method_cmd()
|
H A D | mboxd_windows.c | 70 MSG_DBG("Window %d @ %p for size 0x%.8x\n", i, in init_window_mem() 394 MSG_DBG("Close current window, flags: 0x%.2x\n", flags); in close_current_window() 434 MSG_DBG("Resetting all windows\n"); in reset_all_windows() 514 MSG_DBG("Searching for window which contains 0x%.8x %s\n", in search_windows() 561 MSG_DBG("Creating window which maps 0x%.8x %s\n", offset, in create_map_window() 569 MSG_DBG("No uninitialised window, evicting one\n"); in create_map_window() 649 MSG_DBG("Checking for window overlap\n"); in create_map_window()
|
H A D | mboxd_lpc.c | 48 MSG_DBG("Opening %s\n", path); in __init_lpc_dev() 59 MSG_DBG("Getting buffer size...\n"); in __init_lpc_dev() 71 MSG_DBG("Mapping in 0x%.8x bytes of %s\n", context->mem_size, path); in __init_lpc_dev()
|
H A D | mboxd.c | 81 MSG_DBG("Received signal: %d\n", info.ssi_signo); in poll_loop() 107 MSG_DBG("DBUS Event\n"); in poll_loop() 118 MSG_DBG("MBOX Event\n"); in poll_loop()
|
H A D | common.h | 37 #define MSG_DBG(f_, ...) \ macro
|
/openbmc/hiomapd/mtd/ |
H A D | backend.c | 54 MSG_DBG("Opening %s\n", path); in mtd_dev_init() 104 MSG_DBG("Flash erase size: 0x%.8x\n", priv->mtd_info.erasesize); in mtd_dev_init() 172 MSG_DBG("Set flash bytemap @ 0x%.8x for 0x%.8x to %s\n", offset, count, in mtd_set_bytemap() 197 MSG_DBG("Erase flash @ 0x%.8x for 0x%.8x\n", offset, count); in mtd_erase() 214 MSG_DBG("Erase flash @ 0x%.8x for 0x%.8x\n", in mtd_erase() 234 MSG_DBG("Erase flash @ 0x%.8x for 0x%.8x\n", erase_info.start, in mtd_erase() 269 MSG_DBG("Copy flash to %p for size 0x%.8x from offset 0x%.8x\n", mem, in mtd_copy() 309 MSG_DBG("Write flash @ 0x%.8x for 0x%.8x from %p\n", offset, count, in mtd_write()
|
/openbmc/hiomapd/ |
H A D | control_legacy.c | 231 MSG_DBG("DBUS request: %u\n", req.cmd); in method_cmd() 241 MSG_DBG("DBUS num_args: %u\n", (unsigned) req.num_args); in method_cmd() 243 MSG_DBG("DBUS arg[%zd]: %u\n", i, req.args[i]); in method_cmd() 276 MSG_DBG("DBUS response: %u\n", resp.cmd); in method_cmd() 277 MSG_DBG("DBUS num_args: %u\n", (unsigned) resp.num_args); in method_cmd() 279 MSG_DBG("DBUS arg[%zd]: %u\n", i, resp.args[i]); in method_cmd()
|
H A D | transport_mbox.c | 79 MSG_DBG("Translating errno %d: %s\n", rc, strerror(rc)); in mbox_xlate_errno() 271 MSG_DBG("LPC address of current window: 0x%.8x\n", lpc_addr); in get_lpc_addr_shifted() 586 MSG_DBG("Writing MBOX response:\n"); in handle_mbox_req() 587 MSG_DBG("MBOX cmd: %u\n", resp.command); in handle_mbox_req() 588 MSG_DBG("MBOX seq: %u\n", resp.seq); in handle_mbox_req() 590 MSG_DBG("MBOX arg[%d]: 0x%.2x\n", i, resp.args[i]); in handle_mbox_req() 628 MSG_DBG("Received MBOX request:\n"); in get_message() 629 MSG_DBG("MBOX cmd: %u\n", msg->msg.command); in get_message() 630 MSG_DBG("MBOX seq: %u\n", msg->msg.seq); in get_message() 632 MSG_DBG("MBOX arg[%d]: 0x%.2x\n", i, msg->msg.args[i]); in get_message() [all …]
|
H A D | lpc.c | 48 MSG_DBG("Opening %s\n", path); in __lpc_dev_init() 59 MSG_DBG("Getting buffer size...\n"); in __lpc_dev_init() 71 MSG_DBG("Mapping in 0x%.8x bytes of %s\n", context->mem_size, path); in __lpc_dev_init()
|
H A D | windows.c | 73 MSG_DBG("Window %zd @ %p for size 0x%.8x\n", i, in init_window_mem() 397 MSG_DBG("Close current window, flags: 0x%.2x\n", flags); in windows_close_current() 435 MSG_DBG("Resetting all windows\n"); in windows_reset_all() 520 MSG_DBG("Searching for window which contains 0x%.8x %s\n", in windows_search() 567 MSG_DBG("Creating window which maps 0x%.8x %s\n", offset, in windows_create_map() 575 MSG_DBG("No uninitialised window, evicting one\n"); in windows_create_map() 643 MSG_DBG("Checking for window overlap\n"); in windows_create_map()
|
H A D | common.h | 38 #define MSG_DBG(f_, ...) \ macro
|
H A D | mboxd.c | 147 MSG_DBG("Received signal: %d\n", info.ssi_signo); in poll_loop() 168 MSG_DBG("DBUS Event\n"); in poll_loop()
|
H A D | protocol.c | 158 MSG_DBG("LPC address of current window: 0x%.8x\n", lpc_addr); in get_lpc_addr_shifted() 310 MSG_DBG("No existing window which maps that flash offset\n"); in protocol_v1_create_window() 510 MSG_DBG("Suggested Timeout: %us, max window size: %uMB, for %dms/MB\n", in get_suggested_timeout()
|
/openbmc/hiomapd/file/ |
H A D | backend.c | 62 MSG_DBG("Opening %s\n", path); in file_dev_init() 93 MSG_DBG("Flash erase size: 0x%.8x\n", FILE_ERASE_SIZE); in file_dev_init() 130 MSG_DBG("Erase flash @ 0x%.8x for 0x%.8x\n", offset, count); in file_erase() 169 MSG_DBG("Copy flash to %p for size 0x%.8x from offset 0x%.8x\n", mem, in file_copy() 208 MSG_DBG("Write flash @ 0x%.8x for 0x%.8x from %p\n", offset, count, in file_write()
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | mboxd_flash.cpp | 57 MSG_DBG("Opening %s\n", filename.get()); in init_flash_dev() 134 MSG_DBG("Copy virtual pnor to %p for size 0x%.8x from offset 0x%.8x\n", mem, in copy_flash() 212 MSG_DBG("Write flash @ 0x%.8x for 0x%.8x from %p\n", offset, count, in write_flash()
|
H A D | pnor_partition.cpp | 77 MSG_DBG("RWRequest: Didn't find '%s' under '%s', copying from '%s'\n", in getPartitionFilePath() 107 MSG_DBG("Resizing %s to %zu bytes\n", path.c_str(), maxAccess); in resize()
|
H A D | pnor_partition_table.cpp | 252 MSG_DBG("Parsing ToC flags '%s'\n", data.c_str()); in writeUserdata()
|
/openbmc/hiomapd/vpnor/ |
H A D | backend.cpp | 214 MSG_DBG("Opening %s\n", filename); in vpnor_dev_init() 297 MSG_DBG("Copy virtual pnor to %p for size 0x%.8x from offset 0x%.8x\n", mem, in vpnor_copy() 378 MSG_DBG("Write flash @ 0x%.8x for 0x%.8x from %p\n", offset, count, in vpnor_write() 498 MSG_DBG( in vpnor_align_offset()
|
H A D | partition.cpp | 90 MSG_DBG("RWRequest: Didn't find '%s' under '%s', copying from '%s'\n", in getPartitionFilePath()
|
H A D | table.cpp | 269 MSG_DBG("Parsing ToC flags '%s'\n", data.c_str()); in writeUserdata()
|