Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/include/asm/
Dpdcpat.h329 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, unsign…
/Linux-v4.19/arch/parisc/kernel/
Dfirmware.c1309 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module() argument
1318 ploc, mod, view_type, __pa(&result)); in pdc_pat_cell_module()
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c8793 word ploc; /* points to current location within packet */ in IndParse() local
8801 ploc = 0; in IndParse()
8815 while (ploc < plci->Sig.RBuffer->length - 1) { in IndParse()
8818 w = in[ploc]; in IndParse()
8826 wlen = (byte)(in[ploc + 1] + 1); in IndParse()
8829 if ((ploc + wlen) > 270) return; in IndParse()
8834 codeset = in[ploc]; in IndParse()
8840 if (w == ESC && wlen >= 3) code = in[ploc + 2] | 0x800; in IndParse()
8851 parms[mIEindex] = &in[ploc + 1]; in IndParse()
8852 dbug(1, dprintf("mIE[%d]=0x%x", *parms[mIEindex], in[ploc])); in IndParse()
[all …]