| /freebsd-14-stable/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_sdhost.c | 185 #define dprintf(fmt, args...) \ macro 192 #define dprintf(fmt, args...) macro 381 dprintf("%s:\n", __func__); in bcm_sdhost_probe() 401 dprintf("%s: dev=%p sc=%p unit=%d\n", in bcm_sdhost_attach() 497 dprintf("%s:\n", __func__); in bcm_sdhost_detach() 538 dprintf("%s: card status %08x (cs %d)\n", in bcm_sdhost_waitcommand_status() 592 dprintf("%s: hstst=%08x offset=%08lx sdhci_present_state=%08x " in bcm_sdhost_intr() 604 dprintf("%s: offset=%08lx sdhci_blocksize=%08x " in bcm_sdhost_intr() 649 dprintf("%s:\n", __func__); in bcm_sdhost_get_ro() 658 dprintf("%s:\n", __func__); in bcm_sdhost_get_card_present() [all …]
|
| /freebsd-14-stable/sys/amd64/sgx/ |
| HD | sgx.c | 159 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 161 #define dprintf(fmt, ...) macro 210 dprintf("%s: No free EPC pages available.\n", in sgx_va_slot_init_by_index() 266 dprintf("%s: Can't find enclave.\n", __func__); in sgx_mem_find() 358 dprintf("%s: p->pidx %ld\n", __func__, p->pindex); in sgx_page_remove() 523 dprintf("t->flags %lx\n", t->flags); in sgx_tcs_dump() 524 dprintf("t->ossa %lx\n", t->ossa); in sgx_tcs_dump() 525 dprintf("t->cssa %x\n", t->cssa); in sgx_tcs_dump() 526 dprintf("t->nssa %x\n", t->nssa); in sgx_tcs_dump() 527 dprintf("t->oentry %lx\n", t->oentry); in sgx_tcs_dump() [all …]
|
| /freebsd-14-stable/sys/arm64/rockchip/clk/ |
| HD | rk_clk_pll.c | 66 #define dprintf(format, arg...) \ 69 #define dprintf(format, arg...) macro 83 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in rk_clk_pll_set_gate() 86 dprintf("sc->gate_shift: %x\n", sc->gate_shift); in rk_clk_pll_set_gate() 88 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_pll_set_gate() 231 dprintf("Set PLL_MODEREG to %x\n", reg); in rk3066_clk_pll_set_freq() 246 dprintf("Set PLL_CON0 to %x\n", reg); in rk3066_clk_pll_set_freq() 256 dprintf("Set PLL_CON1 to %x\n", reg); in rk3066_clk_pll_set_freq() 261 dprintf("Set PLL_CON2 to %x (%x)\n", reg, rates->bwadj); in rk3066_clk_pll_set_freq() 282 dprintf("PLL_CON1: %x\n", reg); in rk3066_clk_pll_set_freq() [all …]
|
| HD | rk_clk_composite.c | 68 #define dprintf(format, arg...) \ 71 #define dprintf(format, arg...) macro 156 dprintf("Set mux to %d\n", index); in rk_clk_composite_set_mux() 160 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_composite_set_mux() 178 dprintf("Read: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, reg); in rk_clk_composite_recalc() 187 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in rk_clk_composite_recalc() 189 dprintf("Final freq=%ju\n", *freq); in rk_clk_composite_recalc() 235 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in rk_clk_composite_set_freq() 241 dprintf("Testing with parent %s (%d) at freq %ju\n", in rk_clk_composite_set_freq() 250 dprintf("Best parent so far %s (%d) with best freq at " in rk_clk_composite_set_freq() [all …]
|
| HD | rk_clk_armclk.c | 73 #define dprintf(format, arg...) \ 76 #define dprintf(format, arg...) macro 107 dprintf("Set mux to %d\n", index); in rk_clk_armclk_set_mux() 111 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_armclk_set_mux() 129 dprintf("Read: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, reg); in rk_clk_armclk_recalc() 134 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in rk_clk_armclk_recalc() 154 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in rk_clk_armclk_set_freq() 164 dprintf("Best parent %s (%d) with best freq at %ju\n", in rk_clk_armclk_set_freq() 181 dprintf("Changing parent (%s) freq to %ju\n", clknode_get_name(p_main), in rk_clk_armclk_set_freq() 192 dprintf("main parent freq at %ju\n", best_p); in rk_clk_armclk_set_freq() [all …]
|
| HD | rk_clk_mux.c | 59 #define dprintf(format, arg...) \ 62 #define dprintf(format, arg...) macro 186 dprintf("Finding best parent for target freq of %ju\n", *fout); in rk_clk_mux_set_freq() 190 dprintf("Testing with parent %s (%d)\n", in rk_clk_mux_set_freq() 194 dprintf("Testing with parent %s (%d) rv=%d\n", in rk_clk_mux_set_freq() 211 dprintf("Switching parent index from %d to %d\n", p_idx, in rk_clk_mux_set_freq()
|
| /freebsd-14-stable/sys/dev/amdgpio/ |
| HD | amdgpio.c | 104 dprintf("busdev %p\n", sc->sc_busdev); in amdgpio_get_bus() 116 dprintf("npins %d maxpin %d\n", sc->sc_npins, *maxpin); in amdgpio_pin_max() 124 dprintf("pin %d\n", pin); in amdgpio_valid_pin() 140 dprintf("pin %d\n", pin); in amdgpio_pin_getname() 150 dprintf("pin %d name %s\n", pin, name); in amdgpio_pin_getname() 162 dprintf("pin %d\n", pin); in amdgpio_pin_getcaps() 168 dprintf("pin %d caps 0x%x\n", pin, *caps); in amdgpio_pin_getcaps() 180 dprintf("pin %d\n", pin); in amdgpio_pin_getflags() 188 dprintf("pin %d flags 0x%x\n", pin, *flags); in amdgpio_pin_getflags() 203 dprintf("pin %d flags 0x%x\n", pin, flags); in amdgpio_pin_setflags() [all …]
|
| /freebsd-14-stable/sys/arm64/freescale/imx/clk/ |
| HD | imx_clk_composite.c | 69 #define dprintf(format, arg...) \ 72 #define dprintf(format, arg...) macro 101 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in imx_clk_composite_set_gate() 122 dprintf("Set mux to %d\n", index); in imx_clk_composite_set_mux() 150 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in imx_clk_composite_recalc() 152 dprintf("Final freq=%ju\n", *freq); in imx_clk_composite_recalc() 217 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in imx_clk_composite_set_freq() 225 dprintf("Testing with parent %s (%d) at freq %ju\n", in imx_clk_composite_set_freq() 238 dprintf("Best parent so far %s (%d) with best freq at " in imx_clk_composite_set_freq() 254 dprintf("Switching parent index from %d to %d\n", p_idx, in imx_clk_composite_set_freq() [all …]
|
| /freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/ |
| HD | blake3_test.c | 456 #define dprintf printf macro 458 #define dprintf(...) macro 509 dprintf("Result for BLAKE3-%s:\n", name); in main() 525 dprintf("HASH-res: %s\n", result); in main() 526 dprintf("HASH-ref: %s\n", cur->hash); in main() 536 dprintf("SHASH-res: %s\n", result); in main() 537 dprintf("SHASH-ref: %s\n", cur->shash); in main()
|
| /freebsd-14-stable/sys/dev/xilinx/ |
| HD | axidma.c | 75 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 77 #define dprintf(fmt, ...) macro 161 dprintf("%s: AXI_DMASR %x\n", __func__, in axidma_intr() 163 dprintf("%s: AXI_CURDESC %x\n", __func__, in axidma_intr() 165 dprintf("%s: AXI_TAILDESC %x\n", __func__, in axidma_intr() 196 dprintf("%s\n", __func__); in axidma_intr_rx() 210 dprintf("%s\n", __func__); in axidma_intr_tx() 231 dprintf("timeout %d\n", timeout); in axidma_reset() 236 dprintf("%s: read control after reset: %x\n", in axidma_reset() 463 dprintf("%s: sg_n %d\n", __func__, sg_n); in axidma_channel_submit_sg() [all …]
|
| /freebsd-14-stable/sys/dev/altera/msgdma/ |
| HD | msgdma.c | 69 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 71 #define dprintf(fmt, ...) macro 150 dprintf("%s(%d): status 0x%08x next_descr 0x%08x, control 0x%08x\n", in msgdma_intr() 159 dprintf("%s: idx_tail %d idx_head %d\n", __func__, in msgdma_intr() 191 dprintf("%s: read status: %x\n", __func__, READ4(sc, 0x00)); in msgdma_reset() 192 dprintf("%s: read control: %x\n", __func__, READ4(sc, 0x04)); in msgdma_reset() 193 dprintf("%s: read 1: %x\n", __func__, READ4(sc, 0x08)); in msgdma_reset() 194 dprintf("%s: read 2: %x\n", __func__, READ4(sc, 0x0C)); in msgdma_reset() 204 dprintf("timeout %d\n", timeout); in msgdma_reset() 209 dprintf("%s: read control after reset: %x\n", in msgdma_reset() [all …]
|
| /freebsd-14-stable/sys/dev/gpio/ |
| HD | pl061.c | 60 #define dprintf(fmt, args...) do { \ 64 #define dprintf(fmt, args...) macro 155 dprintf("%s: writing %#x to register %#lx\n", __func__, tmp, a); in mask_and_set() 246 dprintf("%s: calling disable interrupt %#x\n", __func__, mask); in pl061_pic_disable_intr() 264 dprintf("%s: calling enable interrupt %#x\n", __func__, mask); in pl061_pic_enable_intr() 289 dprintf("%s: calling map interrupt %u\n", __func__, irq); in pl061_pic_map_intr() 315 dprintf("%s: calling setup interrupt %u mode %#x\n", __func__, in pl061_pic_setup_intr() 318 dprintf("%s: interrupts don't match\n", __func__); in pl061_pic_setup_intr() 323 dprintf("%s: handler already attached\n", __func__); in pl061_pic_setup_intr() 364 dprintf("%s: calling teardown interrupt %#x\n", __func__, mask); in pl061_pic_teardown_intr() [all …]
|
| /freebsd-14-stable/sys/arm/allwinner/clkng/ |
| HD | aw_clk_frac.c | 39 #define dprintf(format, arg...) macro 94 dprintf("init parent idx %d\n", idx); in aw_clk_frac_init() 110 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in aw_clk_frac_set_gate() 134 dprintf("Set mux to %d\n", index); in aw_clk_frac_set_mux() 200 dprintf("Trying to find freq %ju with parent %ju\n", *fout, fparent); in aw_clk_frac_set_freq() 205 dprintf("Testing with multiple %d\n", multiple); in aw_clk_frac_set_freq() 209 dprintf("Found with using frac.freq0 and multiple %d\n", multiple); in aw_clk_frac_set_freq() 215 dprintf("Found with using frac.freq1 and multiple %d\n", multiple); in aw_clk_frac_set_freq() 221 dprintf("Got %ju with n=%d, m=%d\n", cur, n, m); in aw_clk_frac_set_freq() 227 dprintf("This is the one: n=%d m=%d mult=%d\n", best_n, best_m, best_mult); in aw_clk_frac_set_freq() [all …]
|
| HD | aw_ccung.c | 64 #define dprintf(format, arg...) device_printf(dev, "%s: " format, __func__, arg) 66 #define dprintf(format, arg...) macro 83 dprintf("offset=%lx write %x\n", addr, val); in aw_ccung_write_4() 96 dprintf("offset=%lx Read %x\n", addr, *val); in aw_ccung_read_4() 108 dprintf("offset=%lx clr: %x set: %x\n", addr, clr, set); in aw_ccung_modify_4() 125 dprintf("%sassert reset id %ld\n", reset ? "" : "De", id); in aw_ccung_reset_assert() 131 dprintf("offset=%x Read %x\n", sc->resets[id].offset, val); in aw_ccung_reset_assert() 136 dprintf("offset=%x Write %x\n", sc->resets[id].offset, val); in aw_ccung_reset_assert() 156 dprintf("offset=%x Read %x\n", sc->resets[id].offset, val); in aw_ccung_reset_is_asserted()
|
| /freebsd-14-stable/usr.sbin/syslogd/ |
| HD | syslogd.c | 158 #define dprintf if (Debug) printf macro 552 dprintf("madvise() failed: %s\n", strerror(errno)); in main() 735 dprintf("can't open %s (%d)\n", _PATH_KLOG, errno); in main() 795 dprintf("off & running....\n"); in main() 866 dprintf("# of received signals = %d\n", nsig); in socklist_recv_signal() 873 dprintf("Received signal: %d from fd=%d\n", signo, in socklist_recv_signal() 899 dprintf("received sa_len = %d\n", sslen); in socklist_recv_sock() 915 dprintf("Message from %s was ignored.", hname); in socklist_recv_sock() 1014 dprintf("Failed to parse " field " from %s: %s\n", \ in parsemsg_rfc5424() 1335 dprintf("Invalid HOSTNAME from %s: %s\n", from, msg); in parsemsg_rfc3164() [all …]
|
| /freebsd-14-stable/sbin/restore/ |
| HD | restore.c | 81 dprintf(stdout, "%s: not on the tape\n", name); in addfile() 182 dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves() 272 dprintf(stdout, "name/inode conflict, mktempname %s\n", in nodeupdates() 300 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 336 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 360 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 373 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates() 390 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates() 397 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 439 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() [all …]
|
| /freebsd-14-stable/sys/dev/iicbus/pmic/ |
| HD | fan53555.c | 67 #define dprintf(sc, format, arg...) \ 70 #define dprintf(sc, format, arg...) macro 210 dprintf(sc, "%sabling regulator %s\n", enable ? "En" : "Dis", in fan53555_regnode_enable() 234 dprintf(sc, "Setting %s to %d<->%d uvolts\n", sc->name, min_uvolt, in fan53555_regnode_set_voltage() 242 dprintf(sc, "Regulator %s writing sel: 0x%02X\n", sc->name, sel); in fan53555_regnode_set_voltage() 246 dprintf(sc, "Regulator %s set to %d uvolt (sel: 0x%02X)\n", sc->name, in fan53555_regnode_set_voltage() 265 dprintf(sc, "Regulator %s is at %d uvolt ((sel: 0x%02X)\n", sc->name, in fan53555_regnode_get_voltage() 352 dprintf(sc, "Device ID1: 0x%02X, ID2: 0x%02X\n", id1, id2); in fan53555_reg_attach() 381 dprintf(sc->dev, "live_reg: %d, sleep_reg: %d\n", reg_sc->live_reg, in fan53555_reg_attach()
|
| /freebsd-14-stable/sys/contrib/libnv/ |
| HD | nvlist.c | 475 dprintf(fd, "%*serror: %d\n", level * 4, "", in nvlist_dump_error_check() 500 dprintf(fd, "%*s%s (%s):", level * 4, "", nvpair_name(nvp), in nvlist_dump() 504 dprintf(fd, " null\n"); in nvlist_dump() 507 dprintf(fd, " %s\n", nvpair_get_bool(nvp) ? in nvlist_dump() 511 dprintf(fd, " %ju (%jd) (0x%jx)\n", in nvlist_dump() 517 dprintf(fd, " [%s]\n", nvpair_get_string(nvp)); in nvlist_dump() 520 dprintf(fd, "\n"); in nvlist_dump() 533 dprintf(fd, " %d\n", nvpair_get_descriptor(nvp)); in nvlist_dump() 542 dprintf(fd, " %zu ", size); in nvlist_dump() 544 dprintf(fd, "%02hhx", binary[ii]); in nvlist_dump() [all …]
|
| /freebsd-14-stable/tests/sys/vm/ |
| HD | shared_shadow_inval_test.c | 75 #define dprintf(...) printf(__VA_ARGS__) macro 77 #define dprintf(...) macro 193 dprintf("P%d (pid %d) started\n", depth, mypid); in child() 295 dprintf("P3 (pid %d) wrote its pid\n", mypid); in child() 307 dprintf("P%d (pid %d) exiting\n", depth, mypid); in child() 322 dprintf("P0 (pid %d) %s(collapse=%d, block_xfer=%d, full_mod=%d)\n", in do_one_shared_shadow_inval()
|
| /freebsd-14-stable/sys/arm64/coresight/ |
| HD | coresight_funnel.c | 50 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 52 #define dprintf(fmt, ...) macro 71 dprintf("Device ID: %x\n", bus_read_4(sc->res, FUNNEL_DEVICEID)); in funnel_init()
|
| HD | coresight_etm4x.c | 50 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 52 #define dprintf(fmt, ...) macro 128 dprintf("configure range %d, address %lx\n", in etm_prepare() 185 dprintf("ETM Version: %d.%d\n", in etm_init()
|
| HD | coresight_tmc.c | 49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 51 #define dprintf(fmt, ...) macro 121 dprintf("%s: STS %x, CTL %x, RSZ %x, RRP %x, RWP %x, " in tmc_configure_etf() 204 dprintf(dev, "ETR configuration found\n"); in tmc_init() 208 dprintf(dev, "ETF configuration found\n"); in tmc_init()
|
| /freebsd-14-stable/sys/dev/sram/ |
| HD | mmio_sram.c | 47 #define dprintf(fmt, ...) macro 128 dprintf("%s: reading from %lx\n", __func__, offset); in mmio_sram_read_1() 140 dprintf("%s: writing to %lx val %x\n", __func__, offset, val); in mmio_sram_write_1()
|
| /freebsd-14-stable/sys/dev/iicbus/pmic/rockchip/ |
| HD | rk8xx_regulators.c | 49 #define dprintf(sc, format, arg...) (sc = sc) macro 59 dprintf(sc, "Regulator %s init called\n", sc->def->name); in rk8xx_regnode_init() 96 dprintf(sc, "%sabling regulator %s\n", in rk8xx_regnode_enable() 212 dprintf(sc, "Setting %s to %d<->%d uvolts\n", in rk8xx_regnode_set_voltage() 231 dprintf(sc, "Regulator %s set to %d uvolt\n", in rk8xx_regnode_set_voltage() 257 dprintf(sc, "Regulator %s is at %d uvolt\n", in rk8xx_regnode_get_voltage()
|
| /freebsd-14-stable/sys/dev/flash/ |
| HD | cqspi.c | 71 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 73 #define dprintf(fmt, ...) macro 152 dprintf("%s: IRQSTAT %x\n", __func__, pending); in cqspi_intr() 173 dprintf("%s\n", __func__); in cqspi_xdma_tx_intr() 206 dprintf("%s\n", __func__); in cqspi_xdma_rx_intr() 258 dprintf("%s: %x\n", __func__, cmd); in cqspi_cmd_write_addr() 306 dprintf("%s: %x\n", __func__, cmd); in cqspi_cmd_read() 415 dprintf("%s: offset 0x%llx count %lld bytes\n", in cqspi_write() 474 dprintf("%s: offset 0x%llx count %lld bytes\n", in cqspi_read()
|