Searched refs:Div (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arm/mach-sa1100/include/mach/ |
| H A D | SA-1100.h | 341 #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 D | pxa3xx-regs.h | 128 #define LCCR3_PixClkDiv(Div) (((Div) << FShft (LCCR3_PCD))) argument
|
| /linux/rust/syn/ |
| H A D | op.rs | 15 Div(Token![/]), 133 input.parse().map(BinOp::Div) in parse() 182 BinOp::Div(t) => t.to_tokens(tokens), in to_tokens()
|
| H A D | precedence.rs | 64 BinOp::Mul(_) | BinOp::Div(_) | BinOp::Rem(_) => Precedence::Product, in of_binop()
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 634 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 D | num.rs | 31 + ops::Div<Output = Self>
|
| /linux/rust/syn/gen/ |
| H A D | eq.rs | 116 (crate::BinOp::Div(_), crate::BinOp::Div(_)) => true, in eq()
|
| H A D | fold.rs | 1155 crate::BinOp::Div(_binding_0) => crate::BinOp::Div(_binding_0), in fold_bin_op()
|
| H A D | hash.rs | 137 crate::BinOp::Div(_) => { in hash()
|
| H A D | debug.rs | 145 crate::BinOp::Div(v0) => { in fmt()
|
| H A D | visit_mut.rs | 1093 crate::BinOp::Div(_binding_0) => { in visit_bin_op_mut()
|
| H A D | visit.rs | 1091 crate::BinOp::Div(_binding_0) => { in visit_bin_op()
|