Searched refs:DPRINTF (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | ds1302.c | 33 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro 40 # define DPRINTF(x,args...) macro 157 DPRINTF("READ 0x%x bytes @ 0x%x [ ", count, addr); in read_ser_drv() 178 DPRINTF("WRITE 0x%x bytes @ 0x%x [ ", count, addr); in write_ser_drv() 198 DPRINTF("init\n"); in rtc_init() 244 DPRINTF("init done\n"); in rtc_init() 283 DPRINTF("Get DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_get() 297 DPRINTF("Set DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_set()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | unaligned.c | 23 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); p… macro 25 #define DPRINTF(fmt, args...) macro 127 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh() 147 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldh() 161 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw() 185 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldw() 200 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd() 258 DPRINTF("val = 0x%llx\n", val); in emulate_ldd() 276 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth() 311 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch | 349 DPRINTF("Can't get data.\n"); 359 DPRINTF("Can't get data.\n"); 361 DPRINTF("update the descriptor with the done flag set.\n");
|