| /freebsd/sys/dev/iicbus/controller/twsi/ |
| H A D | twsi.c | 86 #define debugf(sc, fmt, args...) if ((sc)->debug) \ macro 102 debugf(sc, "read %x from %lx\n", val, off); in TWSI_READ() 111 debugf(sc, "Writing %x to %lx\n", val, off); in TWSI_WRITE() 121 debugf(sc, "read val=%x\n", val); in twsi_control_clear() 124 debugf(sc, "write val=%x\n", val); in twsi_control_clear() 134 debugf(sc, "read val=%x\n", val); in twsi_control_set() 137 debugf(sc, "write val=%x\n", val); in twsi_control_set() 166 debugf(sc, "Waiting for ctrl reg to match mask %x\n", mask); in twsi_poll_ctrl() 172 debugf(sc, "done\n"); in twsi_poll_ctrl() 196 debugf(sc, "send start\n"); in twsi_locked_start() [all …]
|
| H A D | mv_twsi.c | 88 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro 90 #define debugf(fmt, args...) macro
|
| /freebsd/sys/dev/fdt/ |
| H A D | fdt_slicer.c | 40 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 43 #define debugf(fmt, args...) macro 68 debugf("not enough buffer for slice i=%d\n", i); in fill_slices_from_node() 74 debugf("error during processing reg property, i=%d\n", in fill_slices_from_node() 80 debugf("slice i=%d with no size\n", i); in fill_slices_from_node() 90 debugf("slice i=%d with no name\n", i); in fill_slices_from_node()
|
| H A D | fdt_common.c | 51 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 54 #define debugf(fmt, args...) macro
|
| /freebsd/sys/arm/arm/ |
| H A D | machdep_boot.c | 63 #define debugf(fmt, args...) printf(fmt, ##args) macro 65 #define debugf(fmt, args...) macro 133 debugf("loader passed (static) kenv:\n"); in arm_print_kenv() 135 debugf(" no env, null ptr\n"); in arm_print_kenv() 138 debugf(" loader_envp = 0x%08x\n", (uint32_t)loader_envp); in arm_print_kenv() 141 debugf(" %x %s\n", (uint32_t)cp, cp); in arm_print_kenv()
|
| H A D | machdep.c | 96 #define debugf(fmt, args...) printf(fmt, ##args) macro 98 #define debugf(fmt, args...) macro 587 debugf("initarm: console initialized\n"); in initarm() 588 debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)preload_kmdp); in initarm() 589 debugf(" boothowto = 0x%08x\n", boothowto); in initarm() 590 debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp); in initarm() 591 debugf(" lastaddr1: 0x%08x\n", lastaddr); in initarm()
|
| /freebsd/sys/dev/evdev/ |
| H A D | uinput.c | 50 #define debugf(state, fmt, args...) printf("uinput: " fmt "\n", ##args) macro 52 #define debugf(state, fmt, args...) macro 192 debugf(state, "state %p: buffer overflow", state); in uinput_enqueue_event() 241 debugf(state, "read %zd bytes by thread %d", uio->uio_resid, in uinput_read() 292 debugf(state, "write %zd bytes by thread %d", uio->uio_resid, in uinput_write() 300 debugf(state, "write size not multiple of " in uinput_write() 312 debugf(state, "write size not multiple of " in uinput_write() 352 debugf(state, "setup_provider called, udev=%p", udev); in uinput_setup_provider() 383 debugf(state, "poll by thread %d", td->td_tid); in uinput_poll() 652 debugf(state, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in uinput_ioctl()
|
| H A D | cdev.c | 62 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro 64 #define debugf(client, fmt, args...) macro 145 debugf(client, "cannot register evdev client"); in evdev_open() 191 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, in evdev_read() 271 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, in evdev_write() 285 debugf(client, "write size not multiple of input_event size"); in evdev_write() 317 debugf(client, "poll by thread %d", td->td_tid); in evdev_poll() 457 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl() 466 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl() 664 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl() [all …]
|
| H A D | evdev.c | 50 #define debugf(evdev, fmt, args...) printf("evdev: " fmt "\n", ##args) macro 52 #define debugf(evdev, fmt, args...) macro 293 debugf(evdev, "%s: registered evdev provider: %s <%s>\n", in evdev_register_common() 374 debugf(evdev, "%s: unregistered evdev provider: %s\n", in evdev_unregister() 864 debugf(evdev, "%s pushed event %d/%d/%d", in evdev_propagate_event() 1039 debugf(evdev, "adding new client for device %s", evdev->ev_shortname); in evdev_register_client() 1045 debugf(evdev, "calling ev_open() on device %s", in evdev_register_client() 1057 debugf(evdev, "removing client for device %s", evdev->ev_shortname); in evdev_dispose_client()
|
| H A D | evdev_mt.c | 53 #define debugf(fmt, args...) printf("evdev: " fmt "\n", ##args) macro 55 #define debugf(fmt, args...) macro
|
| /freebsd/stand/uboot/ |
| H A D | uboot_disk.c | 52 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 55 #define debugf(fmt, args...) macro 126 debugf("No storage devices\n"); in stor_init() 130 debugf("storage devices found: %d\n", stor_info_no); in stor_init() 224 debugf("reading blk=%d size=%d @ 0x%08x\n", (int)blk, size, (uint32_t)buf); in stor_readdev()
|
| H A D | glue.c | 35 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro 37 #define debugf(fmt, args...) macro
|
| /freebsd/sys/powerpc/booke/ |
| H A D | pmap.c | 134 #define debugf(fmt, args...) printf(fmt, ##args) macro 137 #define debugf(fmt, args...) macro 641 debugf("mmu_booke_bootstrap: entered\n"); in mmu_booke_bootstrap() 674 debugf(" msgbufp at 0x%"PRI0ptrX" end = 0x%"PRI0ptrX"\n", in mmu_booke_bootstrap() 704 debugf(" data_end: 0x%"PRI0ptrX"\n", data_end); in mmu_booke_bootstrap() 705 debugf(" kernstart: %#zx\n", kernstart); in mmu_booke_bootstrap() 706 debugf(" kernsize: %#zx\n", kernsize); in mmu_booke_bootstrap() 714 debugf(" updated data_end: 0x%"PRI0ptrX"\n", data_end); in mmu_booke_bootstrap() 738 debugf("zero_page_va = 0x%"PRI0ptrX"\n", zero_page_va); in mmu_booke_bootstrap() 739 debugf("copy_page_src_va = 0x%"PRI0ptrX"\n", copy_page_src_va); in mmu_booke_bootstrap() [all …]
|
| H A D | booke_machdep.c | 146 #define debugf(fmt, args...) printf(fmt, ##args) macro 148 #define debugf(fmt, args...) macro
|
| H A D | pmap_32.c | 664 debugf(" ptbl_bufs at 0x%"PRI0ptrX" end = 0x%"PRI0ptrX"\n", in mmu_booke_alloc_kernel_pgtables() 676 debugf(" kernel ptbls: %d\n", kernel_ptbls); in mmu_booke_alloc_kernel_pgtables() 677 debugf(" kernel pdir at %#jx end = %#jx\n", in mmu_booke_alloc_kernel_pgtables()
|
| H A D | pmap_64.c | 101 #define debugf(fmt, args...) printf(fmt, ##args) macro 103 #define debugf(fmt, args...) macro
|
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | i2c.c | 75 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro 77 #define debugf(fmt, args...) macro 159 debugf("no ack %s", start ? in i2c_do_wait() 165 debugf("arbitration lost"); in i2c_do_wait() 170 debugf("transfer unfinished"); in i2c_do_wait() 283 debugf("bus busy"); in i2c_start()
|
| H A D | lbc.c | 61 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 64 #define debugf(fmt, args...) macro 382 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells); in fdt_lbc_reg_decode() 383 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size); in fdt_lbc_reg_decode() 410 debugf("reg addr bank = %d, start = %jx, end = %jx, " in fdt_lbc_reg_decode() 560 debugf("par addr_cells = %d, addr_cells = %d, size_cells = %d, " in lbc_attach() 597 debugf("bank = %d, start = %jx, size = %jx\n", bank, in lbc_attach() 657 debugf("added child name='%s', node=%x\n", di->di_ofw.obd_name, in lbc_attach()
|
| /freebsd/stand/fdt/ |
| H A D | fdt_loader_cmd.c | 40 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 43 #define debugf(fmt, args...) macro 125 debugf("fdt_find_static_dtb()\n"); in fdt_find_static_dtb() 188 debugf("fdt_load_dtb(0x%08jx)\n", (uintmax_t)va); in fdt_load_dtb() 219 debugf("DTB blob found at 0x%jx, size: 0x%jx\n", (uintmax_t)va, (uintmax_t)fdtp_size); in fdt_load_dtb() 229 debugf("fdt_load_dtb_addr(%p)\n", header); in fdt_load_dtb_addr() 254 debugf("fdt_load_dtb_file(%s)\n", filename); in fdt_load_dtb_file() 282 debugf("fdt_load_dtb_overlay(%s)\n", filename); in fdt_load_dtb_overlay() 336 debugf("fdt_load_dtb_overlays_string(%s)\n", filenames); in fdt_load_dtb_overlays_string() 558 debugf("fdt_setup_fdtp()\n"); in fdt_setup_fdtp() [all …]
|
| /freebsd/sys/arm/mv/ |
| H A D | mpic.c | 66 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 69 #define debugf(fmt, args...) macro 509 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, err_cause); in mv_mpic_get_cause_err() 527 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, cause); in mv_mpic_get_msi()
|
| H A D | mv_pci.c | 81 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro 83 #define debugf(fmt, args...) macro 221 debugf("Processing PCI node: %x\n", node); in mv_pci_ranges() 223 debugf("could not decode parent PCI node 'ranges'\n"); in mv_pci_ranges() 227 debugf("Post fixup dump:\n"); in mv_pci_ranges() 1319 debugf("%s: irq: %d addr: %jx data: %x\n", in mv_pcib_map_msi() 1359 debugf("%s: start: %x count: %x\n", __func__, start, count); in mv_pcib_alloc_msi()
|
| H A D | mv_common.c | 63 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 66 #define debugf(fmt, args...) macro 1720 debugf("too many tuples to fit into cpu_win_tbl\n"); in win_cpu_from_dt() 1730 debugf("target = 0x%0x attr = 0x%0x base = 0x%0x " in win_cpu_from_dt() 1758 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt() 1771 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt() 1787 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt() 1798 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt()
|
| /freebsd/sys/kern/ |
| H A D | subr_intr.c | 93 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 96 #define debugf(fmt, args...) macro 865 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic, 931 debugf("irq root set to %s\n", device_get_nameunit(dev)); 1111 debugf("irq %u cannot solo on %s\n", irq, name); 1118 debugf("irq %u setup filter error %d on %s\n", isrc->isrc_irq, error, 1125 debugf("irq %u add handler error %d on %s\n", isrc->isrc_irq, error, name); 1363 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic,
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_fdt.c | 48 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 51 #define debugf(fmt, args...) macro
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_dw.c | 59 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro 61 #define debugf(fmt, args...) macro
|