Home
last modified time | relevance | path

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

12345

/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c187 #define dprintf(fmt, args...) \ macro
194 #define dprintf(fmt, args...) macro
383 dprintf("%s:\n", __func__); in bcm_sdhost_probe()
403 dprintf("%s: dev=%p sc=%p unit=%d\n", in bcm_sdhost_attach()
499 dprintf("%s:\n", __func__); in bcm_sdhost_detach()
540 dprintf("%s: card status %08x (cs %d)\n", in bcm_sdhost_waitcommand_status()
651 dprintf("%s:\n", __func__); in bcm_sdhost_get_ro()
660 dprintf("%s:\n", __func__); in bcm_sdhost_get_card_present()
851 dprintf("%s: SDHCI_ADMA_ERR\n", __func__); in bcm_sdhost_read_1()
937 dprintf("%s: SDHCI_ARGUMENT\n", __func__); in bcm_sdhost_read_4()
[all …]
/freebsd-13.1/sys/amd64/sgx/
H A Dsgx.c163 #define dprintf(fmt, ...) macro
527 dprintf("t->flags %lx\n", t->flags); in sgx_tcs_dump()
528 dprintf("t->ossa %lx\n", t->ossa); in sgx_tcs_dump()
529 dprintf("t->cssa %x\n", t->cssa); in sgx_tcs_dump()
530 dprintf("t->nssa %x\n", t->nssa); in sgx_tcs_dump()
531 dprintf("t->oentry %lx\n", t->oentry); in sgx_tcs_dump()
532 dprintf("t->ofsbasgx %lx\n", t->ofsbasgx); in sgx_tcs_dump()
534 dprintf("t->fslimit %x\n", t->fslimit); in sgx_tcs_dump()
535 dprintf("t->gslimit %x\n", t->gslimit); in sgx_tcs_dump()
570 dprintf("%s: sc is NULL\n", __func__); in sgx_pg_dtor()
[all …]
/freebsd-13.1/sys/arm64/rockchip/clk/
H A Drk_clk_composite.c75 #define dprintf(format, arg...) \
78 #define dprintf(format, arg...) macro
163 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in rk_clk_composite_set_gate()
166 dprintf("sc->gate_shift: %x\n", sc->gate_shift); in rk_clk_composite_set_gate()
187 dprintf("Set mux to %d\n", index); in rk_clk_composite_set_mux()
218 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in rk_clk_composite_recalc()
220 dprintf("Final freq=%ju\n", *freq); in rk_clk_composite_recalc()
272 dprintf("Testing with parent %s (%d) at freq %ju\n", in rk_clk_composite_set_freq()
281 dprintf("Best parent so far %s (%d) with best freq at " in rk_clk_composite_set_freq()
304 dprintf("Switching parent index from %d to %d\n", p_idx, in rk_clk_composite_set_freq()
[all …]
H A Drk_clk_pll.c70 #define dprintf(format, arg...) \
73 #define dprintf(format, arg...) macro
286 dprintf("PLL_CON1: %x\n", reg); in rk3066_clk_pll_set_freq()
629 dprintf("con0: %x\n", con1); in rk3399_clk_pll_recalc()
630 dprintf("con1: %x\n", con2); in rk3399_clk_pll_recalc()
631 dprintf("con2: %x\n", con3); in rk3399_clk_pll_recalc()
632 dprintf("con3: %x\n", con4); in rk3399_clk_pll_recalc()
650 dprintf("fbdiv: %d\n", fbdiv); in rk3399_clk_pll_recalc()
653 dprintf("refdiv: %d\n", refdiv); in rk3399_clk_pll_recalc()
655 dprintf("dsmpd: %d\n", dsmpd); in rk3399_clk_pll_recalc()
[all …]
H A Drk_clk_armclk.c77 #define dprintf(format, arg...) \
80 #define dprintf(format, arg...) macro
111 dprintf("Set mux to %d\n", index); in rk_clk_armclk_set_mux()
115 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_armclk_set_mux()
133 dprintf("Read: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, reg); in rk_clk_armclk_recalc()
138 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in rk_clk_armclk_recalc()
158 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in rk_clk_armclk_set_freq()
168 dprintf("Best parent %s (%d) with best freq at %ju\n", in rk_clk_armclk_set_freq()
185 dprintf("Changing parent (%s) freq to %ju\n", clknode_get_name(p_main), in rk_clk_armclk_set_freq()
196 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
146 dprintf("Finding best parent for target freq of %ju\n", *fout); in rk_clk_mux_set_freq()
150 dprintf("Testing with parent %s (%d)\n", in rk_clk_mux_set_freq()
154 dprintf("Testing with parent %s (%d) rv=%d\n", in rk_clk_mux_set_freq()
171 dprintf("Switching parent index from %d to %d\n", p_idx, in rk_clk_mux_set_freq()
/freebsd-13.1/sys/dev/amdgpio/
H A Damdgpio.c106 dprintf("busdev %p\n", sc->sc_busdev); in amdgpio_get_bus()
126 dprintf("pin %d\n", pin); in amdgpio_valid_pin()
142 dprintf("pin %d\n", pin); in amdgpio_pin_getname()
152 dprintf("pin %d name %s\n", pin, name); in amdgpio_pin_getname()
164 dprintf("pin %d\n", pin); in amdgpio_pin_getcaps()
170 dprintf("pin %d caps 0x%x\n", pin, *caps); in amdgpio_pin_getcaps()
182 dprintf("pin %d\n", pin); in amdgpio_pin_getflags()
205 dprintf("pin %d flags 0x%x\n", pin, flags); in amdgpio_pin_setflags()
255 dprintf("pin %d\n", pin); in amdgpio_pin_get()
293 dprintf("pin %d value 0x%x\n", pin, value); in amdgpio_pin_set()
[all …]
/freebsd-13.1/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c73 #define dprintf(format, arg...) \
76 #define dprintf(format, arg...) macro
105 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in imx_clk_composite_set_gate()
126 dprintf("Set mux to %d\n", index); in imx_clk_composite_set_mux()
154 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in imx_clk_composite_recalc()
156 dprintf("Final freq=%ju\n", *freq); in imx_clk_composite_recalc()
220 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in imx_clk_composite_set_freq()
228 dprintf("Testing with parent %s (%d) at freq %ju\n", in imx_clk_composite_set_freq()
241 dprintf("Best parent so far %s (%d) with best freq at " in imx_clk_composite_set_freq()
257 dprintf("Switching parent index from %d to %d\n", p_idx, in imx_clk_composite_set_freq()
[all …]
/freebsd-13.1/sys/dev/xilinx/
H A Daxidma.c77 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
79 #define dprintf(fmt, ...) macro
163 dprintf("%s: AXI_DMASR %x\n", __func__, in axidma_intr()
165 dprintf("%s: AXI_CURDESC %x\n", __func__, in axidma_intr()
167 dprintf("%s: AXI_TAILDESC %x\n", __func__, in axidma_intr()
198 dprintf("%s\n", __func__); in axidma_intr_rx()
212 dprintf("%s\n", __func__); in axidma_intr_tx()
233 dprintf("timeout %d\n", timeout); in axidma_reset()
238 dprintf("%s: read control after reset: %x\n", in axidma_reset()
468 dprintf("%s: sg_n %d\n", __func__, sg_n); in axidma_channel_submit_sg()
[all …]
/freebsd-13.1/sys/dev/altera/msgdma/
H A Dmsgdma.c71 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
73 #define dprintf(fmt, ...) macro
161 dprintf("%s: idx_tail %d idx_head %d\n", __func__, in msgdma_intr()
195 dprintf("%s: read 1: %x\n", __func__, READ4(sc, 0x08)); in msgdma_reset()
196 dprintf("%s: read 2: %x\n", __func__, READ4(sc, 0x0C)); in msgdma_reset()
206 dprintf("timeout %d\n", timeout); in msgdma_reset()
211 dprintf("%s: read control after reset: %x\n", in msgdma_reset()
303 dprintf("map desc %d: descs phys %lx len %ld\n", in msgdma_dmamap_cb()
340 dprintf("%s: nseg %d\n", __func__, nsegments); in msgdma_desc_alloc()
489 dprintf("%s: src %x dst %x len %d\n", __func__, in msgdma_channel_submit_sg()
[all …]
/freebsd-13.1/sys/arm/allwinner/clkng/
H A Daw_clk_frac.c43 #define dprintf(format, arg...) macro
98 dprintf("init parent idx %d\n", idx); in aw_clk_frac_init()
114 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in aw_clk_frac_set_gate()
138 dprintf("Set mux to %d\n", index); in aw_clk_frac_set_mux()
204 dprintf("Trying to find freq %ju with parent %ju\n", *fout, fparent); in aw_clk_frac_set_freq()
209 dprintf("Testing with multiple %d\n", multiple); in aw_clk_frac_set_freq()
213 dprintf("Found with using frac.freq0 and multiple %d\n", multiple); in aw_clk_frac_set_freq()
219 dprintf("Found with using frac.freq1 and multiple %d\n", multiple); in aw_clk_frac_set_freq()
225 dprintf("Got %ju with n=%d, m=%d\n", cur, n, m); in aw_clk_frac_set_freq()
231 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.c68 #define dprintf(format, arg...) device_printf(dev, "%s: " format, __func__, arg)
70 #define dprintf(format, arg...) macro
87 dprintf("offset=%lx write %x\n", addr, val); in aw_ccung_write_4()
100 dprintf("offset=%lx Read %x\n", addr, *val); in aw_ccung_read_4()
112 dprintf("offset=%lx clr: %x set: %x\n", addr, clr, set); in aw_ccung_modify_4()
129 dprintf("%sassert reset id %ld\n", reset ? "" : "De", id); in aw_ccung_reset_assert()
135 dprintf("offset=%x Read %x\n", sc->resets[id].offset, val); in aw_ccung_reset_assert()
140 dprintf("offset=%x Write %x\n", sc->resets[id].offset, val); in aw_ccung_reset_assert()
160 dprintf("offset=%x Read %x\n", sc->resets[id].offset, val); in aw_ccung_reset_is_asserted()
/freebsd-13.1/sys/dev/gpio/
H A Dpl061.c62 #define dprintf(fmt, args...) do { \
66 #define dprintf(fmt, args...) macro
254 dprintf("%s: calling disable interrupt %#x\n", __func__, mask); in pl061_pic_disable_intr()
272 dprintf("%s: calling enable interrupt %#x\n", __func__, mask); in pl061_pic_enable_intr()
297 dprintf("%s: calling map interrupt %u\n", __func__, irq); in pl061_pic_map_intr()
323 dprintf("%s: calling setup interrupt %u mode %#x\n", __func__, in pl061_pic_setup_intr()
326 dprintf("%s: interrupts don't match\n", __func__); in pl061_pic_setup_intr()
331 dprintf("%s: handler already attached\n", __func__); in pl061_pic_setup_intr()
392 dprintf("%s: calling post filter %#x\n", __func__, mask); in pl061_pic_post_filter()
405 dprintf("%s: calling post ithread %#x\n", __func__, mask); in pl061_pic_post_ithread()
[all …]
/freebsd-13.1/usr.sbin/syslogd/
H A Dsyslogd.c160 #define dprintf if (Debug) printf macro
1850 dprintf(":%d\n", in fprintlog_write()
1856 dprintf(":%d\n", in fprintlog_write()
1861 dprintf("\n"); in fprintlog_write()
1962 dprintf(" (ignored)\n"); in fprintlog_write()
1979 dprintf("\n"); in fprintlog_write()
2156 dprintf("\n"); in fprintlog_first()
2347 dprintf("%s\n", buf); in logerror()
2563 dprintf("init\n"); in init()
2737 dprintf("%s\n", hostMsg); in init()
[all …]
/freebsd-13.1/sys/dev/iicbus/pmic/
H A Dfan53555.c66 #define dprintf(sc, format, arg...) \
69 #define dprintf(sc, format, arg...) macro
205 dprintf(sc, "%sabling regulator %s\n", enable ? "En" : "Dis", in fan53555_regnode_enable()
229 dprintf(sc, "Setting %s to %d<->%d uvolts\n", sc->name, min_uvolt, in fan53555_regnode_set_voltage()
237 dprintf(sc, "Regulator %s writing sel: 0x%02X\n", sc->name, sel); in fan53555_regnode_set_voltage()
241 dprintf(sc, "Regulator %s set to %d uvolt (sel: 0x%02X)\n", sc->name, in fan53555_regnode_set_voltage()
260 dprintf(sc, "Regulator %s is at %d uvolt ((sel: 0x%02X)\n", sc->name, in fan53555_regnode_get_voltage()
338 dprintf(sc, "Device ID1: 0x%02X, ID2: 0x%02X\n", id1, id2); in fan53555_reg_attach()
367 dprintf(sc->dev, "live_reg: %d, sleep_reg: %d\n", reg_sc->live_reg, in fan53555_reg_attach()
/freebsd-13.1/sbin/restore/
H A Drestore.c83 dprintf(stdout, "%s: not on the tape\n", name); in addfile()
184 dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves()
274 dprintf(stdout, "name/inode conflict, mktempname %s\n", in nodeupdates()
302 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
338 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
362 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
375 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates()
399 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
441 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
527 dprintf(stdout, in findunreflinks()
[all …]
/freebsd-13.1/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c240 dprintf("%s()\n", __func__); in octo_calc_hash()
334 dprintf("%s()\n", __func__); in octo_aes_cbc_encrypt()
338 dprintf("%s: Bad parameters od=%p iov=%p iovlen=%jd " in octo_aes_cbc_encrypt()
402 dprintf("%s()\n", __func__); in octo_aes_cbc_decrypt()
406 dprintf("%s: Bad parameters od=%p iov=%p iovlen=%jd " in octo_aes_cbc_decrypt()
475 dprintf("%s()\n", __func__); in octo_null_sha1_encrypt()
479 dprintf("%s: Bad parameters od=%p iov=%p iovlen=%jd " in octo_null_sha1_encrypt()
582 dprintf("%s()\n", __func__); in octo_aes_cbc_sha1_encrypt()
589 dprintf("%s: Bad parameters od=%p iov=%p iovlen=%jd " in octo_aes_cbc_sha1_encrypt()
773 dprintf("%s()\n", __func__); in octo_aes_cbc_sha1_decrypt()
[all …]
/freebsd-13.1/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-13.1/tests/sys/vm/
H A Dshared_shadow_inval_test.c62 #define dprintf(...) printf(__VA_ARGS__) macro
64 #define dprintf(...) macro
175 dprintf("P%d (pid %d) started\n", depth, mypid); in child()
253 dprintf("P3 (pid %d) wrote its pid\n", mypid); in child()
265 dprintf("P%d (pid %d) exiting\n", depth, mypid); in child()
278 dprintf("P0 (pid %d) %s(collapse=%d, block_xfer=%d, full_mod=%d)\n", in do_shared_shadow_inval()
/freebsd-13.1/sys/arm64/coresight/
H A Dcoresight_funnel.c52 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
54 #define dprintf(fmt, ...) macro
73 dprintf("Device ID: %x\n", bus_read_4(sc->res, FUNNEL_DEVICEID)); in funnel_init()
H A Dcoresight_etm4x.c52 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
54 #define dprintf(fmt, ...) macro
130 dprintf("configure range %d, address %lx\n", in etm_prepare()
187 dprintf("ETM Version: %d.%d\n", in etm_init()
H A Dcoresight_tmc.c51 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
53 #define dprintf(fmt, ...) macro
123 dprintf("%s: STS %x, CTL %x, RSZ %x, RRP %x, RWP %x, " in tmc_configure_etf()
206 dprintf(dev, "ETR configuration found\n"); in tmc_init()
210 dprintf(dev, "ETF configuration found\n"); in tmc_init()
/freebsd-13.1/sys/mips/atheros/
H A Dar71xx_pci.c72 #define dprintf printf macro
74 #define dprintf(x, arg...) macro
157 dprintf("%s: PCI error = %02x\n", __func__, error); in ar71xx_pci_check_bus_error()
170 dprintf("%s: AHB error = %02x\n", __func__, error); in ar71xx_pci_check_bus_error()
207 dprintf("%s: tag (%x, %x, %x) %d/%d addr=%08x, cmd=%08x\n", __func__, in ar71xx_pci_conf_setup()
231 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot, in ar71xx_pci_read_config()
245 dprintf("%s: read 0x%x\n", __func__, data); in ar71xx_pci_read_config()
255 dprintf("%s: local write reg %d(%d)\n", __func__, reg, bytes); in ar71xx_pci_local_write()
271 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot, in ar71xx_pci_write_config()
/freebsd-13.1/sys/dev/flash/
H A Dcqspi.c73 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
75 #define dprintf(fmt, ...) macro
154 dprintf("%s: IRQSTAT %x\n", __func__, pending); in cqspi_intr()
175 dprintf("%s\n", __func__); in cqspi_xdma_tx_intr()
208 dprintf("%s\n", __func__); in cqspi_xdma_rx_intr()
260 dprintf("%s: %x\n", __func__, cmd); in cqspi_cmd_write_addr()
308 dprintf("%s: %x\n", __func__, cmd); in cqspi_cmd_read()
419 dprintf("%s: offset 0x%llx count %lld bytes\n", in cqspi_write()
478 dprintf("%s: offset 0x%llx count %lld bytes\n", in cqspi_read()
/freebsd-13.1/sys/mips/mips/
H A Dnexus.c74 #define dprintf printf macro
76 #define dprintf(x, arg...) macro
288 dprintf("%s: entry (%p, %p, %d, %p, %p, %p, %jd, %d)\n", in nexus_alloc_resource()
291 dprintf("%s: requested rid is %d\n", __func__, *rid); in nexus_alloc_resource()
363 dprintf("%s: entry (%p, %p, %d, %d, %p, %jd)\n", in nexus_set_resource()
398 dprintf("%s: entry\n", __func__); in nexus_delete_resource()
407 dprintf("%s: entry\n", __func__); in nexus_release_resource()
596 dprintf("%s: discovered hinted child %s at maddr %p(%d)\n", in nexus_hinted_child()

12345