Home
last modified time | relevance | path

Searched full:nonvolatile (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_gpbr.h14 * The Atmel AT91SAM9 series has a small resource of 4 nonvolatile
18 * that do not really need nonvolatile registers. Maybe you can
/openbmc/qemu/system/
H A Dmemory.c226 bool nonvolatile; member
243 .nonvolatile = fr->nonvolatile, in section_from_flat_range()
255 && a->nonvolatile == b->nonvolatile in flatrange_equal()
329 && r1->nonvolatile == r2->nonvolatile in can_merge()
733 bool nonvolatile, in render_memory_region() argument
750 nonvolatile |= mr->nonvolatile; in render_memory_region()
765 readonly, nonvolatile, unmergeable); in render_memory_region()
772 readonly, nonvolatile, unmergeable); in render_memory_region()
787 fr.nonvolatile = nonvolatile; in render_memory_region()
2534 void memory_region_set_nonvolatile(MemoryRegion *mr, bool nonvolatile) in memory_region_set_nonvolatile() argument
[all …]
/openbmc/linux/Documentation/powerpc/
H A Dsyscall64-abi.rst65 | cr1, cr5-7 | Nonvolatile | |
67 | lr | Nonvolatile | |
83 registers are nonvolatile.
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h95 #define SPINOR_OP_SST_RDNVCR 0xB5 /* Read nonvolatile configuration register */
96 #define SPINOR_OP_SST_WRNVCR 0xB1 /* Write nonvolatile configuration register */
130 #define SPINOR_OP_MICRON_RDNVCR 0xB5 /* Read nonvolatile configuration register */
131 #define SPINOR_OP_MICRON_WRNVCR 0xB1 /* Write nonvolatile configuration register */
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_ds2438.rst19 a battery pack. It also has a 40 bytes of nonvolatile EEPROM.
/openbmc/linux/Documentation/fb/
H A Ddeferred_io.rst30 For some types of nonvolatile high latency displays, the desired image is
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_asm.h136 #define RESUME_FLAG_NV (1<<0) /* Reload guest nonvolatile state? */
/openbmc/linux/drivers/hwmon/
H A Dmax16065.c5 * System Managers with Nonvolatile Fault Registers
7 * with Nonvolatile Fault Registers
9 * Monitors with Nonvolatile Fault Registers
H A Dw83l786ng.c118 * nonvolatile registers */
/openbmc/linux/drivers/pnp/pnpbios/
H A Dbioscalls.c286 * boot = whether to get nonvolatile boot (!=0)
321 * boot = whether to set nonvolatile boot (!=0)
/openbmc/linux/Documentation/devicetree/bindings/
H A Dtrivial-devices.yaml38 # AD5110 - Nonvolatile Digital Potentiometer
84 # CPU Supervisor with Nonvolatile Memory and Programmable I/O
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Djedec,spi-nor.yaml81 strapped to LOW, the status register nonvolatile bits become read-only and
/openbmc/u-boot/drivers/rtc/
H A Dpt7c4338.c17 * It has 56 bytes of nonvolatile RAM.
/openbmc/linux/arch/s390/include/asm/
H A Dstacktrace.h79 * by the called function, even though register 6 is saved/nonvolatile.
/openbmc/qemu/include/exec/
H A Dmemory.h97 * @nonvolatile: this section is non-volatile
107 bool nonvolatile; member
765 bool nonvolatile; member
1183 a->nonvolatile == b->nonvolatile; in MemoryRegionSection_eq()
1950 return mr->nonvolatile; in memory_region_is_nonvolatile()
2167 * @nonvolatile: whether rhe region is to be non-volatile.
2169 void memory_region_set_nonvolatile(MemoryRegion *mr, bool nonvolatile);
/openbmc/bmcweb/
H A DDEVELOPING.md68 code to minimize the use of nonvolatile storage.
/openbmc/linux/drivers/power/supply/
H A Dmax1721x_battery.c31 /* Factory settings (nonvolatile registers) (W1 specific) */
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c817 dev_err(dev, "[Micron] error while reading nonvolatile configuration register\n"); in micron_read_cr_quad_enable()
829 dev_err(dev, "[Micron] error while writing nonvolatile configuration register\n"); in micron_read_cr_quad_enable()
1303 dev_dbg(nor->dev, "SST error while reading nonvolatile configuration register\n"); in sst_cr_quad_enable()
1310 /* Nonvolatile Configuration Register bit 4 */ in sst_cr_quad_enable()
1316 dev_err(nor->dev, "SST error while writing nonvolatile configuration register\n"); in sst_cr_quad_enable()
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2438.c41 #define DS2438_STATUS_NVB (1 << 5) /* Nonvolatile Memory Busy Flag */
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke_interrupts.S20 /* r2 is special: it holds 'current', and it made nonvolatile in the
H A Dbookehv_interrupts.S38 * r2 is special: it holds 'current', and it made nonvolatile in the
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py422 memory_region["nonvolatile"]):
/openbmc/linux/drivers/rtc/
H A Drtc-x1205.c235 /* If we wrote to the nonvolatile region, wait 10msec for write cycle*/ in x1205_set_datetime()
/openbmc/linux/drivers/input/touchscreen/
H A Diqs5xx.c9 * nonvolatile memory by writing the filename to the 'fw_file' sysfs control.
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h247 #define RESUME_FLAG_DR (1<<0) /* Reload guest nonvolatile state? */

12