Searched refs:pbyte (Results 1 – 3 of 3) sorted by relevance
170 #define QSFP_PWR(pbyte) (((pbyte) >> 6) & 3) argument
137 unsigned char pbyte; in gigaset_isowbuf_getbytes() local166 pbyte = iwb->data[write]; /* save in gigaset_isowbuf_getbytes()184 __func__, pbyte, limit); in gigaset_isowbuf_getbytes()185 iwb->data[limit] = pbyte; /* restore in gigaset_isowbuf_getbytes()
173 u8 *pbyte = NULL; in cmm_calloc_buf() local221 pbyte = (u8 *) pnode->va; in cmm_calloc_buf()222 for (cnt = 0; cnt < (s32) usize; cnt++, pbyte++) in cmm_calloc_buf()223 *pbyte = 0; in cmm_calloc_buf()