Searched refs:APRINTK (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/atm/ |
D | lanai.c | 170 #define APRINTK(truth, format, args...) \ macro 179 #define APRINTK(truth, format, args...) macro 353 APRINTK((buf->dmaaddr & ~0xFFFFFF00) == 0, in lanai_buf_allocate() 654 APRINTK(lvcc->vbase != NULL, "cardvcc_read: unbound vcc!\n"); in cardvcc_read() 664 APRINTK(lvcc->vbase != NULL, "cardvcc_write: unbound vcc!\n"); in cardvcc_write() 665 APRINTK((val & ~0xFFFF) == 0, in cardvcc_write() 772 APRINTK(!in_interrupt(), in lanai_shutdown_tx_vci() 1167 APRINTK((((unsigned long) lvcc->tx.buf.ptr) & 15) == 0, in vcc_tx_add_aal5_descriptor() 1172 APRINTK((pos & ~0x0001FFF0) == 0, in vcc_tx_add_aal5_descriptor() 1177 APRINTK((pos & ~0x0001FFF0) == 0, in vcc_tx_add_aal5_descriptor() [all …]
|