Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal128.c88 uInt *pu; /* .. */ in decimal128FromNumber() local
171 pu=(uInt *)d128->bytes; /* overlay */ in decimal128FromNumber()
173 pu[0]=targlo; /* directly store the low int */ in decimal128FromNumber()
174 pu[1]=targml; /* then the mid-low */ in decimal128FromNumber()
175 pu[2]=targmh; /* then the mid-high */ in decimal128FromNumber()
176 pu[3]=targhi; /* then the high int */ in decimal128FromNumber()
179 pu[0]=targhi; /* directly store the high int */ in decimal128FromNumber()
180 pu[1]=targmh; /* then the mid-high */ in decimal128FromNumber()
181 pu[2]=targml; /* then the mid-low */ in decimal128FromNumber()
182 pu[3]=targlo; /* then the low int */ in decimal128FromNumber()
[all …]
H A Ddecimal64.c94 uInt *pu; /* .. */ in decimal64FromNumber() local
192 pu=(uInt *)d64->bytes; /* overlay */ in decimal64FromNumber()
194 pu[0]=targar[0]; /* directly store the low int */ in decimal64FromNumber()
195 pu[1]=targar[1]; /* then the high int */ in decimal64FromNumber()
198 pu[0]=targar[1]; /* directly store the high int */ in decimal64FromNumber()
199 pu[1]=targar[0]; /* then the low int */ in decimal64FromNumber()
217 const uInt *pu; /* work */ in decimal64ToNumber() local
224 pu=(const uInt *)d64->bytes; /* overlay */ in decimal64ToNumber()
226 sourlo=pu[0]; /* directly load the low int */ in decimal64ToNumber()
227 sourhi=pu[1]; /* then the high int */ in decimal64ToNumber()
[all …]
H A Ddecimal32.c88 uInt *pu; /* .. */ in decimal32FromNumber() local
174 pu=(uInt *)d32->bytes; /* overlay */ in decimal32FromNumber()
175 *pu=targ; /* directly store the int */ in decimal32FromNumber()
193 const uInt *pu; /* work */ in decimal32ToNumber() local
196 pu=(const uInt *)d32->bytes; /* overlay */ in decimal32ToNumber()
197 sour=*pu; /* directly load the int */ in decimal32ToNumber()
263 const uInt *pu; /* work */ in decimal32ToString() local
271 pu=(const uInt *)d32->bytes; /* overlay */ in decimal32ToString()
272 sour=*pu; /* directly load the int */ in decimal32ToString()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-sti.c94 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local
128 oe = 0; pu = 0; od = 0; in sti_pin_configure()
131 oe = 0; pu = 1; od = 0; in sti_pin_configure()
134 oe = 1; pu = 0; od = 0; in sti_pin_configure()
137 oe = 1; pu = 0; od = 1; in sti_pin_configure()
140 oe = 1; pu = 1; od = 1; in sti_pin_configure()
193 if (pu) in sti_pin_configure()
/openbmc/qemu/host/include/generic/host/
H A Dstore-insert-al16.h.inc23 __uint128_t *pu;
27 pu = __builtin_assume_aligned(ps, 16);
28 old.u = *pu;
33 } while (!__atomic_compare_exchange_n(pu, &old.u, new.u, true,
/openbmc/qemu/target/arm/tcg/
H A Da32-uncond.decode37 &rfe rn w pu
38 &srs mode w pu
41 RFE 1111 100 pu:2 0 w:1 1 rn:4 0000 1010 0000 0000 &rfe
42 SRS 1111 100 pu:2 1 w:1 0 1101 0000 0101 000 mode:5 &srs
H A Dt32.decode687 &rfe !extern rn w pu
690 RFE 1110 1000 00.1 .... 1100000000000000 @rfe pu=2
691 RFE 1110 1001 10.1 .... 1100000000000000 @rfe pu=1
693 &srs !extern mode w pu
696 SRS 1110 1000 00.0 1101 1100 0000 000. .... @srs pu=2
697 SRS 1110 1001 10.0 1101 1100 0000 000. .... @srs pu=1
/openbmc/u-boot/arch/arm/dts/
H A Dimx6q.dtsi50 pu-supply = <&reg_pu>;
84 pu-supply = <&reg_pu>;
118 pu-supply = <&reg_pu>;
152 pu-supply = <&reg_pu>;
H A Dimx6dl.dtsi45 pu-supply = <&reg_pu>;
75 pu-supply = <&reg_pu>;
H A Dimx6sl.dtsi74 pu-supply = <&reg_pu>;
685 pu-supply = <&reg_pu>;
H A Drk3399-gru.dtsi819 ap_i2c_tp_pu_en: ap-i2c-tp-pu-en {
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c178 int pu, int is_lvds) in tegra_dc_sor_enable_lane_sequencer() argument
183 if (pu) { in tegra_dc_sor_enable_lane_sequencer()
212 u32 lane_count, int pu) in tegra_dc_sor_power_dplanes() argument
219 if (pu) { in tegra_dc_sor_power_dplanes()
239 return tegra_dc_sor_enable_lane_sequencer(sor, pu, 0); in tegra_dc_sor_power_dplanes()