Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c185 #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()
649 dprintf("%s:\n", __func__); in bcm_sdhost_get_ro()
658 dprintf("%s:\n", __func__); in bcm_sdhost_get_card_present()
849 dprintf("%s: SDHCI_ADMA_ERR\n", __func__); in bcm_sdhost_read_1()
935 dprintf("%s: SDHCI_ARGUMENT\n", __func__); in bcm_sdhost_read_4()
[all …]
/freebsd-14.2/sys/amd64/sgx/
H A Dsgx.c161 #define dprintf(fmt, ...) macro
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()
528 dprintf("t->ofsbasgx %lx\n", t->ofsbasgx); in sgx_tcs_dump()
530 dprintf("t->fslimit %x\n", t->fslimit); in sgx_tcs_dump()
531 dprintf("t->gslimit %x\n", t->gslimit); in sgx_tcs_dump()
566 dprintf("%s: sc is NULL\n", __func__); in sgx_pg_dtor()
[all …]
/freebsd-14.2/sys/arm64/rockchip/clk/
H A Drk_clk_pll.c66 #define dprintf(format, arg...) \
69 #define dprintf(format, arg...) macro
282 dprintf("PLL_CON1: %x\n", reg); in rk3066_clk_pll_set_freq()
618 dprintf("con0: %x\n", con1); in rk3399_clk_pll_recalc()
619 dprintf("con1: %x\n", con2); in rk3399_clk_pll_recalc()
620 dprintf("con2: %x\n", con3); in rk3399_clk_pll_recalc()
621 dprintf("con3: %x\n", con4); in rk3399_clk_pll_recalc()
639 dprintf("fbdiv: %d\n", fbdiv); in rk3399_clk_pll_recalc()
642 dprintf("refdiv: %d\n", refdiv); in rk3399_clk_pll_recalc()
644 dprintf("dsmpd: %d\n", dsmpd); in rk3399_clk_pll_recalc()
[all …]
H A Drk_clk_composite.c68 #define dprintf(format, arg...) \
71 #define dprintf(format, arg...) macro
156 dprintf("Set mux to %d\n", index); 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()
273 dprintf("Switching parent index from %d to %d\n", p_idx, in rk_clk_composite_set_freq()
[all …]
H A Drk_clk_armclk.c73 #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 …]
H A Drk_clk_mux.c59 #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.2/sys/dev/amdgpio/
H A Damdgpio.c104 dprintf("busdev %p\n", sc->sc_busdev); in amdgpio_get_bus()
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()
203 dprintf("pin %d flags 0x%x\n", pin, flags); in amdgpio_pin_setflags()
253 dprintf("pin %d\n", pin); in amdgpio_pin_get()
291 dprintf("pin %d value 0x%x\n", pin, value); in amdgpio_pin_set()
[all …]
/freebsd-14.2/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c69 #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.2/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dblake3_test.c456 #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.2/sys/dev/xilinx/
H A Daxidma.c75 #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.2/sys/dev/altera/msgdma/
H A Dmsgdma.c69 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
71 #define dprintf(fmt, ...) macro
159 dprintf("%s: idx_tail %d idx_head %d\n", __func__, in msgdma_intr()
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()
301 dprintf("map desc %d: descs phys %lx len %ld\n", in msgdma_dmamap_cb()
338 dprintf("%s: nseg %d\n", __func__, nsegments); in msgdma_desc_alloc()
482 dprintf("%s: src %x dst %x len %d\n", __func__, in msgdma_channel_submit_sg()
[all …]
/freebsd-14.2/sys/dev/gpio/
H A Dpl061.c60 #define dprintf(fmt, args...) do { \
64 #define dprintf(fmt, args...) macro
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()
384 dprintf("%s: calling post filter %#x\n", __func__, mask); in pl061_pic_post_filter()
397 dprintf("%s: calling post ithread %#x\n", __func__, mask); in pl061_pic_post_ithread()
[all …]
/freebsd-14.2/sys/arm/allwinner/clkng/
H A Daw_clk_frac.c39 #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 …]
H A Daw_ccung.c64 #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.2/usr.sbin/syslogd/
H A Dsyslogd.c158 #define dprintf if (Debug) printf macro
1848 dprintf(":%d\n", in fprintlog_write()
1854 dprintf(":%d\n", in fprintlog_write()
1859 dprintf("\n"); in fprintlog_write()
1960 dprintf(" (ignored)\n"); in fprintlog_write()
1977 dprintf("\n"); in fprintlog_write()
2154 dprintf("\n"); in fprintlog_first()
2345 dprintf("%s\n", buf); in logerror()
2561 dprintf("init\n"); in init()
2735 dprintf("%s\n", hostMsg); in init()
[all …]
/freebsd-14.2/sbin/restore/
H A Drestore.c81 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()
397 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
439 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
525 dprintf(stdout, in findunreflinks()
[all …]
/freebsd-14.2/sys/dev/iicbus/pmic/
H A Dfan53555.c67 #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.2/sys/contrib/libnv/
H A Dnvlist.c520 dprintf(fd, "\n"); in nvlist_dump()
545 dprintf(fd, "\n"); in nvlist_dump()
555 dprintf(fd, " [ "); in nvlist_dump()
559 dprintf(fd, ", "); in nvlist_dump()
561 dprintf(fd, " ]\n"); in nvlist_dump()
571 dprintf(fd, " [ "); in nvlist_dump()
578 dprintf(fd, ", "); in nvlist_dump()
580 dprintf(fd, " ]\n"); in nvlist_dump()
590 dprintf(fd, " [ "); in nvlist_dump()
595 dprintf(fd, ", "); in nvlist_dump()
[all …]
/freebsd-14.2/tests/sys/vm/
H A Dshared_shadow_inval_test.c75 #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.2/sys/arm64/coresight/
H A Dcoresight_funnel.c50 #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()
H A Dcoresight_etm4x.c50 #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()
H A Dcoresight_tmc.c49 #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.2/sys/dev/sram/
H A Dmmio_sram.c47 #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.2/sys/dev/iicbus/pmic/rockchip/
H A Drk8xx_regulators.c49 #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.2/sys/dev/flash/
H A Dcqspi.c71 #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()

12345