Searched defs:ZERO (Results 1 – 5 of 5) sorted by relevance
24 const ZERO: Atomic<u32> = Atomic::new(0); in new() constant
561 pub const ZERO: $name<O> = $name([0u8; $bytes], PhantomData); constant1058 const ZERO: Self; constant1114 const ZERO: Self; constant1169 const ZERO: $native = 0 as $native; constant1182 const ZERO: $name<O> = $name::ZERO; constant
59 #define ZERO 0x00000000 macro
428 pub const ZERO: Self = Self { value: 0 }; constant
3124 #define ZERO(reg) writel(0, port_mmio + (reg)) macro3148 #define ZERO(reg) writel(0, hc_mmio + (reg)) macro3185 #define ZERO(reg) writel(0, mmio + (reg)) macro3407 #define ZERO(reg) writel(0, port_mmio + (reg)) macro3432 #define ZERO(reg) writel(0, hc_mmio + (reg)) macro