Searched refs:eclktable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/ |
H A D | sisusbvga.c | 1831 static const char eclktable[] = { in sisusb_init_gfxcore() local 1901 ret |= SETIREG(SISSR, 0x2e, eclktable[ramtype * 4]); in sisusb_init_gfxcore() 1902 ret |= SETIREG(SISSR, 0x2f, eclktable[(ramtype * 4) + 1]); in sisusb_init_gfxcore() 1903 ret |= SETIREG(SISSR, 0x30, eclktable[(ramtype * 4) + 2]); in sisusb_init_gfxcore()
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.c | 1889 static const char eclktable[] = { in sisusb_init_gfxcore() local 1959 ret |= SETIREG(SISSR, 0x2e, eclktable[ramtype * 4]); in sisusb_init_gfxcore() 1960 ret |= SETIREG(SISSR, 0x2f, eclktable[(ramtype * 4) + 1]); in sisusb_init_gfxcore() 1961 ret |= SETIREG(SISSR, 0x30, eclktable[(ramtype * 4) + 2]); in sisusb_init_gfxcore()
|
Completed in 7 milliseconds