sys/dev/cfi/cfi_reg.h
75
#define CFI_QRY_IDENT offsetof(struct cfi_qry, ident)
sys/dev/cfi/cfi_reg.h
76
#define CFI_QRY_VEND offsetof(struct cfi_qry, pri_vend)
sys/dev/cfi/cfi_reg.h
78
#define CFI_QRY_TTO_WRITE offsetof(struct cfi_qry, tto_byte_write)
sys/dev/cfi/cfi_reg.h
79
#define CFI_QRY_TTO_BUFWRITE offsetof(struct cfi_qry, tto_buf_write)
sys/dev/cfi/cfi_reg.h
80
#define CFI_QRY_TTO_ERASE offsetof(struct cfi_qry, tto_block_erase)
sys/dev/cfi/cfi_reg.h
81
#define CFI_QRY_MTO_WRITE offsetof(struct cfi_qry, mto_byte_write)
sys/dev/cfi/cfi_reg.h
82
#define CFI_QRY_MTO_BUFWRITE offsetof(struct cfi_qry, mto_buf_write)
sys/dev/cfi/cfi_reg.h
83
#define CFI_QRY_MTO_ERASE offsetof(struct cfi_qry, mto_block_erase)
sys/dev/cfi/cfi_reg.h
85
#define CFI_QRY_SIZE offsetof(struct cfi_qry, size)
sys/dev/cfi/cfi_reg.h
86
#define CFI_QRY_IFACE offsetof(struct cfi_qry, iface)
sys/dev/cfi/cfi_reg.h
87
#define CFI_QRY_MAXBUF offsetof(struct cfi_qry, max_buf_write_size)
sys/dev/cfi/cfi_reg.h
88
#define CFI_QRY_NREGIONS offsetof(struct cfi_qry, nregions)
sys/dev/cfi/cfi_reg.h
89
#define CFI_QRY_REGION0 offsetof(struct cfi_qry, region)