Home
last modified time | relevance | path

Searched refs:PQR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/dts/
H A Dstm32mp157c-ed1-u-boot.dtsi142 cfg = < 2 80 0 0 0 PQR(1,0,0) >;
149 cfg = < 2 65 1 0 0 PQR(1,1,1) >;
156 cfg = < 1 33 1 16 36 PQR(1,1,1) >;
163 cfg = < 3 98 5 7 7 PQR(1,1,1) >;
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32mp1.txt72 NB : macro PQR(p,q,r) can be used to build this value
135 cfg = < 1 43 1 0 0 PQR(0,1,1) >;
/openbmc/u-boot/include/dt-bindings/clock/
H A Dstm32mp1-clksrc.h11 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) macro
/openbmc/linux/arch/sh/lib/
H A Dmemcpy-sh4.S21 ! GHIJ KLMN OPQR --> ...G HIJK LMNO PQR.