Searched refs:lindex (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | legacy_serial.c | 258 int iotype, index = -1, lindex = 0; in add_legacy_pci_port() local 297 index = lindex = be32_to_cpup(reg); in add_legacy_pci_port() 309 addr += 0x200 * lindex; in add_legacy_pci_port() 310 base += 0x200 * lindex; in add_legacy_pci_port() 312 addr += 8 * lindex; in add_legacy_pci_port() 313 base += 8 * lindex; in add_legacy_pci_port()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | interp.patch | 13 set result [lindex $args 0]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | hddtemp_0.3-beta15-52.diff | 2110 int i, c, lindex = 0, db_loaded = 0; 2139 - c = getopt_long (argc, argv, "bDdf:l:hp:qs:u:vnw46S:", long_options, &lindex); 2140 + c = getopt_long (argc, argv, "bDdf:l:hp:qs:u:vnw46FS:", long_options, &lindex);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | init301.c | 10372 unsigned int lindex; in SetPhaseIncr() local 10380 lindex = GetOEMTVPtr661_2_OLD(SiS_Pr) & 0xffff; in SetPhaseIncr() 10381 lindex <<= 2; in SetPhaseIncr() 10383 SiS_SetReg(SiS_Pr->SiS_Part2Port,i,SiS_TVPhase[lindex + j]); in SetPhaseIncr()
|