Home
last modified time | relevance | path

Searched refs:startpos (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Darcfb.c451 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
483 startpos = floorXres(bitppos, xres); in arcfb_write()
485 bitcount = endpos - startpos; in arcfb_write()
487 x = startpos % xres; in arcfb_write()
488 y = startpos / xres; in arcfb_write()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h187 u32 startpos [ 1]; member
227 PADDR_B (startpos),
245 PADDR_B (startpos),
250 PADDR_B (startpos),
717 PADDR_B (startpos),
827 PADDR_B (startpos),
1588 PADDR_B (startpos),
H A Dsym_fw1.h194 u32 startpos [ 1]; member
234 PADDR_B (startpos),
742 PADDR_B (startpos),
865 PADDR_B (startpos),
1715 PADDR_B (startpos),
H A Dsym_fw.c126 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); in sym_fw1_patch()
183 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); in sym_fw2_patch()
/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c175 const BYTE **startpos, in LZ4HC_InsertAndGetWiderMatch() argument
220 *startpos = ip + back; in LZ4HC_InsertAndGetWiderMatch()
251 *startpos = ip + back; in LZ4HC_InsertAndGetWiderMatch()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py227 startpos = getattr(self.slice[n],"lexpos",0)
228 endpos = getattr(self.slice[n],"endlexpos",startpos)
229 return startpos,endpos
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c1793 ncrcmd startpos [ 1]; member
2067 PADDR (startpos),
2808 PADDR (startpos),
3354 PADDR (startpos),
5090 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop)); in ncr_init()