| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | Kconfig | 22 7 Series Chipset Family 23 6 Series Chipset Family 24 5 Series Chipset Family 25 4 Series Chipset Family 26 Mobile 4 Series Chipset Family
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/ |
| H A D | nv_hw.c | 152 if (((par->Chipset & 0xfff0) == 0x0290) || in nvGetClocks() 153 ((par->Chipset & 0xfff0) == 0x0390)) { in nvGetClocks() 200 if (((par->Chipset & 0x0ff0) == 0x0300) || in nvGetClocks() 201 ((par->Chipset & 0x0ff0) == 0x0330)) { in nvGetClocks() 688 if ((par->Chipset & 0x0FF0) == 0x01A0) { in nForceUpdateArbitrationSettings() 904 if ((par->Chipset & 0xfff0) == 0x0240 || in NVCalcStateExt() 905 (par->Chipset & 0xfff0) == 0x03d0) { in NVCalcStateExt() 908 } else if (((par->Chipset & 0xffff) == 0x01A0) || in NVCalcStateExt() 909 ((par->Chipset & 0xffff) == 0x01f0)) { in NVCalcStateExt() 963 (par->Chipset & 0xfff0) == 0x0040) { in NVLoadStateExt() [all …]
|
| H A D | nv_setup.c | 233 u32 implementation = par->Chipset & 0x0ff0; in nv10GetConfig() 245 if ((par->Chipset & 0xffff) == 0x01a0) { in nv10GetConfig() 250 } else if ((par->Chipset & 0xffff) == 0x01f0) { in nv10GetConfig() 278 u16 implementation = par->Chipset & 0x0ff0; in NVCommonSetup() 328 par->BlendingPossible = ((par->Chipset & 0xffff) != 0x0020); in NVCommonSetup() 331 switch (par->Chipset & 0xffff) { in NVCommonSetup() 411 if ((par->Chipset & 0x0fff) <= 0x0020) in NVCommonSetup()
|
| H A D | nvidia.c | 176 if (((par->Chipset & 0xffff) == 0x0328) && (state->bpp == 32)) { in nvidia_panel_tweak() 181 if ((par->Chipset & 0xfff0) == 0x0310) in nvidia_panel_tweak() 461 if ((par->Chipset & 0x0ff0) != 0x0110) in nvidia_calc_regs() 470 if ((par->Chipset & 0x0ff0) == 0x0110) { in nvidia_calc_regs() 618 if ((par->Chipset & 0x0ff0) == 0x0110) in nvidiafb_set_par() 1227 switch (par->Chipset & 0x0ff0) { in nvidia_get_arch() 1332 par->Chipset = nvidia_get_chipset(info); in nvidiafb_probe()
|
| H A D | nv_type.h | 106 int Chipset; member
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/queensbay/ |
| H A D | Kconfig | 30 bool "Add a Chipset Micro Code state machine binary" 32 Select this option to add a Chipset Micro Code state machine binary 38 string "Chipset Micro Code state machine filename" 42 The filename of the file to use as Chipset Micro Code state machine 46 hex "Chipset Micro Code state machine binary location"
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A D | nv_driver.c | 103 switch(par->Chipset & 0xffff) { in riva_is_second() 159 unsigned int chipset = par->Chipset; in riva_get_memlen() 341 switch (par->Chipset & 0xffff) { in riva_common_setup() 377 switch (par->Chipset & 0x0ff0) { in riva_common_setup() 379 if (par->Chipset == NV_CHIP_GEFORCE2_GO) in riva_common_setup() 421 RivaGetConfig(&par->riva, par->pdev, par->Chipset); in riva_common_setup()
|
| H A D | rivafb.h | 59 unsigned int Chipset; member
|
| H A D | riva_hw.c | 1298 if((chip->Chipset == NV_CHIP_IGEFORCE2) || in CalcStateExt() 1299 (chip->Chipset == NV_CHIP_0x01F0)) in CalcStateExt() 1647 if((chip->Chipset & 0x0ff0) == 0x0110) { in LoadStateExt() 1650 if((chip->Chipset & 0x0ff0) >= 0x0170) { in LoadStateExt() 1803 if((chip->Chipset & 0x0ff0) == 0x0110) { in UnloadStateExt() 1806 if((chip->Chipset & 0x0ff0) >= 0x0170) { in UnloadStateExt() 2240 chip->Chipset = chipset; in RivaGetConfig()
|
| H A D | riva_hw.h | 428 U032 Chipset; member
|
| H A D | fbdev.c | 1931 default_par->Chipset = (pd->vendor << 16) | pd->device; in rivafb_probe() 1932 printk(KERN_INFO PFX "nVidia device/chipset %X\n",default_par->Chipset); in rivafb_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | Kconfig | 25 Choose this option if you have hisilicon Kirin Chipset(kirin620). 39 Choose this option if you have hisilicon Kirin Chipset(kirin960), such
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | platform.asl | 38 /* Chipset specific sleep states */
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/acpi/ |
| H A D | platform.asl | 35 /* Chipset specific sleep states */
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-trident/ |
| H A D | 0001-Remove-ramdac.patch | 40 int Chipset;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.h | 100 int Chipset; member
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | max16601.rst | 23 Chipset.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | sdhci-msm.txt | 57 - qcom,dll-config: Chipset and Platform specific value. Use this field to
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-scsi_host | 6 SCU controller. The Intel(R) C600 Series Chipset SATA/SAS
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 142 3. Chipset Names.
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | enumeration.rst | 12 SoC/Chipset to appear only in ACPI namespace. These are typically devices
|
| /OK3568_Linux_fs/kernel/drivers/eisa/ |
| H A D | eisa.ids | 625 ICU02F0 "Gateway Ethertwist 16 (Fujitsu Chipset)" 626 ICU02F1 "Gateway Ethertwist 16 (National Chipset)" 627 ICU0300 "Gateway Ethertwist PC/PC-WS(National Chipset)"
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | Kconfig | 322 tristate "Generic PCI IDE Chipset Support"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.x86 | 211 also requires a Chipset Micro Code (CMC) state machine binary to be present in
|