Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c820 static int set_con2fb_map(int unit, int newidx, int user) in set_con2fb_map() argument
824 struct fb_info *info = fbcon_registered_fb[newidx]; in set_con2fb_map()
830 if (oldidx == newidx) in set_con2fb_map()
837 info_idx = newidx; in set_con2fb_map()
844 if (!search_fb_in_map(newidx)) { in set_con2fb_map()
854 con2fb_map[unit] = newidx; in set_con2fb_map()
866 con2fb_map_boot[unit] = newidx; in set_con2fb_map()
870 info_idx = newidx; in set_con2fb_map()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c867 u32 newidx; in brcmf_pcie_bus_console_read() local
876 newidx = brcmf_pcie_read_tcm32(devinfo, addr); in brcmf_pcie_bus_console_read()
877 while (newidx != console->read_idx) { in brcmf_pcie_bus_console_read()