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

/freebsd-11.0-release/sys/dev/twe/
H A Dtwe.c171 twe_printf(sc, "microcontroller not ready\n");
187 twe_printf(sc, "reset %d failed, trying again\n", i);
195 twe_printf(sc, "can't initialise controller, giving up\n");
222 twe_printf(sc, "can't detect attached units\n");
238 twe_printf(sc, "error fetching capacity for unit %d\n", unit);
244 twe_printf(sc, "error fetching state for unit %d\n", unit);
250 twe_printf(sc, "error fetching descriptor size for unit %d\n", unit);
256 twe_printf(sc, "error fetching descriptor for unit %d\n", unit);
634 twe_printf(sc, "TWEIO_GET_PARAM failed for 0x%x/0x%x/%d\n",
639 twe_printf(s
[all...]
H A Dtwe_freebsd.c205 twe_printf(sc, "cannot add sysctl tree node\n");
223 twe_printf(sc, "can't allocate register window\n");
243 twe_printf(sc, "can't allocate parent DMA tag\n");
254 twe_printf(sc, "can't allocate interrupt\n");
260 twe_printf(sc, "can't set up interrupt\n");
280 twe_printf(sc, "can't allocate data buffer DMA tag\n");
289 twe_printf(sc, "can't allocate command memory\n");
312 twe_printf(sc, "can't allocate data buffer DMA tag\n");
331 twe_printf(sc, "can't allocate data buffer DMA tag\n");
340 twe_printf(s
[all...]
H A Dtwe_compat.h111 #define twe_printf(sc, fmt, args...) device_printf(sc->twe_dev, fmt , ##args) macro

Completed in 46 milliseconds