Searched refs:startpos (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | arcfb.c | 451 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 D | sym_fw2.h | 187 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 D | sym_fw1.h | 194 u32 startpos [ 1]; member 234 PADDR_B (startpos), 742 PADDR_B (startpos), 865 PADDR_B (startpos), 1715 PADDR_B (startpos),
|
H A D | sym_fw.c | 126 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 D | lz4hc_compress.c | 175 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 D | yacc.py | 227 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 D | ncr53c8xx.c | 1793 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()
|