~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-driver-zynqmp-fpga

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/testing/sysfs-driver-zynqmp-fpga (Architecture alpha) and /Documentation/ABI/testing/sysfs-driver-zynqmp-fpga (Architecture sparc)


  1 What:           /sys/bus/platform/drivers/zynq      1 What:           /sys/bus/platform/drivers/zynqmp_fpga_manager/firmware:zynqmp-firmware:pcap/status
  2 Date:           February 2023                       2 Date:           February 2023
  3 KernelVersion:  6.4                                 3 KernelVersion:  6.4
  4 Contact:        Nava kishore Manne <nava.kishor      4 Contact:        Nava kishore Manne <nava.kishore.manne@amd.com>
  5 Description:    (RO) Read fpga status.              5 Description:    (RO) Read fpga status.
  6                 Read returns a hexadecimal val      6                 Read returns a hexadecimal value that tells the current status
  7                 of the FPGA device. Each bit p      7                 of the FPGA device. Each bit position in the status value is
  8                 described Below(see ug570 chap      8                 described Below(see ug570 chapter 9).
  9                 https://docs.xilinx.com/v/u/en      9                 https://docs.xilinx.com/v/u/en-US/ug570-ultrascale-configuration
 10                                                    10 
 11                 ======================  ======     11                 ======================  ==============================================
 12                 BIT(0)                  0: No      12                 BIT(0)                  0: No CRC error
 13                                         1: CRC     13                                         1: CRC error
 14                                                    14 
 15                 BIT(1)                  0: Dec     15                 BIT(1)                  0: Decryptor security not set
 16                                         1: Dec     16                                         1: Decryptor security set
 17                                                    17 
 18                 BIT(2)                  0: MMC     18                 BIT(2)                  0: MMCMs/PLLs are not locked
 19                                         1: MMC     19                                         1: MMCMs/PLLs are locked
 20                                                    20 
 21                 BIT(3)                  0: DCI     21                 BIT(3)                  0: DCI not matched
 22                                         1: DCI     22                                         1: DCI matched
 23                                                    23 
 24                 BIT(4)                  0: Sta     24                 BIT(4)                  0: Start-up sequence has not finished
 25                                         1: Sta     25                                         1: Start-up sequence has finished
 26                                                    26 
 27                 BIT(5)                  0: All     27                 BIT(5)                  0: All I/Os are placed in High-Z state
 28                                         1: All     28                                         1: All I/Os behave as configured
 29                                                    29 
 30                 BIT(6)                  0: Fli     30                 BIT(6)                  0: Flip-flops and block RAM are write disabled
 31                                         1: Fli     31                                         1: Flip-flops and block RAM are write enabled
 32                                                    32 
 33                 BIT(7)                  0: GHI     33                 BIT(7)                  0: GHIGH_B_STATUS asserted
 34                                         1: GHI     34                                         1: GHIGH_B_STATUS deasserted
 35                                                    35 
 36                 BIT(8) to BIT(10)       Status     36                 BIT(8) to BIT(10)       Status of the mode pins
 37                                                    37 
 38                 BIT(11)                 0: Ini     38                 BIT(11)                 0: Initialization has not finished
 39                                         1: Ini     39                                         1: Initialization finished
 40                                                    40 
 41                 BIT(12)                 Value      41                 BIT(12)                 Value on INIT_B_PIN pin
 42                                                    42 
 43                 BIT(13)                 0: Sig     43                 BIT(13)                 0: Signal not released
 44                                         1: Sig     44                                         1: Signal released
 45                                                    45 
 46                 BIT(14)                 Value      46                 BIT(14)                 Value on DONE_PIN pin.
 47                                                    47 
 48                 BIT(15)                 0: No      48                 BIT(15)                 0: No IDCODE_ERROR
 49                                         1: IDC     49                                         1: IDCODE_ERROR
 50                                                    50 
 51                 BIT(16)                 0: No      51                 BIT(16)                 0: No SECURITY_ERROR
 52                                         1: SEC     52                                         1: SECURITY_ERROR
 53                                                    53 
 54                 BIT(17)                 System     54                 BIT(17)                 System Monitor over-temperature if set
 55                                                    55 
 56                 BIT(18) to BIT(20)      Start-     56                 BIT(18) to BIT(20)      Start-up state machine (0 to 7)
 57                                         Phase      57                                         Phase 0 = 000
 58                                         Phase      58                                         Phase 1 = 001
 59                                         Phase      59                                         Phase 2 = 011
 60                                         Phase      60                                         Phase 3 = 010
 61                                         Phase      61                                         Phase 4 = 110
 62                                         Phase      62                                         Phase 5 = 111
 63                                         Phase      63                                         Phase 6 = 101
 64                                         Phase      64                                         Phase 7 = 100
 65                                                    65 
 66                 BIT(25) to BIT(26)      Indica     66                 BIT(25) to BIT(26)      Indicates the detected bus width
 67                                         00 = x     67                                         00 = x1
 68                                         01 = x     68                                         01 = x8
 69                                         10 = x     69                                         10 = x16
 70                                         11 = x     70                                         11 = x32
 71                 ======================  ======     71                 ======================  ==============================================
 72                                                    72 
 73                 The other bits are reserved.       73                 The other bits are reserved.
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php