Searched refs:cybt_printf (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
D | cybt_shared_bus.c | 42 #define cybt_printf(format, args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (in… macro 122 cybt_printf("Could not allocate memory\n"); in cyw43_btbus_init() 130 cybt_printf("CYW43_USE_HEX_BTFW is true\n"); in cyw43_btbus_init() 132 cybt_printf("BT FW download, version = %s\n", brcm_patch_version); in cyw43_btbus_init() 150 cybt_printf("hci_open(): FW download failed (0x%x)\n", ret); in cyw43_btbus_init() 160 cybt_printf("hci_open(): Failed to download FW\n"); in cyw43_btbus_init() 205 cybt_printf("cybt_hci_write_hdr: buffer not aligned\n"); in cybt_hci_write_buf() 259 cybt_printf("cybt_hci_read: buffer not aligned\n"); in cybt_hci_read() 271 …cybt_printf("error: cybt_hci_read buffer overflow fw_b2h_buf_count=%ld available=%lu\n", fw_b2h_bu… in cybt_hci_read() 273 …cybt_printf("error: cybt_hci_read bt2host_in_val=%lu bt2host_out_val=%lu\n", fw_membuf_info.bt2hos… in cybt_hci_read() [all …]
|
D | cybt_shared_bus_driver.c | 27 #define cybt_printf(format, args ...) printf(format,##args) macro 29 #define cybt_printf(...) macro 322 cybt_printf("BT FW download, version = %s\n", p_bt_firmware + 1); in cybt_fw_download() 412 cybt_printf("cybt_toggle_bt_intr read HOST_CTRL_REG_ADDR as 0x%08lx\n", reg_val); in cybt_toggle_bt_intr() 488 cybt_printf("WLAN_RAM_BASE_ADDR: 0x%08lx\n", WLAN_RAM_BASE_ADDR); in cybt_debug_dump() 489 cybt_printf("H2B_BUF_ADDR: 0x%08lx\n", H2B_BUF_ADDR); in cybt_debug_dump() 490 cybt_printf("B2H_BUF_ADDR: 0x%08lx\n", B2H_BUF_ADDR); in cybt_debug_dump() 493 …cybt_printf("H2B_BUF_IN_ADDR: 0x%08lx = 0x%08lx (last 0x%08lx)\n", H2B_BUF_IN_ADDR, buf_index.host… in cybt_debug_dump() 497 …cybt_printf("H2B_BUF_OUT_ADDR: 0x%08lx = 0x%08lx (last 0x%08lx)\n", H2B_BUF_OUT_ADDR, buf_index.ho… in cybt_debug_dump() 501 …cybt_printf("B2H_BUF_IN_ADDR: 0x%08lx = 0x%08lx (last 0x%08lx)\n", B2H_BUF_IN_ADDR, buf_index.bt2h… in cybt_debug_dump() [all …]
|