Home
last modified time | relevance | path

Searched refs:pbyte (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_qsfp.h170 #define QSFP_PWR(pbyte) (((pbyte) >> 6) & 3) argument
/linux-2.6.39/drivers/isdn/gigaset/
Disocdata.c137 unsigned char pbyte; in gigaset_isowbuf_getbytes() local
166 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()
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Dcmm.c173 u8 *pbyte = NULL; in cmm_calloc_buf() local
221 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()