/linux-4.4.14/drivers/cpufreq/ |
H A D | cpufreq-nforce2.c | 28 /* Delay in ms between FSB changes */ 33 * FSB is changed using the chipset 43 * minimum and maximum FSB (= FSB at boot time) 49 MODULE_DESCRIPTION("nForce2 FSB changing cpufreq driver"); 57 "Minimum FSB to use, if not defined: current FSB - 50"); 62 * nforce2_calc_fsb - calculate FSB 65 * Calculates FSB from PLL value 82 * @fsb: FSB 84 * Calculate PLL value for given FSB 114 * Writes new FSB PLL value to chipset 131 * nforce2_fsb_read - Read FSB 133 * Read FSB from chipset 134 * If bootfsb != 0, return FSB at boot-time 141 /* Get chipset boot FSB from subdevice 5 (FSB at boot-time) */ nforce2_fsb_read() 156 /* Use PLL register FSB value */ nforce2_fsb_read() 164 * nforce2_set_fsb - set new FSB 165 * @fsb: New FSB 167 * Sets new FSB 177 printk(KERN_ERR PFX "FSB %d is out of range!\n", fsb); nforce2_set_fsb() 183 printk(KERN_ERR PFX "Error while reading the FSB\n"); nforce2_set_fsb() 279 printk(KERN_ERR PFX "Changing FSB to %d failed\n", nforce2_target() 282 pr_debug("Changed FSB successfully to %d\n", nforce2_target() 319 /* Get current FSB */ nforce2_cpu_init() 344 printk(KERN_INFO PFX "FSB currently at %i MHz, FID %d.%d\n", fsb, nforce2_cpu_init() 347 /* Set maximum FSB to FSB at boot time */ nforce2_cpu_init() 390 * nforce2_detect_chipset - detect the Southbridge which contains FSB PLL logic 407 "FSB changing is maybe unstable and can lead to " nforce2_detect_chipset() 416 * Initializes the nForce2 FSB support. Returns -ENODEV on unsupported 436 * Unregisters nForce2 FSB change support.
|
H A D | speedstep-lib.c | 58 /* PIII(-M) FSB settings: see table b1-b of 24547206.pdf */ pentium3_get_frequency() 78 /* decode the FSB */ pentium3_get_frequency() 116 printk(KERN_DEBUG PFX "PM - invalid FSB: 0x%x 0x%x\n", pentiumM_get_frequency() 192 /* decode the FSB: see IA-32 Intel (C) Architecture Software pentium4_get_frequency() 211 printk(KERN_DEBUG PFX "couldn't detect FSB speed. " pentium4_get_frequency() 217 pr_debug("P4 - FSB %u kHz; Multiplier %u; Speed %u kHz\n", pentium4_get_frequency() 266 * or Intel Mobile Pentium 4 with 533 MHz FSB */ speedstep_detect_processor() 342 /* all mobile PIII Coppermines have FSB 100 MHz speedstep_detect_processor()
|
H A D | powernow-k6.c | 26 static unsigned int busfreq; /* FSB, in 10 kHz */ 78 * powernow_k6_get_cpu_multiplier - returns the current FSB multiplier
|
H A D | longhaul.c | 18 * there is provision for scaling FSB too, but this doesn't work 274 pr_debug("Setting to FSB:%dMHz Mult:%d.%dx (%s)\n", longhaul_setstate() 319 * Nehemiah can do FSB scaling too, but this has never been proven longhaul_setstate() 353 * multiplier and FSB, but will not change bits in Longhaul longhaul_setstate() 401 * Samuel2 and above have to try and guess what the FSB is. 441 printk(KERN_INFO PFX "Invalid (reserved) FSB!\n"); longhaul_get_ranges() 466 pr_debug("FSB:%dMHz Lowest speed: %s Highest speed:%s\n", fsb, longhaul_get_ranges()
|
H A D | Kconfig.x86 | 238 tristate "nVidia nForce2 FSB changing" 241 This adds the CPUFreq driver for FSB changing on nVidia nForce2
|
H A D | e_powersaver.c | 293 /* Calc FSB speed */ eps_cpu_init()
|
H A D | powernow-k7.c | 622 pr_debug("FSB: %3dMHz\n", fsb/1000); powernow_cpu_init()
|
/linux-4.4.14/arch/x86/platform/intel-mid/ |
H A D | mrfl.c | 25 /* Compute TSC:Ratio * FSB */ tangier_calibrate_tsc() 39 /* Compute FSB */ tangier_calibrate_tsc() 41 pr_debug("Actual FSB frequency detected by SOC 0x%x : %x\n", tangier_calibrate_tsc() 69 /* TSC = FSB Freq * Resolved HFM Ratio */ tangier_calibrate_tsc()
|
/linux-4.4.14/include/linux/ |
H A D | hpet.h | 31 u64 hpet_fsb[2]; /* FSB route */ 83 * Timer FSB Interrupt Route Register
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | intel-mid.h | 132 #define BSEL_SOC_FUSE_001 0x1 /* FSB 133MHz */ 133 #define BSEL_SOC_FUSE_101 0x5 /* FSB 100MHz */ 134 #define BSEL_SOC_FUSE_111 0x7 /* FSB 83MHz */
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
H A D | sn_cpuid.h | 49 * SUBNODE - (almost obsolete) the number of the FSB that a cpu is 66 * 0 | | 2 0 | | 2 FSB SLOT
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | pm-cps.c | 251 * Determine whether this CPU requires an FSB flush, and if so which cps_gen_flush_fsb() 252 * performance counter/event reflect stalls due to a full FSB. cps_gen_flush_fsb() 274 WARN_ONCE(1, "pm-cps: FSB flush unsupported for this CPU\n"); cps_gen_flush_fsb() 279 * Ensure that the fill/store buffer (FSB) is not holding the results cps_gen_flush_fsb() 288 /* Setup perf counter to count FSB full pipeline stalls */ cps_gen_flush_fsb() 301 /* Perform some loads to fill the FSB */ cps_gen_flush_fsb() 307 * refilling (via the FSB) if the loop is executed again. cps_gen_flush_fsb() 320 /* Check whether the pipeline stalled due to the FSB being full */ cps_gen_flush_fsb()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | tsc_msr.c | 105 /* Get FSB FREQ ID */ try_msr_calibrate_tsc()
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_symlink_remote.c | 39 * to FSB conversion.
|
H A D | xfs_attr_remote.c | 48 * length to FSB conversion. 435 * attributes have headers, we can't just do a straight byte to FSB xfs_attr_rmtval_set()
|
/linux-4.4.14/drivers/edac/ |
H A D | i7300_edac.c | 251 [3] = "FSB 3 Fatal Error", 252 [2] = "FSB 2 Fatal Error", 253 [1] = "FSB 1 Fatal Error", 254 [0] = "FSB 0 Fatal Error", 279 [12] = "FSB 0 Non-Fatal Error", 983 edac_dbg(1, "FSB Error Regs - PCI Bus ID: %s %x:%x\n", i7300_get_devices()
|
H A D | i5000_edac.c | 49 * Function 2: FSB Error Registers 846 edac_dbg(1, "FSB Error Regs - PCI Bus ID: %s %x:%x\n", i5000_get_devices()
|
H A D | i5400_edac.c | 59 * Function 2: FSB Error Registers 782 edac_dbg(1, "FSB Error Regs - PCI Bus ID: %s %x:%x\n", i5400_get_devices()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_discard.c | 150 * addressing. FSB addressing is sparse (AGNO|AGBNO), while the incoming format
|
H A D | xfs_iomap.c | 385 * 4096 bytes, we only have one block at FSB 0, but XFS_B_TO_FSB(4096) xfs_iomap_eof_prealloc_initial_size() 386 * will return FSB 1. Hence if there are blocks in the file, we want to xfs_iomap_eof_prealloc_initial_size()
|
H A D | xfs_aops.c | 1264 * 2^63 - 1FSB bytes) will result in the offset + count overflowing a signed 64 1274 * page at offset (2^63 - 1FSB) bytes.
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-rcar.c | 63 #define FSB (1 << 1) /* force stop bit */ macro 87 #define RCAR_BUS_PHASE_STOP (MDBS | MIE | FSB)
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | w996Xcf.c | 86 pr_err("Write FSB registers failed (%d)\n", ret); w9968cf_write_fsb() 349 reg_w(sd, 0x01, 0x0030); /* Set sda scl to FSB mode */ w9968cf_configure()
|
/linux-4.4.14/drivers/char/ |
H A D | mspec.c | 27 * on the same FSB perform both a cached and uncached reference to the
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_optidma.c | 21 * UDMA requires a 66MHz FSB
|
/linux-4.4.14/drivers/s390/char/ |
H A D | tape_core.c | 67 [TO_FSB] = "FSB", [TO_FSF] = "FSF",
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_p4.c | 660 * in a sake of simplicity we don't use the FSB tagging
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 105 "Intel(R) 815 (Internal Graphics 100Mhz FSB) Framebuffer Device" ,
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
H A D | xpc_sn2.c | 39 * a PI FSB Protocol error to be generated by the SHUB. For XPC, we need 64
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | lapic.c | 1649 /* with FSB delivery interrupt, we can restart APIC functionality */ kvm_lapic_set_base()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 235 DRM_DEBUG_KMS("Unknown FSB/MEM found, disable CxSR\n"); intel_get_cxsr_latency() 625 DRM_DEBUG_KMS("Unknown FSB/MEM found, disable CxSR\n"); pineview_update_wm()
|
H A D | i915_reg.h | 1819 /* Disable FSB snooping of cacheable write cycles from binner/render
|
H A D | intel_display.c | 182 /* hrawclock is 1/4 the FSB frequency */ intel_hrawclk()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | atombios.h | 2787 usFSBClock: For Intel IGP,it's FSB Freq
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
H A D | atombios.h | 2870 usFSBClock: For Intel IGP,it's FSB Freq
|