Home
last modified time | relevance | path

Searched refs:NVRAM (Results 1 – 25 of 30) sorted by relevance

12

/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_if.m34 # bhnd(4) NVRAM device interface.
36 # Provides a shared interface to HND NVRAM, OTP, and SPROM devices that provide
41 * Read an NVRAM variable.
43 * @param dev The NVRAM device.
44 * @param name The NVRAM variable name.
57 * @retval ENODEV If no supported NVRAM hardware is accessible via this
74 * Set an NVRAM variable's value.
79 * @param dev The NVRAM device.
80 * @param name The NVRAM variable name.
87 * @retval ENODEV If no supported NVRAM hardware is accessible via this
/src/tools/kerneldoc/subsys/
H A DDoxyfile-dev_nvram6 PROJECT_NAME = "FreeBSD kernel NVRAM device code"
/src/sys/dev/hptnr/
H A Dwj.h32 * NVRAM write journaling interface.
/src/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk360 NVRAM = class_new("NVRAM", SymbolContext)
361 class_add_prop(NVRAM, p_var_groups, "var_groups")
362 class_add_prop(NVRAM, p_srom_layouts, "srom_layouts")
363 class_add_prop(NVRAM, p_srom_table, "srom_table")
444 if (!in_parser_context(NVRAM)) {
535 _nvram = parser_state_get_context(NVRAM)
1626 $1 == "group" && in_parser_context(NVRAM) {
1656 $1 == "srom" && in_parser_context(NVRAM) {
1685 /}/ && !in_parser_context(NVRAM) {
1686 while (!in_parser_context(NVRAM) && $0 ~ "}") {
[all …]
/src/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,bcm963xx-cfe-nor-partitions.txt6 NVRAM partition, and the remainder in-between for one to two firmware partitions
H A Dbrcm,bcm947xx-cfe-partitions.txt19 2) NVRAM with configuration/calibration data
/src/usr.sbin/acpi/acpidump/
H A Dacpidump.h122 NVRAM, enumerator
H A Dacpi.c1313 case NVRAM: in acpi_tcpa_evname()
/src/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm53016-dlink-dwl-8610ap.dts60 /* This GPIO is actually stored in NVRAM, but it's not gonna change */
H A Dbcm47094-dlink-dir-890l.dts123 * The NVRAM curiously does not contain a MAC address
/src/sys/contrib/device-tree/src/powerpc/fsl/
H A Dgef_sbc610.dts34 3 0 0xfc100000 0x00020000 // NVRAM
H A Dgef_ppc9a.dts34 3 0 0xfc100000 0x00020000 // NVRAM
H A Dgef_sbc310.dts34 3 0 0xfc100000 0x00020000 // NVRAM
/src/sys/dev/sym/
H A DREADME.sym29 * NVRAM detection and reading.
/src/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
/src/sys/contrib/device-tree/src/arm/ti/omap/
H A Dmotorola-mapphone-handset.dtsi64 /* Battery NVRAM on 1-wire handled by w1_ds250x driver */
/src/sys/dev/bhnd/
H A Dbhnd_bus_if.m514 * This relies on NVRAM access, and will fail if a valid NVRAM device cannot
523 * @retval ENODEV No valid NVRAM source could be found.
1186 * Read an NVRAM variable.
1189 * the appropriate NVRAM child device, or to a parent bus implementation.
1193 * @param name The NVRAM variable name.
1205 * @retval ENODEV No valid NVRAM source could be found.
H A Dbhnd_subr.c149 BHND_CDESC(BCM, NS_ROM, NVRAM, "System ROM"),
150 BHND_CDESC(BCM, NS_NAND, NVRAM, "NAND Flash Controller"),
151 BHND_CDESC(BCM, NS_QSPI, NVRAM, "QSPI Flash Controller"),
/src/sys/contrib/device-tree/src/powerpc/
H A Debony.dts164 /* NVRAM & RTC */
/src/sys/dev/bhnd/bhndb/
H A Dbhndb_if.m136 * information available from NVRAM.
/src/sys/powerpc/conf/
H A DGENERIC209 device powermac_nvram # Open Firmware configuration NVRAM
H A DGENERIC64266 device powermac_nvram # Open Firmware configuration NVRAM
/src/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8974pro-samsung-klte-common.dtsi678 * Allow all klte* variants to load the same NVRAM file,
/src/contrib/file/magic/Magdir/
H A Dvirtual314 >0x64 beshort x VirtualBox NVRAM file
/src/sys/dev/isp/
H A DDriverManual.txt319 NVRAM from the QLogic card), then this bus specicic module will call the

12