Searched refs:twe_printf (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/twe/
H A Dtwe.c173 twe_printf(sc, "microcontroller not ready\n");
189 twe_printf(sc, "reset %d failed, trying again\n", i);
197 twe_printf(sc, "can't initialise controller, giving up\n");
224 twe_printf(sc, "can't detect attached units\n");
240 twe_printf(sc, "error fetching capacity for unit %d\n", unit);
246 twe_printf(sc, "error fetching state for unit %d\n", unit);
252 twe_printf(sc, "error fetching descriptor size for unit %d\n", unit);
258 twe_printf(sc, "error fetching descriptor for unit %d\n", unit);
636 twe_printf(sc, "TWEIO_GET_PARAM failed for 0x%x/0x%x/%d\n",
641 twe_printf(s
[all...]
H A Dtwe_freebsd.c207 twe_printf(sc, "cannot add sysctl tree node\n");
225 twe_printf(sc, "can't allocate register window\n");
245 twe_printf(sc, "can't allocate parent DMA tag\n");
256 twe_printf(sc, "can't allocate interrupt\n");
262 twe_printf(sc, "can't set up interrupt\n");
282 twe_printf(sc, "can't allocate data buffer DMA tag\n");
291 twe_printf(sc, "can't allocate command memory\n");
314 twe_printf(sc, "can't allocate data buffer DMA tag\n");
333 twe_printf(sc, "can't allocate data buffer DMA tag\n");
342 twe_printf(s
[all...]
H A Dtwe_compat.h113 #define twe_printf(sc, fmt, args...) device_printf(sc->twe_dev, fmt , ##args) macro

Completed in 175 milliseconds