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