Home
last modified time | relevance | path

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

/linux-3.4.99/arch/parisc/include/asm/
Dpdcpat.h289 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, unsign…
/linux-3.4.99/arch/parisc/kernel/
Dfirmware.c1233 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module() argument
1242 ploc, mod, view_type, __pa(&result)); in pdc_pat_cell_module()
/linux-3.4.99/drivers/isdn/hardware/eicon/
Dmessage.c8931 word ploc; /* points to current location within packet */ in IndParse() local
8939 ploc = 0; in IndParse()
8953 while (ploc < plci->Sig.RBuffer->length - 1) { in IndParse()
8956 w = in[ploc]; in IndParse()
8964 wlen = (byte)(in[ploc + 1] + 1); in IndParse()
8967 if ((ploc + wlen) > 270) return; in IndParse()
8972 codeset = in[ploc]; in IndParse()
8978 if (w == ESC && wlen >= 3) code = in[ploc + 2] | 0x800; in IndParse()
8989 parms[mIEindex] = &in[ploc + 1]; in IndParse()
8990 dbug(1, dprintf("mIE[%d]=0x%x", *parms[mIEindex], in[ploc])); in IndParse()
[all …]