Home
last modified time | relevance | path

Searched refs:Div (Results 1 – 12 of 12) sorted by relevance

/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h341 #define UTCR1_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument
342 (((Div) - 16)/16 >> FSize (UTCR2_BRD) << \
344 #define UTCR2_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument
345 (((Div) - 16)/16 & FAlnMsk (UTCR2_BRD) << \
349 #define UTCR1_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \ argument
350 (((Div) - 1)/16 >> FSize (UTCR2_BRD) << \
352 #define UTCR2_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \ argument
353 (((Div) - 1)/16 & FAlnMsk (UTCR2_BRD) << \
480 #define SDCR3_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument
481 (((Div) - 16)/16 >> FSize (SDCR4_BRD) << \
[all …]
/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h128 #define LCCR3_PixClkDiv(Div) (((Div) << FShft (LCCR3_PCD))) argument
/linux/rust/syn/
H A Dop.rs15 Div(Token![/]),
133 input.parse().map(BinOp::Div) in parse()
182 BinOp::Div(t) => t.to_tokens(tokens), in to_tokens()
H A Dprecedence.rs64 BinOp::Mul(_) | BinOp::Div(_) | BinOp::Rem(_) => Precedence::Product, in of_binop()
/linux/rust/kernel/num/
H A Dbounded.rs634 impl<T, const N: u32, const M: u32> ops::Div<Bounded<T, M>> for Bounded<T, N>
637 T: ops::Div<Output = T>,
732 impl<T, const N: u32> ops::Div<T> for Bounded<T, N>
735 T: ops::Div<Output = T>,
/linux/rust/kernel/
H A Dnum.rs31 + ops::Div<Output = Self>
/linux/rust/syn/gen/
H A Deq.rs116 (crate::BinOp::Div(_), crate::BinOp::Div(_)) => true, in eq()
H A Dfold.rs1155 crate::BinOp::Div(_binding_0) => crate::BinOp::Div(_binding_0), in fold_bin_op()
H A Dhash.rs137 crate::BinOp::Div(_) => { in hash()
H A Ddebug.rs145 crate::BinOp::Div(v0) => { in fmt()
H A Dvisit_mut.rs1093 crate::BinOp::Div(_binding_0) => { in visit_bin_op_mut()
H A Dvisit.rs1091 crate::BinOp::Div(_binding_0) => { in visit_bin_op()