OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Xil_In32
(Results
1 - 14
of
14
) sorted by null
/external/u-boot/board/xilinx/zynqmp/
xil_io.h
17
int
Xil_In32
(unsigned long addr)
/external/u-boot/board/xilinx/zynqmp/zynqmp-zcu100-revC/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1254-revA/
psu_init_gpl.c
415
while ((
Xil_In32
(0xFD080030) & 0x1) != 1)
418
pll_locked = (
Xil_In32
(0xFD080030) & 0x80000000) >> 31;
419
pll_locked &= (
Xil_In32
(0xFD0807E0) & 0x10000) >> 16;
420
pll_locked &= (
Xil_In32
(0xFD0809E0) & 0x10000) >> 16;
421
pll_locked &= (
Xil_In32
(0xFD080BE0) & 0x10000) >> 16;
422
pll_locked &= (
Xil_In32
(0xFD080DE0) & 0x10000) >> 16;
425
Xil_Out32(0xFD0800C0,
Xil_In32
(0xFD0800C0) | (pll_retry << 16));
428
while ((
Xil_In32
(0xFD080030U) & 0x0000000FU) != 0x0000000FU)
432
while ((
Xil_In32
(0xFD080030U) & 0x000000FFU) != 0x0000001FU)
436
while ((
Xil_In32
(0xFD070004U) & 0x0000000FU) != 0x00000001U
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1275-revB/
psu_init_gpl.c
464
while ((
Xil_In32
(0xFD080030) & 0x1) != 1)
467
pll_locked = (
Xil_In32
(0xFD080030) & 0x80000000) >> 31;
468
pll_locked &= (
Xil_In32
(0xFD0807E0) & 0x10000) >> 16;
469
pll_locked &= (
Xil_In32
(0xFD0809E0) & 0x10000) >> 16;
470
pll_locked &= (
Xil_In32
(0xFD080BE0) & 0x10000) >> 16;
471
pll_locked &= (
Xil_In32
(0xFD080DE0) & 0x10000) >> 16;
474
Xil_Out32(0xFD0800C0,
Xil_In32
(0xFD0800C0) | (pll_retry << 16));
477
while ((
Xil_In32
(0xFD080030U) & 0x0000000FU) != 0x0000000FU)
481
while ((
Xil_In32
(0xFD080030U) & 0x000000FFU) != 0x0000001FU)
485
while ((
Xil_In32
(0xFD070004U) & 0x0000000FU) != 0x00000001U
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm015-dc1/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm016-dc2/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm017-dc3/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm018-dc4/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm019-dc5/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zcu106-revA/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-revA/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zcu104-revA/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-rev1.0/
psu_init_gpl.c
[
all
...]
/external/u-boot/board/xilinx/zynqmp/zynqmp-zc1232-revA/
psu_init_gpl.c
552
while ((
Xil_In32
(0xFD080030U) & 0x0000000FU) != 0x0000000FU)
556
while ((
Xil_In32
(0xFD080030U) & 0x000000FFU) != 0x0000001FU)
560
while ((
Xil_In32
(0xFD070004U) & 0x0000000FU) != 0x00000001U)
564
regval =
Xil_In32
(0xFD080030);
566
regval =
Xil_In32
(0xFD080030);
717
tmp_regval =
Xil_In32
(0xFD690040);
721
tmp_regval =
Xil_In32
(0xFD690030);
Completed in 671 milliseconds