Home
last modified time | relevance | path

Searched refs:writeops (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c838 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
851 writeops = 0; in check_create()
862 writeops = 0x03; in check_create()
865 writeops = 0x01; in check_create()
868 writeops = 0x02; in check_create()
875 writeops = 0x02; in check_create()
878 writeops = 0x01; in check_create()
883 writeops = 0x01; in check_create()
928 writeops = 0x03; in check_create()
937 if ((writeops & 0x01) && (td->options & NAND_BBT_WRITE)) { in check_create()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c953 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
965 writeops = 0; in check_create()
976 writeops = 0x03; in check_create()
979 writeops = 0x01; in check_create()
982 writeops = 0x02; in check_create()
989 writeops = 0x02; in check_create()
992 writeops = 0x01; in check_create()
997 writeops = 0x01; in check_create()
1042 writeops = 0x03; in check_create()
1051 if ((writeops & 0x01) && (td->options & NAND_BBT_WRITE)) { in check_create()
[all …]
/openbmc/qemu/hw/net/
H A De1000.c1182 typedef void (*writeops)(E1000State *, int, uint32_t); typedef
1183 static const writeops macreg_writeops[] = {
H A De1000e_core.c3087 typedef void (*writeops)(E1000ECore *, int, uint32_t); typedef
3088 static const writeops e1000e_macreg_writeops[] = {
H A Digb_core.c3686 typedef void (*writeops)(IGBCore *, int, uint32_t); typedef
3687 static const writeops igb_macreg_writeops[] = {