/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_if.m | 34 # 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
|
H A D | nvram_map | 23 # NVRAM variable and SPROM layout descriptions.
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_nvram | 6 PROJECT_NAME = "FreeBSD kernel NVRAM device code"
|
/freebsd/sys/dev/hptnr/ |
H A D | wj.h | 32 * NVRAM write journaling interface.
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 360 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 …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | brcm,bcm963xx-cfe-nor-partitions.txt | 6 NVRAM partition, and the remainder in-between for one to two firmware partitions
|
H A D | brcm,bcm947xx-cfe-partitions.txt | 19 2) NVRAM with configuration/calibration data
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpidump.h | 122 NVRAM, enumerator
|
H A D | acpi.c | 1133 case NVRAM: in acpi_tcpa_evname()
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm53016-dlink-dwl-8610ap.dts | 60 /* This GPIO is actually stored in NVRAM, but it's not gonna change */
|
H A D | bcm47094-dlink-dir-890l.dts | 123 * The NVRAM curiously does not contain a MAC address
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | gef_sbc610.dts | 34 3 0 0xfc100000 0x00020000 // NVRAM
|
H A D | gef_ppc9a.dts | 34 3 0 0xfc100000 0x00020000 // NVRAM
|
H A D | gef_sbc310.dts | 34 3 0 0xfc100000 0x00020000 // NVRAM
|
/freebsd/sys/dev/sym/ |
H A D | README.sym | 29 * NVRAM detection and reading.
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd-physmap.txt | 1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_bus_if.m | 514 * This relies on NVRAM access, and will fail if a valid NVRAM device cannot 523 * @retval ENODEV No valid NVRAM source could be found. 1192 * Read an NVRAM variable. 1195 * the appropriate NVRAM child device, or to a parent bus implementation. 1199 * @param name The NVRAM variable name. 1211 * @retval ENODEV No valid NVRAM source could be found.
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | ebony.dts | 164 /* NVRAM & RTC */
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_if.m | 136 * information available from NVRAM.
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 207 device powermac_nvram # Open Firmware configuration NVRAM
|
H A D | GENERIC64 | 259 device powermac_nvram # Open Firmware configuration NVRAM
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8974pro-samsung-klte-common.dtsi | 678 * Allow all klte* variants to load the same NVRAM file,
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | motorola-mapphone-common.dtsi |
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | virtual | 314 >0x64 beshort x VirtualBox NVRAM file
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 319 NVRAM from the QLogic card), then this bus specicic module will call the
|