Searched refs:startpos (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/video/fbdev/ |
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()
|
/linux-6.6.21/drivers/scsi/sym53c8xx_2/ |
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),
|
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),
|
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()
|
/linux-6.6.21/lib/lz4/ |
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()
|
/linux-6.6.21/drivers/scsi/ |
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()
|