| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-wqe.h | 793 return work->word1.tag; in cvmx_wqe_get_tag() 798 work->word1.tag = tag; in cvmx_wqe_set_tag() 803 return work->word1.tag_type; in cvmx_wqe_get_tt() 860 work->word0.pki.rsvd_2 = v; in cvmx_wqe_set_user_flags() 890 work->word0.pki.aura = aura; in cvmx_wqe_set_aura() 1059 return work->word2.s.IP_exc; in cvmx_wqe_is_ip_exception() 1128 bufs = work->word0.pki.bufs; in cvmx_wqe_get_bufs() 1131 if (cvmx_unlikely(work->word2.s_cn38xx.bufs == 0 && !work->word2.s.software)) in cvmx_wqe_get_bufs() 1230 work->word0.pki.bufs = bufs; in cvmx_wqe_set_bufs() 1234 work->word2.s.bufs = bufs; in cvmx_wqe_set_bufs() [all …]
|
| A D | cvmx-helper-util.h | 140 number_buffers = work->word2.s.bufs; in cvmx_helper_free_pip_pkt_data() 144 buffer_ptr = work->packet_ptr; in cvmx_helper_free_pip_pkt_data() 152 if (cvmx_ptr_to_phys(work) == start_of_buffer) { in cvmx_helper_free_pip_pkt_data() 183 cvmx_wqe_78xx_t *wqe = (cvmx_wqe_78xx_t *)work; in cvmx_helper_free_pki_pkt_data() 189 cvmx_wqe_pki_errata_20776(work); in cvmx_helper_free_pki_pkt_data() 191 number_buffers = cvmx_wqe_get_bufs(work); in cvmx_helper_free_pki_pkt_data() 195 unsigned int x = cvmx_wqe_get_aura(work); in cvmx_helper_free_pki_pkt_data() 217 cvmx_wqe_78xx_t *wqe = (cvmx_wqe_78xx_t *)work; in cvmx_wqe_pki_free() 229 x = cvmx_wqe_get_aura(work); in cvmx_wqe_pki_free() 232 cvmx_fpa3_free(work, aura, 0); in cvmx_wqe_pki_free() [all …]
|
| A D | cvmx-helper-errata.h | 40 int cvmx_helper_fix_ipd_packet_chain(cvmx_wqe_t *work);
|
| /u-boot/include/linux/ |
| A D | completion.h | 39 #define COMPLETION_INITIALIZER(work) \ argument 43 (*({ init_completion_map(&(work), &(map)); &(work); })) 45 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument 46 (*({ init_completion(&work); &work; })) 56 #define DECLARE_COMPLETION(work) \ argument 57 struct completion work = COMPLETION_INITIALIZER(work) 72 # define DECLARE_COMPLETION_ONSTACK(work) \ argument 73 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) 75 struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) 77 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument [all …]
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-helper-util.c | 355 return work->packet_ptr; in cvmx_wqe_get_packet_ptr() 358 return work->packet_ptr; in cvmx_wqe_get_packet_ptr() 365 i = work->word2.s_cn38xx.not_IP | work->word2.s_cn38xx.rcv_error; in cvmx_wqe_get_packet_ptr() 370 i |= work->word2.s.is_v6; in cvmx_wqe_get_packet_ptr() 371 off = work->word2.s.ip_offset; in cvmx_wqe_get_packet_ptr() 389 work->word2.s.bufs = 1; in cvmx_wqe_get_packet_ptr() 392 work->packet_ptr = bptr; in cvmx_wqe_get_packet_ptr() 422 (work->packet_ptr.s.back << 7); in cvmx_wqe_free() 433 cvmx_fpa3_free(work, aura, ncl); in cvmx_wqe_free() 482 work->packet_ptr.u64 = 0; in cvmx_helper_free_packet_data() [all …]
|
| /u-boot/lib/zlib/ |
| A D | inftrees.c | 34 unsigned short FAR *work) in inflate_table() argument 143 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table() 180 base = extra = work; /* dummy value--not used */ in inflate_table() 213 if (work[sym] + 1 < match) { in inflate_table() 215 this.val = work[sym]; in inflate_table() 216 } else if (work[sym] >= match) { in inflate_table() 217 this.op = (unsigned char)(extra[work[sym] - match]); in inflate_table() 218 this.val = base[work[sym] - match]; in inflate_table() 249 len = lens[work[sym]]; in inflate_table()
|
| A D | inftrees.h | 55 unsigned FAR *bits, unsigned short FAR *work));
|
| /u-boot/drivers/net/octeon/ |
| A D | octeon_eth.c | 768 if (!work) { in nic_recv() 780 cvmx_wqe_free(work); in nic_recv() 793 cvmx_wqe_get_bufs(work)); in nic_recv() 794 length = cvmx_wqe_get_len(work); in nic_recv() 799 cvmx_wqe_free(work); in nic_recv() 805 length = cvmx_wqe_get_len(work); in nic_recv() 820 oct_eth_info->work = work; in nic_recv() 829 cvmx_wqe_t *work = oct_eth_info->work; in nic_free_pkt() local 831 if (!work) in nic_free_pkt() 835 cvmx_wqe_free(work); in nic_free_pkt() [all …]
|
| /u-boot/Licenses/ |
| A D | lgpl-2.1.txt | 111 "work based on the library" and a "work that uses the library". The 130 Library" means either the Library or any derivative work under 136 "Source code" for a work means the preferred form of the work for 163 of it, thus forming a work based on the Library, and copy and 167 a) The modified work must itself be a software library. 190 These requirements apply to the modified work as a whole. If 243 work, in isolation, is not a derivative work of the Library, and 268 Any executables containing that work also fall under Section 6, 273 work containing portions of the Library, and distribute that work 286 a) Accompany the work with the complete corresponding [all …]
|
| A D | lgpl-2.0.txt | 95 "work based on the library" and a "work that uses the library". The 117 Library" means either the Library or any derivative work under 123 "Source code" for a work means the preferred form of the work for 150 of it, thus forming a work based on the Library, and copy and 154 a) The modified work must itself be a software library. 177 These requirements apply to the modified work as a whole. If 230 work, in isolation, is not a derivative work of the Library, and 255 Any executables containing that work also fall under Section 6, 260 work containing portions of the Library, and distribute that work 273 a) Accompany the work with the complete corresponding [all …]
|
| A D | Exceptions | 8 U-Boot, and does *not* fall under the heading of "derived work". 17 use of U-Boot, and does *not* fall under the heading of "derived work".
|
| A D | gpl-2.0.txt | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If 155 The source code for a work means the preferred form of the work for [all …]
|
| A D | eCos-2.0.txt | 26 link it with other works to produce a work based on this file, this 27 file does not by itself cause the resulting work to be covered by the 32 This exception does not invalidate any other reasons why a work based
|
| /u-boot/doc/ |
| A D | index.rst | 9 documentation, like the U-Boot itself, is very much a work in progress; 10 that is especially true as we work to integrate our many scattered 22 trying to get it to work optimally on a given system. 46 These books get into the details of how specific U-Boot subsystems work
|
| A D | README.atmel_mci | 10 - AT91SAM9XE512 (tested, will definitely work with XE128 and XE256) 12 - AT91SAM9G20 (not tested, should work) 14 It should work with all other ATMEL devices that have MCI.
|
| /u-boot/fs/jffs2/ |
| A D | LICENCE | 22 files and link them with other works to produce a work based on these 23 files, these files do not by themselves cause the resulting work to be 28 This exception does not invalidate any other reasons why a work based on
|
| /u-boot/tools/u_boot_pylib/ |
| A D | LICENSE | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If 155 The source code for a work means the preferred form of the work for [all …]
|
| /u-boot/arch/arm/dts/ |
| A D | rk3328-roc-cc-u-boot.dtsi | 57 * This makes XHCI responsible for toggling VBUS. This is needed to work 59 * work, depending on how VBUS is configured. Having USB 3.0 seems better.
|
| A D | rk3328-rock64-u-boot.dtsi | 57 * This makes XHCI responsible for toggling VBUS. This is needed to work 59 * work, depending on how VBUS is configured. Having USB 3.0 seems better.
|
| A D | imx6ul-kontron-bl-common-u-boot.dtsi | 29 * To make the PHYs work, we need to set the reset pin once. Afterwards 34 * Also we disable the second ethernet as it currently doesn't work with
|
| A D | armada-3720-eDPU-u-boot.dtsi | 36 /* G.hn does not work without additional configuration */
|
| /u-boot/doc/device-tree-bindings/usb/ |
| A D | generic.txt | 4 - maximum-speed: tells USB controllers we want to work up to a certain 10 - dr_mode: tells Dual-Role USB controllers that we want to work on a
|
| /u-boot/board/work-microwave/work_92105/ |
| A D | MAINTAINERS | 4 F: board/work-microwave/work_92105/
|
| /u-boot/doc/SPI/ |
| A D | README.altera_spi | 6 - Only then will the driver work
|
| /u-boot/arch/arm/mach-lpc32xx/ |
| A D | Kconfig | 21 source "board/work-microwave/work_92105/Kconfig"
|