Home
last modified time | relevance | path

Searched full:ssram (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/platform/x86/intel/pmc/
H A Dssram_telemetry.h3 * Intel PMC SSRAM Telemetry PCI Driver Header File
12 * struct pmc_ssram_telemetry - Structure to keep pmc info in ssram device
H A Dcore.c1754 * When supported, ssram init is used to achieve all available PMCs.
1755 * If ssram init fails, this function uses legacy method to at least get the
1761 bool ssram; in generic_core_init() local
1767 ssram = pmc_dev_info->regmap_list != NULL; in generic_core_init()
1768 if (ssram) { in generic_core_init()
1774 * EAGAIN error code indicates Intel PMC SSRAM Telemetry driver in generic_core_init()
1783 "Failed to get PMC info from SSRAM, %d, using legacy init\n", ret); in generic_core_init()
1784 ssram = false; in generic_core_init()
1788 if (!ssram) { in generic_core_init()
1799 if (ssram) { in generic_core_init()
/linux/arch/arm/mach-versatile/
H A Dintegrator-hardware.h31 * New Core Modules have different amounts of SSRAM, the amount of SSRAM
35 * the minimum amount of SSRAM fitted on any core module.
37 * New Core Modules also alias the SSRAM.
/linux/drivers/net/ethernet/sgi/
H A Dioc3-eth.c83 u32 *ssram; member
505 net_err_ratelimited("%s: RX SSRAM parity error.\n", dev->name); in ioc3_error()
695 u32 *ssram0 = &ip->ssram[0x0000]; in ioc3_ssram_disc()
696 u32 *ssram1 = &ip->ssram[0x4000]; in ioc3_ssram_disc()
699 /* Assume the larger size SSRAM and enable parity checking */ in ioc3_ssram_disc()
708 /* set ssram size to 64 KB */ in ioc3_ssram_disc()
860 ip->ssram = devm_platform_ioremap_resource(pdev, 1); in ioc3eth_probe()
861 if (IS_ERR(ip->ssram)) { in ioc3eth_probe()
862 err = PTR_ERR(ip->ssram); in ioc3eth_probe()
947 netdev_info(dev, "IOC3 SSRAM has %d kbyte.\n", in ioc3eth_probe()
/linux/include/linux/mfd/
H A Dintel_pmc_bxt.h19 * @telem_base: Pointer to telemetry SSRAM base resource or %NULL if not
/linux/arch/mips/include/asm/sn/
H A Dioc3.h159 /* SSRAM Diagnostic Access */
160 u32 ssram[(0x80000 - 0x40000) / 4]; member
253 /* SSRAM Diagnostic Access */
254 #define IOC3_SSRAM IOC3_RAM_OFF /* base of SSRAM diagnostic access */
H A Dklconfig.h687 unsigned char ioc3_ssram ; /* Info about ssram */
/linux/arch/arm/mach-pxa/
H A Dsmemc.h62 #define MDREFR_APD (1 << 20) /* SDRAM/SSRAM Auto-Power-Down Enable */
/linux/arch/mips/include/asm/pci/
H A Dbridge.h107 /* SSRAM 0x000090-0x00009F */
320 #define BRIDGE_RAM_PERR 0x000094 /* SSRAM Parity Error */
373 #define BRIDGE_EXT_SSRAM 0x00080000 /* Extern SSRAM (ATE) */
/linux/drivers/scsi/qla4xxx/
H A Dql4_nvram.h120 * | SSRAM Size| |ST|PD|SDRAM SZ| W| B| SP | |
/linux/drivers/clk/pxa/
H A Dclk-pxa.c27 #define MDREFR_APD (1 << 20) /* SDRAM/SSRAM Auto-Power-Down Enable */
/linux/drivers/platform/x86/intel/telemetry/
H A Dpltdrv.c659 pr_err("Ssram under update. Please Try Later\n"); in telem_evtlog_read()
674 pr_err("Ssram under update. Please Try Later\n"); in telem_evtlog_read()
/linux/drivers/mfd/
H A Dintel_pmc_bxt.c383 /* Telemetry SSRAM is optional */ in intel_pmc_get_resources()
/linux/drivers/net/wireless/ti/wl1251/
H A Dreg.h226 zero-wait-state SSRAM.
/linux/drivers/net/wireless/ti/wl12xx/
H A Dreg.h148 zero-wait-state SSRAM.