Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kernel/
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()
/linux-5.19.10/drivers/video/fbdev/sis/
Dinit301.c10372 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()