Searched refs:cvmx_dprintf (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.c83 cvmx_dprintf("ERROR: cvmx_fpa_setup_pool: NULL buffer pointer!\n");
88 cvmx_dprintf("ERROR: cvmx_fpa_setup_pool: Illegal pool!\n");
94 cvmx_dprintf("ERROR: cvmx_fpa_setup_pool: Block size too small.\n");
100 cvmx_dprintf("ERROR: cvmx_fpa_setup_pool: Buffer not aligned properly.\n");
157 cvmx_dprintf("ERROR: cvmx_fpa_shutdown_pool: Illegal address 0x%llx in pool %s(%d)\n",
165 cvmx_dprintf("ERROR: cvmx_fpa_shutdown_pool: Pool %s(%d) missing %d buffers\n",
170 cvmx_dprintf("ERROR: cvmx_fpa_shutdown_pool: Pool %s(%d) had %d duplicate buffers\n",
176 cvmx_dprintf("ERROR: cvmx_fpa_shutdown_pool: Pool %s(%d) started at 0x%llx, ended at 0x%llx, with a step of 0x%x\n",
H A Dcvmx-utils.h77 #define cvmx_dprintf printk macro
81 void cvmx_dprintf(const char *, ...) __attribute__ ((format(printf, 1, 2)));
83 #define cvmx_dprintf printf macro
92 static inline void cvmx_dprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2)));
93 static inline void cvmx_dprintf(const char *format, ...) function
H A Dcvmx-shmem.c63 cvmx_dprintf("cvmx_shmem: %s is not set up, Quit line %d \n", \
161 cvmx_dprintf("SMDR named block is created by another "
172 cvmx_dprintf("cvmx_shmem: Failed to allocate or find SMDR from bootmem \n");
313 cvmx_dprintf("Shared memory size can not be bigger than 512MB \n");
334 cvmx_dprintf("cvmx-shmem-dbg:"
351 cvmx_dprintf("cvmx-shmem: SMDR descriptor name conflict, %s \n", name);
366 cvmx_dprintf("cvmx-shmem: SMDR out of descriptors \n");
380 cvmx_dprintf("cvmx-shmem-dbg: named block open failed \n");
394 cvmx_dprintf("cvmx-shmem-dbg: init SMDR descriptor %p \n", dscptr);
405 cvmx_dprintf("cmv
[all...]
H A Dcvmx-cmd-queue.c123 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: Unable to get named block %s.\n", alloc_name);
173 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: Queue already initialized with different max_depth (%d).\n", (int)qstate->max_depth);
178 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: Queue already initialized with different FPA pool (%u).\n", qstate->fpa_pool);
183 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: Queue already initialized with different FPA pool size (%u).\n", (qstate->pool_size_m1+1)<<3);
197 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: FPA is not enabled.\n");
203 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: Unable to allocate initial buffer.\n");
234 cvmx_dprintf("ERROR: cvmx_cmd_queue_shutdown: Unable to get queue information.\n");
240 cvmx_dprintf("ERROR: cvmx_cmd_queue_shutdown: Queue still has data in it.\n");
H A Docteon-feature.c132 cvmx_dprintf("octeon_feature_init(): ");
136 cvmx_dprintf("feature map overflow.\n");
139 cvmx_dprintf("unknown error %d.\n", val);
H A Dcvmx-ilk.c158 cvmx_dprintf ("ILK%d: %s: lane assignment conflict\n", interface,
170 cvmx_dprintf ("ILK%d: %s: incorrect lane mask: 0x%x \n", interface,
184 cvmx_dprintf ("ILK%d: %s: qlm unavailable\n", interface, __FUNCTION__);
246 cvmx_dprintf ("ILK%d: %s: pipe base/length out of bounds\n", interface,
829 cvmx_dprintf ("ilk rxx cfg0: 0x%16lx\n", ilk_rxx_cfg0.u64);
832 cvmx_dprintf ("ilk rxx cfg1: 0x%16lx\n", ilk_rxx_cfg1.u64);
835 cvmx_dprintf ("ilk rxx int: 0x%16lx\n", ilk_rxx_int.u64);
839 cvmx_dprintf ("ilk rxx jabber: 0x%16lx\n", ilk_rxx_jabber.u64);
845 cvmx_dprintf ("ilk rx lnex cfg lane: %d 0x%16lx\n", i,
852 cvmx_dprintf ("il
[all...]
H A Dcvmx-flash.c257 cvmx_dprintf("cvmx-flash: Base pointer: %p\n"
272 cvmx_dprintf(" Region %d: offset 0x%x, %d blocks, %d bytes/block\n",
315 cvmx_dprintf("cvmx-flash: No CFI chips found\n");
368 cvmx_dprintf("cvmx-flash: Erasing chip %d, region %d, block %d\n",
413 cvmx_dprintf("cvmx-flash: Hardware timeout erasing block\n");
426 cvmx_dprintf("cvmx-flash: Timeout erasing block\n");
451 cvmx_dprintf("cvmx-flash: Timeout erasing block\n");
461 cvmx_dprintf("cvmx-flash: Hardware failure erasing block\n");
472 cvmx_dprintf("cvmx-flash: Unsupported flash vendor\n");
491 cvmx_dprintf("cvm
[all...]
H A Dcvmx-pko.c247 cvmx_dprintf("pko_port %d (interface%d index%d) has %d queues (queue base = %d)\n",
261 cvmx_dprintf("port");
263 cvmx_dprintf("%3d ", port);
264 cvmx_dprintf("\n");
268 cvmx_dprintf("\n%2d: ", core);
270 cvmx_dprintf("%3d ",
273 cvmx_dprintf("\n");
334 cvmx_dprintf("ERROR: __cvmx_pko_iport_config: Static priority "
340 cvmx_dprintf("ERROR: __cvmx_pko_iport_config: Static priority "
381 cvmx_dprintf("ERRO
[all...]
H A Dcvmx-helper-fpa.c85 cvmx_dprintf("Fpa pool %d(%s) already has %llu buffers. Skipping setup.\n",
93 cvmx_dprintf("Out of memory initializing fpa pool %d(%s).\n", pool, name);
146 cvmx_dprintf("Warning: %d packet buffers may not be enough for hardware"
H A Dcvmx-nand.c201 cvmx_dprintf("%*s%s: called\n", 2*debug_indent++, "", __FUNCTION__);
206 cvmx_dprintf("%*s%s: param %s = " format "\n", 2*debug_indent, "", __FUNCTION__, #param, param);
213 cvmx_dprintf("%*s%s: returned %s(%d)\n", 2*--debug_indent, "", __FUNCTION__, #v, r); \
221 cvmx_dprintf("%*s%s: returned\n", 2*--debug_indent, "", __FUNCTION__); \
277 cvmx_dprintf("%s: Paramter page %d is corrupt. (Expected CRC: 0x%04x, computed: 0x%04x)\n",
284 cvmx_dprintf("%s: All parameter pages fail CRC check. Checking to see if any look sane.\n", __FUNCTION__);
297 cvmx_dprintf("%s: Page 0 looks sane, using even though CRC fails.\n", __FUNCTION__);
305 cvmx_dprintf("%s: WARNING: ONFI part but no valid ONFI parameter pages found.\n", __FUNCTION__);
311 cvmx_dprintf("%*sONFI Information (from copy %d in param page)\n", 2*debug_indent, "", index);
313 cvmx_dprintf("
[all...]
H A Dcvmx-rtc.h102 cvmx_dprintf("Board type: %s, RTC support: 0x%x\n",
H A Dcvmx-helper-util.c162 cvmx_dprintf("Packet Length: %u\n", cvmx_wqe_get_len(work));
163 cvmx_dprintf(" Input Port: %u\n", cvmx_wqe_get_port(work));
164 cvmx_dprintf(" QoS: %u\n", cvmx_wqe_get_qos(work));
165 cvmx_dprintf(" Buffers: %u\n", work->word2.s.bufs);
199 cvmx_dprintf(" Buffer Start:%llx\n", (unsigned long long)start_of_buffer);
200 cvmx_dprintf(" Buffer I : %u\n", buffer_ptr.s.i);
201 cvmx_dprintf(" Buffer Back: %u\n", buffer_ptr.s.back);
202 cvmx_dprintf(" Buffer Pool: %u\n", buffer_ptr.s.pool);
203 cvmx_dprintf(" Buffer Data: %llx\n", (unsigned long long)buffer_ptr.s.addr);
204 cvmx_dprintf(" Buffe
[all...]
H A Dcvmx-tlb.c134 cvmx_dprintf("cvmx-tlb-dbg: "
184 cvmx_dprintf("Index: %3d Free \n", tlbi);
205 cvmx_dprintf("va=%0*lx asid=%02x\n",
208 cvmx_dprintf("\t[pa=%0*lx c=%d d=%d v=%d g=%d] ",
214 cvmx_dprintf("[pa=%0*lx c=%d d=%d v=%d g=%d]\n",
H A Dcvmx-spinlock.h328 cvmx_dprintf("ERROR: Recursive spinlock release attemped by non-owner! file: %s, line: %d\n", filename, linenum);
359 cvmx_dprintf("ERROR: Recursive spinlock released too many times! file: %s, line: %d\n", filename, linenum);
421 cvmx_dprintf("cvmx_spinlock_rec_lock: lock taken, but core_num is incorrect. file: %s, line: %d\n", filename, linenum);
H A Dcvmx-tim.h218 cvmx_dprintf("cvmx_tim_add_entry: Tried to schedule work too far away.\n");
226 cvmx_dprintf("cvmx_tim_add_entry: Tried to schedule work too soon. Delaying it.\n");
254 cvmx_dprintf("cvmx_tim_add_entry: Failed to allocate memory for new chunk.\n");
H A Dcvmx-srio.c190 cvmx_dprintf("SRIO%d: Unable to find free SRIOX_S2M_TYPEX\n", srio_port);
245 cvmx_dprintf("SRIO: Unable to find free SLI_MEM_ACCESS_SUBIDX\n");
286 cvmx_dprintf("SRIO%d: Pending bit stuck before config read\n", srio_port);
296 cvmx_dprintf("SRIO%d: Config read timeout\n", srio_port);
304 cvmx_dprintf("SRIO%d: Config read addressing error (offset=0x%x)\n", srio_port, (unsigned int)offset);
311 cvmx_dprintf("SRIO%d: Config read data timeout\n", srio_port);
342 cvmx_dprintf("SRIO%d: Pending bit stuck before config write\n", srio_port);
352 cvmx_dprintf("SRIO%d: Config write timeout\n", srio_port);
360 cvmx_dprintf("SRIO%d: Config write addressing error (offset=0x%x)\n", srio_port, (unsigned int)offset);
393 //cvmx_dprintf("Waitin
[all...]
H A Dcvmx-clock.h129 cvmx_dprintf("cvmx_clock_get_count: Unknown clock type\n");
H A Dcvmx-dfa.c73 cvmx_dprintf("ERROR: attempting to initialize DFA when no DFA hardware present\n.");
H A Dcvmx-helper-cfg.h85 cvmx_dprintf("cvmx_helper_cfg_assert (%s) at %s:%d\n", \
H A Dcvmx-thunder.c190 cvmx_dprintf("RTC:\n");
191 cvmx_dprintf("%d : %02X ", i, cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR, 0x0));
194 cvmx_dprintf("%02X ", cvmx_twsi_read8_cur_addr(CVMX_RTC_DS1374_ADDR));
196 cvmx_dprintf("\n");
H A Dcvmx-bootmem.c310 cvmx_dprintf("ERROR: Incompatible bootmem descriptor version: %d.%d at addr: 0x%llx\n",
559 cvmx_dprintf("ERROR: Unexpected size of cvmx_spinlock_t\n");
598 cvmx_dprintf("cvmx_bootmem_phy_alloc: req_size: 0x%llx, min_addr: 0x%llx, max_addr: 0x%llx, align: 0x%llx\n",
655 cvmx_dprintf("Internal bootmem_alloc() error: ent: 0x%llx, next: 0x%llx\n",
745 cvmx_dprintf("__cvmx_bootmem_phy_free addr: 0x%llx, size: 0x%llx\n", (ULL)phy_addr, (ULL)size);
855 cvmx_dprintf("\n\n\nPrinting bootmem block list, descriptor: 0x%llx, head is 0x%llx\n",
857 cvmx_dprintf("Descriptor version: %d.%d\n",
862 cvmx_dprintf("Warning: Bootmem descriptor version is newer than expected\n");
866 cvmx_dprintf("mem list is empty!\n");
870 cvmx_dprintf("Bloc
[all...]
H A Dcvmx-spi.c185 cvmx_dprintf ("SPI%d: Restart %s\n", interface, modes[mode]);
248 cvmx_dprintf("ERROR SPI%d: BIST failed on receive datapath FIFO\n", interface);
250 cvmx_dprintf("ERROR SPI%d: BIST failed on RX calendar table\n", interface);
252 cvmx_dprintf("ERROR SPI%d: BIST failed on TX calendar table\n", interface);
445 cvmx_dprintf ("SPI%d: Waiting to see TsClk...\n", interface);
464 cvmx_dprintf ("SPI%d: Timeout\n", interface);
469 cvmx_dprintf ("SPI%d: Waiting to see RsClk...\n", interface);
488 cvmx_dprintf ("SPI%d: Timeout\n", interface);
537 cvmx_dprintf ("SPI%d: Waiting for training\n", interface);
557 cvmx_dprintf ("SP
[all...]
H A Dcvmx-tra.c365 cvmx_dprintf("The address-based filtering does not work with IOBDMAs, disabling the filter command.\n");
412 cvmx_dprintf("cvmx_tra_setup_per_tra: Invalid tra(%d), max allowed (%d)\n", tra, CVMX_L2C_TADS - 1);
426 cvmx_dprintf("The address-based filtering does not work with IOBDMAs, disabling the filter command.\n");
479 cvmx_dprintf("The address-based filtering does not work with IOBDMAs, disabling the filter command.\n");
529 cvmx_dprintf("The address-based filtering does not work with IOBDMAs, disabling the filter command.\n");
619 cvmx_dprintf("0x%016llx %c%+10d %s %s 0x%016llx\n",
632 cvmx_dprintf("0x%016llx %c%+10d %s %s mask=0x%02x 0x%016llx\n",
646 cvmx_dprintf("0x%016llx %c%+10d %s %s->%s subdid=0x%x 0x%016llx\n",
657 cvmx_dprintf("0x%016llx %c%+10d %s %s->%s len=0x%x 0x%016llx\n",
668 cvmx_dprintf("
[all...]
H A Dcvmx-helper-board.c118 cvmx_dprintf("ERROR: pip path not found in device tree\n");
124 cvmx_dprintf("ERROR: pip not found in device tree\n");
135 cvmx_dprintf("ERROR : pip intf %d not found in device tree \n",
147 cvmx_dprintf("ERROR : pip interface@%d ethernet@%d not found in device "
168 cvmx_dprintf("ERROR: mix%d path not found in device tree\n",interface_index);
173 cvmx_dprintf("ERROR: %s not found in device tree\n", mix_path);
219 cvmx_dprintf("No device tree found.\n");
224 cvmx_dprintf("Error: No /aliases node in device tree.\n");
238 cvmx_dprintf("ERROR : cannot find interface for ipd_port=%d\n", ipd_port);
245 cvmx_dprintf("ERRO
[all...]
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_ds1337.c68 cvmx_dprintf("Warning: RTC has invalid %s field\n", (_msg)); \
140 cvmx_dprintf("Warning: RTC calendar is not configured properly\n");
143 cvmx_dprintf("Warning: RTC calendar is not configured properly\n");
169 cvmx_dprintf("Error: RTC was passed wrong calendar values, write failed\n");

Completed in 259 milliseconds

123