Searched refs:C3 (Results 1 - 87 of 87) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
H A Dlonghaul.h57 * VIA C3 Samuel 1 & Samuel 2 (stepping 0)
98 * VIA C3 Samuel2 Stepping 1->15
120 * VIA C3 Ezra
161 * VIA C3 (Ezra-T) [C5M].
236 * VIA C3 Nehemiah */
H A Dlonghaul.c190 /* Invoke C3 */ do_powersaver()
208 /* Invoke C3 */ do_powersaver()
227 /* Invoke C3 */ do_powersaver()
281 pic1_mask = inb(0x21); /* works on C3. save mask. */ longhaul_setstate()
362 /* Why ACPI C3 sometimes doesn't work is a mystery for me. longhaul_setstate()
363 * But it does happen. Processor is entering ACPI C3 state, longhaul_setstate()
367 printk(KERN_INFO PFX "Disabling ACPI C3 support.\n"); longhaul_setstate()
446 * C3 is booting at max anyway. */ longhaul_get_ranges()
643 * this in hardware, C3 is old and we need to do this longhaul_target()
782 cpuname = "C3 'Samuel' [C5A]"; longhaul_cpu_init()
793 cpuname = "C3 'Samuel 2' [C5B]"; longhaul_cpu_init()
803 cpuname = "C3 'Samuel 2' [C5B]"; longhaul_cpu_init()
806 cpuname = "C3 'Ezra' [C5C]"; longhaul_cpu_init()
816 cpuname = "C3 'Ezra-T' [C5M]"; longhaul_cpu_init()
831 cpuname = "C3 'Nehemiah A' [C5XLOE]"; longhaul_cpu_init()
835 cpuname = "C3 'Nehemiah B' [C5XLOH]"; longhaul_cpu_init()
839 cpuname = "C3 'Nehemiah C' [C5P]"; longhaul_cpu_init()
875 /* Check ACPI support for C3 state */ longhaul_cpu_init()
992 /* Even if BIOS is exporting ACPI C3 state, and it is used
996 MODULE_PARM_DESC(disable_acpi_c3, "Don't use ACPI C3 support");
998 * power, but most VIA C3 processors aren't supporting it. */
H A DKconfig.x86264 VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T
H A De_powersaver.c226 printk(KERN_CONT "C3\n"); eps_cpu_init()
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c28 enum intel_nhm_id { C3 = 0, C6, PC3, PC6, TSC = 0xFFFF }; enumerator in enum:intel_nhm_id
35 .name = "C3",
36 .desc = N_("Processor Core C3"),
37 .id = C3,
51 .desc = N_("Processor Package C3"),
78 case C3: nhm_get_count()
H A Dcpuidle_sysfs.c90 strcpy(tmp, "C3"); fix_up_intel_idle_driver_name()
102 strcpy(tmp, "C3"); fix_up_intel_idle_driver_name()
/linux-4.4.14/arch/x86/kernel/acpi/
H A Dcstate.c23 * before entering C3.
39 * Today all MP CPUs that support C3 share cache. acpi_processor_power_init_bm_check()
41 * entering C3 type state. acpi_processor_power_init_bm_check()
49 * is not required while entering C3 type state on acpi_processor_power_init_bm_check()
97 /* mwait ecx extensions INTERRUPT_BREAK should be supported for C2/C3 */ acpi_processor_ffh_cstate_probe_cpu()
/linux-4.4.14/drivers/watchdog/
H A Dsbc_epx_c3.c2 * SBC EPX C3 0.1 A Hardware Watchdog Device for the Winsystems EPX-C3
113 .identity = "Winsystems EPX-C3 H/W Watchdog", epx_c3_ioctl()
198 pr_info("Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"); watchdog_init()
218 MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. "
/linux-4.4.14/drivers/acpi/
H A Dprocessor_idle.c10 * - Added support for C3 on SMP
74 * IBM ThinkPad R40e crashes mysteriously when going into C2 or C3.
125 * Some BIOS implementations switch to C3 in the published C2 state.
128 * that the local APIC stops in both C2 and C3.
277 /* determine C2 and C3 address from pblk */ acpi_processor_get_power_info_fadt()
297 * FADT supplied C3 latency must be less than or equal to acpi_processor_get_power_info_fadt()
302 "C3 latency too large [%d]\n", acpi_gbl_FADT.c3_latency)); acpi_processor_get_power_info_fadt()
303 /* invalidate C3 */ acpi_processor_get_power_info_fadt()
505 * PIIX4 Erratum #18: We don't support C3 when Type-F (fast) acpi_processor_power_verify_c3()
513 "C3 not supported on PIIX4 with Type-F DMA\n")); acpi_processor_power_verify_c3()
533 "C3 support requires BM control\n")); acpi_processor_power_verify_c3()
536 /* Here we enter C3 without bus mastering */ acpi_processor_power_verify_c3()
538 "C3 support without BM control\n")); acpi_processor_power_verify_c3()
543 * WBINVD should be set in fadt, for C3 state to be acpi_processor_power_verify_c3()
549 " for C3 to be enabled on SMP systems\n")); acpi_processor_power_verify_c3()
555 * Otherwise we've met all of our C3 requirements. acpi_processor_power_verify_c3()
556 * Normalize the C3 latency to expidite policy. Enable acpi_processor_power_verify_c3()
558 * use this in our C3 policy acpi_processor_power_verify_c3()
565 * system from C3. Newer chipsets handle DMA acpi_processor_power_verify_c3()
566 * during C3 automatically and BM_RLD is a NOP. acpi_processor_power_verify_c3()
637 * if one state of type C2 or C3 is available, mark this acpi_processor_get_power_info()
737 * acpi_idle_enter_bm - enters C3 with proper BM handling
760 * not set. In that case we cannot do much, we enter C3 acpi_idle_enter_bm()
766 /* Disable bus master arbitration when all CPUs are in C3 */ acpi_idle_enter_bm()
H A Dacpi_processor.c89 * See erratum #18 ("C3 Power State/BMIDE and Type-F DMA acpi_processor_errata_piix4()
116 * disable C3 support if this is enabled, as some legacy acpi_processor_errata_piix4()
138 "Type-F DMA livelock erratum (C3 disabled)\n")); acpi_processor_errata_piix4()
245 * is required for proper C3 usage (to maintain cache coherency). acpi_processor_get_info()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Damplc_dio200_pci.c184 * 1 PPI-X-C3 PPI-X-C3 PPI-X-C3
186 * 3 PPI-Y-C3 PPI-Y-C3 unused
194 * 1 PPI-X-C3 PPI-X1-C3
196 * 3 PPI-Y-C3 PPI-Y1-C3
198 * 5 PPI-Z-C3 CTR-Z2-OUT1
H A Damplc_dio200.c151 * 1 PPI-X-C3 PPI-X-C3
153 * 3 CTR-Y2-OUT1 PPI-Y-C3
161 * 1 CTR-X2-OUT1 PPI-X-C3
163 * 3 CTR-Y2-OUT1 PPI-Y-C3
165 * 5 CTR-Z2-OUT1 PPI-Z-C3
H A Damplc_pci230.c2305 * The PCI230 can cope with concurrent ADC, DAC, PPI C0 and C3 pci230_interrupt()
/linux-4.4.14/crypto/
H A Dwp512.c320 static const u64 C3[256] = { variable
807 C3[(int)(K[5] >> 32) & 0xff] ^ wp512_process_buffer()
817 C3[(int)(K[6] >> 32) & 0xff] ^ wp512_process_buffer()
826 C3[(int)(K[7] >> 32) & 0xff] ^ wp512_process_buffer()
835 C3[(int)(K[0] >> 32) & 0xff] ^ wp512_process_buffer()
844 C3[(int)(K[1] >> 32) & 0xff] ^ wp512_process_buffer()
853 C3[(int)(K[2] >> 32) & 0xff] ^ wp512_process_buffer()
862 C3[(int)(K[3] >> 32) & 0xff] ^ wp512_process_buffer()
871 C3[(int)(K[4] >> 32) & 0xff] ^ wp512_process_buffer()
889 C3[(int)(state[5] >> 32) & 0xff] ^ wp512_process_buffer()
899 C3[(int)(state[6] >> 32) & 0xff] ^ wp512_process_buffer()
909 C3[(int)(state[7] >> 32) & 0xff] ^ wp512_process_buffer()
919 C3[(int)(state[0] >> 32) & 0xff] ^ wp512_process_buffer()
929 C3[(int)(state[1] >> 32) & 0xff] ^ wp512_process_buffer()
939 C3[(int)(state[2] >> 32) & 0xff] ^ wp512_process_buffer()
949 C3[(int)(state[3] >> 32) & 0xff] ^ wp512_process_buffer()
959 C3[(int)(state[4] >> 32) & 0xff] ^ wp512_process_buffer()
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c80 .name = "C3",
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dcentaur.c57 /* Before Nehemiah, the C3's had 3dNOW! */ init_c3()
202 /* VIA C3 CPUs (670-68F) need further shifting. */ centaur_size_cache()
H A Dperf_event_intel_cstate.c45 * MSR_CORE_C3_RESIDENCY: CORE C3 Residency Counter
61 * MSR_PKG_C3_RESIDENCY: Package C3 Residency Counter.
/linux-4.4.14/arch/arm/mach-omap2/
H A Dcpuidle44xx.c210 /* C3 - CPU0 OFF + CPU1 OFF + MPU OSWR */
215 .name = "C3",
H A Dboard-rx51.c73 | C3 | 107 + 410 | 46057 |
H A Dcpuidle34xx.c283 .name = "C3",
346 .name = "C3",
/linux-4.4.14/drivers/ssb/
H A Dpcihost_wrapper.c90 * PCI Tx retries from interfering with C3 CPU state */ ssb_pcihost_probe()
/linux-4.4.14/include/linux/mfd/
H A Dadp5520.h136 #define ADP5520_GPIO_C3 (1 << 7) /* LED2 or GPIO7 aka C3 */
157 #define ADP5520_COL_C3 (1 << 7) /* LED2 or GPIO7 aka C3 */
183 #define FLAG_ID_ADP5520_LED2_ADP5501_LED1 2 /* ADP5520 PIN C3 */
/linux-4.4.14/arch/m68k/fpsp040/
H A Dsatan.S408 |--X'+X'*Y*(C1+Y*(C2+Y*(C3+Y*(C4+Y*C5)))), X' = -1/X, Y = X'*X'
410 |--X'+X'*Y*( [C1+Z*(C3+Z*C5)] + [Y*(C2+Z*C4)] ), Z = Y*Y.
431 faddd ATANC3,%fp3 | ...C3+Z*C5
434 fmulx %fp3,%fp1 | ...Z*(C3+Z*C5), FP3 RELEASED
437 faddd ATANC1,%fp1 | ...C1+Z*(C3+Z*C5)
440 faddx %fp2,%fp1 | ...[Y*(C2+Z*C4)]+[C1+Z*(C3+Z*C5)]
/linux-4.4.14/drivers/idle/
H A Dintel_idle.c147 .name = "C3-NHM",
184 .name = "C3-SNB",
319 .name = "C3-IVB",
364 .name = "C3-IVT",
401 .name = "C3-IVT-4S",
438 .name = "C3-IVT-8S",
475 .name = "C3-HSW",
543 .name = "C3-BDW",
612 .name = "C3-SKL",
/linux-4.4.14/arch/x86/kernel/
H A Dprocess.c349 * way as C3 power states (local apic timer and TSC stop)
477 * forced to be used for CPU idle. In such case CPU C2/C3 idle_setup()
487 * it means that mwait will be disabled for CPU C2/C3 idle_setup()
/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup_spkout.c100 .init = "\005W1\005I2\005C3",
/linux-4.4.14/arch/x86/boot/
H A Dcpucheck.c137 /* If this is a VIA C3, we might have to enable CX8 check_cpu()
/linux-4.4.14/include/media/
H A Dadv7842.h117 u16 C3; member in struct:adv7842_sdp_csc_coeff
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dpci.c229 * PCI Tx retries from interfering with C3 CPU state. ath5k_pci_probe()
321 * PCI Tx retries from interfering with C3 CPU state ath5k_pci_resume()
/linux-4.4.14/arch/hexagon/kernel/
H A Dvm_entry.S114 R13:12 = C3:2; } \
186 C3:2 = R13:12; }\
/linux-4.4.14/block/
H A Dblk-flush.c47 * C3. The second condition is ignored if there is a request which has
52 * For devices which support FUA, it isn't clear whether C2 (and thus C3)
301 /* C2 and C3 */ blk_kick_flush()
/linux-4.4.14/drivers/tty/serial/
H A Dicom.h78 u32 reserved3; /* 1C0-1C3 Reserved */
/linux-4.4.14/drivers/bcma/
H A Dhost_pci.c187 * PCI Tx retries from interfering with C3 CPU state */ bcma_host_pci_probe()
/linux-4.4.14/drivers/char/hw_random/
H A Dvia-rng.c183 pr_err(PFX "cannot enable VIA C3 RNG, aborting\n"); via_rng_init()
/linux-4.4.14/arch/arc/include/asm/
H A Dmmu_context.h142 * e.g. T1 runs on C1, migrates to C3. T2 running on C2 munmaps. switch_mm()
/linux-4.4.14/fs/cachefiles/
H A Dxattr.c39 strcpy(type, "C3"); cachefiles_check_object_type()
/linux-4.4.14/include/linux/
H A Dclockchips.h52 * - Clockevent source stops in C3 State and needs broadcast support.
/linux-4.4.14/arch/arm64/include/asm/
H A Dinsn.h29 * Section C3.1 "A64 instruction index by encoding":
/linux-4.4.14/drivers/video/fbdev/
H A Dssd1307fb.c172 * C0 C1 C2 C3 C4 ssd1307fb_update_display()
183 * (4) A3 B3 C3 D3 E3 F3 G3 H3 ssd1307fb_update_display()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dpci.c937 * PCI Tx retries from interfering with C3 CPU state. ath_pci_probe()
1042 * PCI Tx retries from interfering with C3 CPU state ath_pci_resume()
/linux-4.4.14/net/sctp/
H A Dtransport.c322 /* 6.3.1 C3) When a new RTT measurement R' is made, set sctp_transport_update_rto()
351 /* 6.3.1 C3) After the computation, update RTO <- SRTT + 4 * RTTVAR. */ sctp_transport_update_rto()
H A Doutqueue.c1763 /* PR-SCTP C3) If, after step C1 and C2, the "Advanced.Peer.Ack.Point" sctp_generate_fwdtsn()
/linux-4.4.14/drivers/hwmon/
H A Dhwmon-vid.c231 {X86_VENDOR_CENTAUR, 0x6, 0x9, 0x9, ANY, 17}, /* C3-M, Eden-N */
/linux-4.4.14/arch/mips/kernel/
H A Dmips-cm.c342 "C3=%s C2=%s C1=%s C0=%s SC=%s " mips_cm_error_report()
/linux-4.4.14/arch/sh/boards/
H A Dboard-magicpanelr2.c111 * C3 LCD_DATA3; C2 LCD_DATA2; C1 LCD_DATA1; C0 LCD_DATA0; setup_port_multiplexing()
/linux-4.4.14/drivers/media/i2c/
H A Dad9389b.c183 u16 C1, u16 C2, u16 C3, u16 C4) ad9389b_csc_coeff()
210 ad9389b_wr_and_or(sd, 0x2C, 0xe0, C3>>8); ad9389b_csc_coeff()
211 ad9389b_wr(sd, 0x2D, C3); ad9389b_csc_coeff()
180 ad9389b_csc_coeff(struct v4l2_subdev *sd, u16 A1, u16 A2, u16 A3, u16 A4, u16 B1, u16 B2, u16 B3, u16 B4, u16 C1, u16 C2, u16 C3, u16 C4) ad9389b_csc_coeff() argument
H A Dadv7511.c290 u16 C1, u16 C2, u16 C3, u16 C4) adv7511_csc_coeff()
317 adv7511_wr_and_or(sd, 0x2C, 0xe0, C3>>8); adv7511_csc_coeff()
318 adv7511_wr(sd, 0x2D, C3); adv7511_csc_coeff()
287 adv7511_csc_coeff(struct v4l2_subdev *sd, u16 A1, u16 A2, u16 A3, u16 A4, u16 B1, u16 B2, u16 B3, u16 B4, u16 C1, u16 C2, u16 C3, u16 C4) adv7511_csc_coeff() argument
H A Dadv7842.c1779 sdp_io_write_and_or(sd, 0xf4, 0xe0, c->C3 >> 8); sdp_csc_coeff()
1780 sdp_io_write(sd, 0xf5, c->C3); sdp_csc_coeff()
H A Dtvaudio.c655 /* Lower 4 bits (C3..C0) control stereo adjustment on R channel (-0.6 - +0.7 dB)
/linux-4.4.14/sound/isa/cs423x/
H A Dcs4236_lib.c46 * C3
953 printk(KERN_DEBUG "get valid: ALT = 0x%x, C3 = 0x%x, C4 = 0x%x, " snd_cs4236_get_iec958_switch()
991 printk(KERN_DEBUG "set valid: ALT = 0x%x, C3 = 0x%x, C4 = 0x%x, " snd_cs4236_put_iec958_switch()
/linux-4.4.14/arch/mips/include/asm/sibyte/
H A Dsb1250_mc.h326 #define M_MC_tRFC_PLUS16 _SB_MAKEMASK1(51) /* 1250C3 and later. */
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_fw.h906 uint16_t chap_tbl_idx; /* 1C2-1C3 */
1388 uint32_t tx_nopout_pdus; /* 02C0–02C3 */
/linux-4.4.14/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik-db8500.c625 /* Other C3 column */
788 /* Other alt C3 column */
H A Dpinctrl-nomadik-db8540.c607 /* Other alt C3 column */
796 /* Other alt C3 column */
/linux-4.4.14/drivers/scsi/arcmsr/
H A Darcmsr.h530 uint32_t inbound_queueport_low; /*00C0 00C3*/
/linux-4.4.14/drivers/scsi/
H A Ddc395x.h468 /* C3 Transfer information in with DMA */
/linux-4.4.14/drivers/isdn/hisax/
H A Delsa_ser.c40 static char *MInit_7 = "AT%L1%M0%C3\r\0";
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
H A Ddrv.c650 * PCI Tx retries from interfering with C3 CPU state. iwl_pci_resume()
H A Dtrans.c2730 * PCI Tx retries from interfering with C3 CPU state */ iwl_trans_pcie_alloc()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Ddvo_ns2501.c212 uint16_t hstop; /* horizontal total, registers C3/C4 */
H A Dintel_pm.c6998 /* interrupts should cause a wake up from C3 */ gen3_init_clock_gating()
7001 /* On GEN3 we really need to make sure the ARB C3 LP bit is set */ gen3_init_clock_gating()
7014 /* interrupts should cause a wake up from C3 */ i85x_init_clock_gating()
H A Di915_reg.h1763 be delivered when out of C3. */
1804 /* Enable render writes to complete in C2/C3/C4 power states.
/linux-4.4.14/lib/fonts/
H A Dfont_acorn_8x8.c201 /* C3 */ 0x18, 0x18, 0x18, 0x1f, 0x18, 0x18, 0x18, 0x18,
/linux-4.4.14/include/acpi/
H A Dactbl.h261 u16 c3_latency; /* Worst case HW latency to enter/exit C3 state */
/linux-4.4.14/arch/x86/xen/
H A Denlighten.c370 * capability to the kernel to harvest deeper than C3 states from ACPI xen_check_mwait()
410 * don't expose MWAIT_LEAF and let ACPI pick the IOPORT version of C3. xen_check_mwait()
/linux-4.4.14/sound/soc/codecs/
H A Dmax98090.c236 { 0xC3, 0x00 }, /* C3 Digital Mic 34 Biquad Coefficient C3 */
H A Dmax98088.c252 { 0xc3, 0x00 }, /* C3 DAI2 biquad */
/linux-4.4.14/drivers/usb/serial/
H A Dio_usbvend.h535 __u8 Reserved1; // C3 -- unused, set to 0 --
/linux-4.4.14/drivers/usb/atm/
H A Dcxacru.c1319 { /* V = Zyxel P = 630-C3 aka OMNI ADSL USB (Annex B) */
/linux-4.4.14/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-mt8135.h1979 "C3", "mt8135",
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-u300.c340 PINCTRL_PIN(152, "PIO PDI C3"),
/linux-4.4.14/kernel/time/
H A Dtick-broadcast.c28 * timer stops in C3 state.
/linux-4.4.14/arch/sparc/kernel/
H A Dtraps_64.c1060 #define C3 131 macro
1071 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
/linux-4.4.14/tools/power/x86/turbostat/
H A Dturbostat.c1395 (msr & SNB_C3_AUTO_UNDEMOTE) ? "UNdemote-C3, " : "", dump_nhm_cst_cfg()
1397 (msr & NHM_C3_AUTO_DEMOTE) ? "demote-C3, " : "", dump_nhm_cst_cfg()
/linux-4.4.14/drivers/ide/
H A Dide-cd.c1452 { "CD-ROM CDR-C3 G", NULL, IDE_AFLAG_SANYO_3CD },
/linux-4.4.14/drivers/media/platform/
H A Dvia-camera.c1065 * If the CPU goes into C3, the DMA transfer gets corrupted and viacam_streamon()
/linux-4.4.14/fs/ext4/
H A Dextents.c3467 * - C3: abut_ex is physically abutting ex, ext4_ext_convert_to_initialized()
3473 ((prev_pblk + prev_len) == ee_pblk) && /*C3*/ ext4_ext_convert_to_initialized()
3513 * - C3: abut_ex is physically abutting ex, ext4_ext_convert_to_initialized()
3519 ((ee_pblk + ee_len) == next_pblk) && /*C3*/ ext4_ext_convert_to_initialized()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dfplsp.S6411 #--X'+X'*Y*(C1+Y*(C2+Y*(C3+Y*(C4+Y*C5)))), X' = -1/X, Y = X'*X'
6413 #--X'+X'*Y*( [C1+Z*(C3+Z*C5)] + [Y*(C2+Z*C4)] ), Z = Y*Y.
6435 fadd.d ATANC3(%pc),%fp3 # C3+Z*C5
6438 fmul.x %fp3,%fp1 # Z*(C3+Z*C5), FP3 RELEASED
6441 fadd.d ATANC1(%pc),%fp1 # C1+Z*(C3+Z*C5)
6444 fadd.x %fp2,%fp1 # [Y*(C2+Z*C4)]+[C1+Z*(C3+Z*C5)]
H A Dfpsp.S6517 #--X'+X'*Y*(C1+Y*(C2+Y*(C3+Y*(C4+Y*C5)))), X' = -1/X, Y = X'*X'
6519 #--X'+X'*Y*( [C1+Z*(C3+Z*C5)] + [Y*(C2+Z*C4)] ), Z = Y*Y.
6541 fadd.d ATANC3(%pc),%fp3 # C3+Z*C5
6544 fmul.x %fp3,%fp1 # Z*(C3+Z*C5), FP3 RELEASED
6547 fadd.d ATANC1(%pc),%fp1 # C1+Z*(C3+Z*C5)
6550 fadd.x %fp2,%fp1 # [Y*(C2+Z*C4)]+[C1+Z*(C3+Z*C5)]
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-cards.c1142 .name = "C3 Tech Digital Duo HDTV/SDTV USB",
/linux-4.4.14/drivers/mfd/
H A Ddb8500-prcmu.c2626 return "U8500 C3"; fw_project_name()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dpci.c2482 * from interfering with C3 CPU state. pci_restore_state won't help ath10k_pci_hif_resume()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dipw2100.c6229 * PCI Tx retries from interfering with C3 CPU state */ ipw2100_pci_init_one()
6468 * from interfering with C3 CPU state. pci_restore_state won't help ipw2100_resume()
H A Dipw2200.c11676 * PCI Tx retries from interfering with C3 CPU state */ ipw_pci_probe()
11924 * from interfering with C3 CPU state. pci_restore_state won't help ipw_pci_resume()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D3945-mac.c3689 * PCI Tx retries from interfering with C3 CPU state */ il3945_pci_probe()
H A Dcommon.c4976 * PCI Tx retries from interfering with C3 CPU state. il_pci_resume()
H A D4965-mac.c6591 * PCI Tx retries from interfering with C3 CPU state */ il4965_pci_probe()

Completed in 4245 milliseconds