Searched refs:bank3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | platinumfb.c | 536 int bank0, bank1, bank2, bank3, rc; in platinumfb_probe() local 601 bank3 = fbuffer[0x300000] == 0x78; in platinumfb_probe() 602 pinfo->total_vram = (bank0 + bank1 + bank2 + bank3) * 0x100000; in platinumfb_probe() 605 bank3, bank2, bank1, bank0); in platinumfb_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | platinumfb.c | 533 int bank0, bank1, bank2, bank3, rc; in platinumfb_probe() local 598 bank3 = fbuffer[0x300000] == 0x78; in platinumfb_probe() 599 pinfo->total_vram = (bank0 + bank1 + bank2 + bank3) * 0x100000; in platinumfb_probe() 602 bank3, bank2, bank1, bank0); in platinumfb_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar5008_phy.c | 86 static const struct ar5416IniArray bank3 = STATIC_INI_ARRAY(ar5416Bank3); variable 580 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar5008_phy.c | 86 static const struct ar5416IniArray bank3 = STATIC_INI_ARRAY(ar5416Bank3); variable 571 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs()
|
Completed in 6 milliseconds