Home
last modified time | relevance | path

Searched refs:lindex (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-test-automation/bin/
H A Dssh_pw15 set password [lindex $argv 0]
32 set file_path [lindex $fields 0]
33 set line_num [lindex $fields 1]
/openbmc/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c260 int iotype, index = -1, lindex = 0; in add_legacy_pci_port() local
299 index = lindex = be32_to_cpup(reg); in add_legacy_pci_port()
311 addr += 0x200 * lindex; in add_legacy_pci_port()
312 base += 0x200 * lindex; in add_legacy_pci_port()
314 addr += 8 * lindex; in add_legacy_pci_port()
315 base += 8 * lindex; in add_legacy_pci_port()
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dinterp.patch21 set result [lindex $args 0]
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0005-tcl-fix-race-in-interp.test.patch21 set result [lindex $args 0]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff2110 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);
/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit301.c10371 unsigned int lindex; in SetPhaseIncr() local
10379 lindex = GetOEMTVPtr661_2_OLD(SiS_Pr) & 0xffff; in SetPhaseIncr()
10380 lindex <<= 2; in SetPhaseIncr()
10382 SiS_SetReg(SiS_Pr->SiS_Part2Port,i,SiS_TVPhase[lindex + j]); in SetPhaseIncr()