Home
last modified time | relevance | path

Searched refs:write_mode (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dkmeter1_nand.c15 #define write_mode(val) out_8(CONFIG_NAND_MODE_REG, val) macro
64 write_mode(reg_val); in kpn_nand_hwcontrol()
120 write_mode(KPN_CE1N + KPN_CE2N + KPN_WPN); in board_nand_init()
/openbmc/linux/include/uapi/sound/
H A Dsfnt_info.h134 char write_mode; /* write mode; normally 0 */ member
/openbmc/linux/fs/nfsd/
H A Dnfs4acl.c111 u32 write_mode = NFS4_WRITE_MODE; in low_mode_from_nfs4() local
114 write_mode |= NFS4_ACE_DELETE_CHILD; in low_mode_from_nfs4()
118 if ((perm & write_mode) == write_mode) in low_mode_from_nfs4()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmbox_defs.h636 uint8_t write_mode; member
/openbmc/qemu/hw/display/
H A Dvga.c871 int memory_map_mode, write_mode, b, func_select, mask; in vga_mem_writeb() local
957 write_mode = s->gr[VGA_GFX_MODE] & 3; in vga_mem_writeb()
958 switch(write_mode) { in vga_mem_writeb()
/openbmc/qemu/hw/dma/
H A Domap_dma.c96 int write_mode; member
711 s->ch[i].write_mode = 0;
/openbmc/linux/drivers/scsi/
H A Dmegaraid.h420 u8 write_mode; /* write mode, write_through/write_back */ member
H A Dmegaraid.c2639 switch(lparam->write_mode) { in proc_show_rdrv()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch392 @@ -155,7 +155,7 @@ static int write_mode(char * const *mode
/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c550 switch (hdr.write_mode) { in load_info()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch410 @@ -158,7 +158,7 @@ static int write_mode(const char *path, char * const *modes) {
/openbmc/linux/fs/ext4/
H A Dinode.c3048 int write_mode = (int)(unsigned long)fsdata; in ext4_da_write_end() local
3051 if (write_mode == FALL_BACK_TO_NONDELALLOC) in ext4_da_write_end()
3057 if (write_mode != CONVERT_INLINE_DATA && in ext4_da_write_end()