Lines Matching refs:Le32
10 use data_model::{DataInit, Le32};
46 offset: Le32, // Offset within bar.
47 length: Le32, // Length of the structure, in bytes.
72 offset: Le32::from(offset), in new()
73 length: Le32::from(length), in new()
83 notify_off_multiplier: Le32,
104 multiplier: Le32, in new() argument
115 offset: Le32::from(offset), in new()
116 length: Le32::from(length), in new()
127 offset_hi: Le32, // Most sig 32 bits of offset
128 length_hi: Le32, // Most sig 32 bits of length
154 offset: Le32::from(offset as u32), in new()
155 length: Le32::from(length as u32), in new()
157 offset_hi: Le32::from((offset >> 32) as u32), in new()
158 length_hi: Le32::from((length >> 32) as u32), in new()
357 Le32::from(NOTIFY_OFF_MULTIPLIER), in add_settings_pci_capabilities()