HomeSort by relevance Sort by last modified time
    Searched refs:printk (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrvDbg.h 54 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args)
55 #define PDEBUG(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_DEBUG) printk(format , ##args)
56 #define PINFO(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_INFO) printk( format , ##__VA_ARGS__)
57 #define PNOTICE(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_NOTICE) printk( format , ##__VA_ARGS__)
58 #define PWARNING(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_WARNING) printk(format , ##__VA_ARGS__)
62 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args)
SdioDrv.c 442 printk(KERN_ERR "\n MMCHS_SYSCONFIG for mmc3 = %x ", omap_readl( 0x480AD010 ));
443 printk(KERN_ERR "\n MMCHS_SYSSTATUS for mmc3 = %x ", omap_readl( 0x480AD014 ));
444 printk(KERN_ERR "\n MMCHS_CSRE for mmc3 = %x ", omap_readl( 0x480AD024 ));
445 printk(KERN_ERR "\n MMCHS_SYSTEST for mmc3 = %x ", omap_readl( 0x480AD028 ));
446 printk(KERN_ERR "\n MMCHS_CON for mmc3 = %x ", omap_readl( 0x480AD02C ));
447 printk(KERN_ERR "\n MMCHS_PWCNT for mmc3 = %x ", omap_readl( 0x480AD030 ));
448 printk(KERN_ERR "\n MMCHS_BLK for mmc3 = %x ", omap_readl( 0x480AD104 ));
449 printk(KERN_ERR "\n MMCHS_ARG for mmc3 = %x ", omap_readl( 0x480AD108 ));
450 printk(KERN_ERR "\n MMCHS_CMD for mmc3 = %x ", omap_readl( 0x480AD10C ));
451 printk(KERN_ERR "\n MMCHS_RSP10 for mmc3 = %x ", omap_readl( 0x480AD110 ))
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrvDbg.h 36 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args)
37 #define PDEBUG(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_DEBUG) printk(format , ##args)
38 #define PINFO(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_INFO) printk( format , ##__VA_ARGS__)
39 #define PNOTICE(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_NOTICE) printk( format , ##__VA_ARGS__)
40 #define PWARNING(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_WARNING) printk(format , ##__VA_ARGS__)
44 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args)
SdioDrv.c 443 printk(KERN_ERR "\n MMCHS_SYSCONFIG for mmc3 = %x ", omap_readl( 0x480AD010 ));
444 printk(KERN_ERR "\n MMCHS_SYSSTATUS for mmc3 = %x ", omap_readl( 0x480AD014 ));
445 printk(KERN_ERR "\n MMCHS_CSRE for mmc3 = %x ", omap_readl( 0x480AD024 ));
446 printk(KERN_ERR "\n MMCHS_SYSTEST for mmc3 = %x ", omap_readl( 0x480AD028 ));
447 printk(KERN_ERR "\n MMCHS_CON for mmc3 = %x ", omap_readl( 0x480AD02C ));
448 printk(KERN_ERR "\n MMCHS_PWCNT for mmc3 = %x ", omap_readl( 0x480AD030 ));
449 printk(KERN_ERR "\n MMCHS_BLK for mmc3 = %x ", omap_readl( 0x480AD104 ));
450 printk(KERN_ERR "\n MMCHS_ARG for mmc3 = %x ", omap_readl( 0x480AD108 ));
451 printk(KERN_ERR "\n MMCHS_CMD for mmc3 = %x ", omap_readl( 0x480AD10C ));
452 printk(KERN_ERR "\n MMCHS_RSP10 for mmc3 = %x ", omap_readl( 0x480AD110 ))
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
ioctl_init.h 52 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
58 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
64 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg)
tracebuf.h 45 #define TB_PRINTF printk
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
ioctl_init.h 52 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
58 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
64 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg)
tracebuf.h 45 #define TB_PRINTF printk
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
ioctl_init.h 50 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
56 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
62 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg)
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
tiwlan_profile.c 115 printk("\n\n%s: cpu usage estimation corrupted. entry_start=%u, entry_cpu_time = %d\n\n\n",
157 printk("\n\n%s: cpu usage estimation corrupted. entry_start=%u, entry_end=%u, entry_cpu_time = %d\n\n\n",
196 printk("\n\n%s: memory heap allocation calculation corrupted. Size=%u, Current allocation = %d\n\n\n",
311 printk ("\nDriver Resource Usage");
312 printk ("\n=====================");
313 printk ("\nMaximum Heap Memory Allocated: %u (bytes)", drv->max_heap_bytes_allocated);
314 printk ("\nCurrent Heap Memory Allocated: %u (bytes)", drv->cur_heap_bytes_allocated);
315 printk ("\nBuffer Memory Allocated: %u (bytes)", drv->max_buf_bytes_allocated);
316 printk ("\nFirmware Image Memory Allocated: %u (bytes)", (unsigned)drv->firmware_image.size);
317 printk ("\nEEPROM Image Memory Allocated: %u (bytes)", (unsigned)drv->eeprom_image.size)
    [all...]
tnetw_sdio.c 61 printk(KERN_ERR "Error: SDIO_Init() called with NULL!\n");
67 printk(KERN_ERR "SDIO_Init() called before init!\n");
73 printk(KERN_ERR "Failed to alloc DMA bounce buffer\n");
97 printk("TI: tiwlan_sdio_init Error!\n");
160 printk(KERN_ERR "%s: failed (%d)\n", __func__, rc);
199 printk(KERN_ERR "%s: failed (%d)\n", __func__, rc);
chip_stat.c 160 printk("TIWLAN: 1251 PG 1.0\n");
164 printk("TIWLAN: 1251 PG 1.1\n");
168 printk("TIWLAN: 1251 PG 1.2\n");
171 printk("TIWLAN: invalid chip id = 0x%2x%2x%2x%2x!\n",
  /bionic/libc/kernel/arch-x86/asm/
apic_32.h 28 #define apic_printk(v, s, a...) do { if ((v) <= apic_verbosity) printk(s, ##a); } while (0)
  /development/ndk/platforms/android-5/arch-x86/include/asm/
apic_32.h 28 #define apic_printk(v, s, a...) do { if ((v) <= apic_verbosity) printk(s, ##a); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
apic_32.h 28 #define apic_printk(v, s, a...) do { if ((v) <= apic_verbosity) printk(s, ##a); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
apic_32.h 28 #define apic_printk(v, s, a...) do { if ((v) <= apic_verbosity) printk(s, ##a); } while (0)
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 122 printk("%s: NULL\n",__func__);
133 printk("%s: NULL\n",__func__);
138 printk("%s: NULL\n",__func__);
222 printk("%s: NULL\n",__func__);
232 printk("\n\n%s: memory block signature is incorrect - 0x%x\n\n\n",
240 printk("\n\n%s: memory block corruption. Size=%u\n\n\n",
272 printk("%s: NULL\n",__func__);
310 printk("%s: NULL\n",__func__);
317 printk("\n\n%s: memory cant be allocated-Size = %d\n\n\n",
356 printk("%s: NULL\n",__func__)
    [all...]
stack_profile.c 87 /*printk("check_stack_start: from=%x to=%x data=%x\n",from,to,*(long *)(from+4));*/
104 printk("%s: %p - Error\n", __func__, sfp->stack_start);
107 printk("%p: 0x%08lx != 0x%08lx\n", &sfp->stack_start[i], sfp->stack_start[i], sfp->stack_buf[i]);
119 /*printk("check_stack_stop: from=%x to=%x data=%x data=%x i=0x%x\n",from,to,*(long *)from,*(long *)(from+4),i);*/
129 printk("%s: %d\n", __func__, id);
131 printk("%p: 0x%08lx\n", &sfp->stack_start[i], sfp->stack_start[i]);
168 printk("%s: %s found\n", __func__, p->comm); /* sched_show_task(t);*/
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osmemapi.c 123 printk("%s: NULL\n",__func__);
133 printk("%s: NULL\n",__func__);
138 printk("%s: NULL\n",__func__);
222 printk("%s: NULL\n",__func__);
232 printk("\n\n%s: memory block signature is incorrect - 0x%x\n\n\n",
240 printk("\n\n%s: memory block corruption. Size=%u\n\n\n",
273 printk("%s: NULL\n",__func__);
309 printk("%s: NULL\n",__func__);
316 printk("\n\n%s: memory cant be allocated-Size = %d\n\n\n",
355 printk("%s: NULL\n",__func__)
    [all...]
stack_profile.c 87 /*printk("check_stack_start: from=%x to=%x data=%x\n",from,to,*(long *)(from+4));*/
104 printk("%s: %p - Error\n", __func__, sfp->stack_start);
107 printk("%p: 0x%08lx != 0x%08lx\n", &sfp->stack_start[i], sfp->stack_start[i], sfp->stack_buf[i]);
119 /*printk("check_stack_stop: from=%x to=%x data=%x data=%x i=0x%x\n",from,to,*(long *)from,*(long *)(from+4),i);*/
129 printk("%s: %d\n", __func__, id);
131 printk("%p: 0x%08lx\n", &sfp->stack_start[i], sfp->stack_start[i]);
168 printk("%s: %s found\n", __func__, p->comm); /* sched_show_task(t);*/
  /external/kernel-headers/original/asm-generic/
bug.h 9 printk("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __FUNCTION__); \
21 printk("BUG: warning at %s:%d/%s()\n", __FILE__, __LINE__, __FUNCTION__); \
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 76 printk("%s: %d\n", __FUNCTION__, func->class);
89 printk("%s: Unable to set blocksize\n", __FUNCTION__);
141 printk(KERN_ERR "%s: Fail to register sdio_wifi_driver\n", __func__);
145 printk(KERN_ERR "%s: Timed out waiting for device detect\n", __func__);
195 printk(KERN_INFO "%c52: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)*pData);
236 printk(KERN_INFO "%c53: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)(*(char *)pHostAddr));
238 printk(KERN_INFO "%c53: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)(*(short *)pHostAddr));
240 printk(KERN_INFO "%c53: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)(*(long *)pHostAddr));
242 printk(KERN_INFO "%c53: [0x%x](%u) F[%d] B[%d] I[%d] = %d\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, uFuncId, bBlkMode, bFixedAddr, rc);
330 printk("%s %d command number: %d failed\n", __FUNCTION__, __LINE__, SD_IO_GO_IDLE_STATE)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.c 76 printk("%s: %d\n", __FUNCTION__, func->class);
89 printk("%s: Unable to set blocksize\n", __FUNCTION__);
141 printk(KERN_ERR "%s: Fail to register sdio_wifi_driver\n", __func__);
145 printk(KERN_ERR "%s: Timed out waiting for device detect\n", __func__);
195 printk(KERN_INFO "%c52: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)*pData);
236 printk(KERN_INFO "%c53: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)(*(char *)pHostAddr));
238 printk(KERN_INFO "%c53: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)(*(short *)pHostAddr));
240 printk(KERN_INFO "%c53: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)(*(long *)pHostAddr));
242 printk(KERN_INFO "%c53: [0x%x](%u) F[%d] B[%d] I[%d] = %d\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, uFuncId, bBlkMode, bFixedAddr, rc);
309 printk("%s %d command number: %d failed\n", __FUNCTION__, __LINE__, SD_IO_GO_IDLE_STATE)
    [all...]
  /external/kernel-headers/original/linux/
if_tun.h 27 #define DBG if(tun->debug)printk
28 #define DBG1 if(debug==2)printk
  /external/kernel-headers/original/linux/sunrpc/
debug.h 57 # define dfprintk(fac, args...) do { ifdebug(fac) printk(args); } while(0)
66 # define pprintk(args...) printk(## args)

Completed in 390 milliseconds

1 2 3 4 5