Searched refs:APRINTK (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/atm/ |
H A D | lanai.c | 166 #define APRINTK(truth, format, args...) \ macro 175 #define APRINTK(truth, format, args...) macro 349 APRINTK((buf->dmaaddr & ~0xFFFFFF00) == 0, in lanai_buf_allocate() 650 APRINTK(lvcc->vbase != NULL, "cardvcc_read: unbound vcc!\n"); in cardvcc_read() 660 APRINTK(lvcc->vbase != NULL, "cardvcc_write: unbound vcc!\n"); in cardvcc_write() 661 APRINTK((val & ~0xFFFF) == 0, in cardvcc_write() 1162 APRINTK((((unsigned long) lvcc->tx.buf.ptr) & 15) == 0, in vcc_tx_add_aal5_descriptor() 1167 APRINTK((pos & ~0x0001FFF0) == 0, in vcc_tx_add_aal5_descriptor() 1172 APRINTK((pos & ~0x0001FFF0) == 0, in vcc_tx_add_aal5_descriptor() 1188 APRINTK((((unsigned long) lvcc->tx.buf.ptr) & 15) == 8, in vcc_tx_add_aal5_trailer() [all …]
|