| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | 53c700_d.h_shipped | 12 ;; (at your option) any later version. 146 at 0x00000000 : */ 0x41000000,0x00000020, 150 at 0x00000002 : */ 0x830b0000,0x00000460, 154 at 0x00000004 : */ 0x860a0000,0x000001b0, 158 at 0x00000006 : */ 0x98080000,0x00000110, 164 at 0x00000008 : */ 0x50000000,0x00000058, 168 at 0x0000000a : */ 0x9f0b0000,0x00001000, 172 at 0x0000000c : */ 0x98080000,0x00002002, 179 at 0x0000000e : */ 0x0f000001,0x00000000, 183 at 0x00000010 : */ 0x98080000,0x00001003, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_target.c | 29 #define AT(_action, _token, _pull, _push) \ macro 36 AT(0, 0, 0, pp); in target_rw() 37 AT(1, 0, pp, 0); in target_rw() 38 AT(NFP_CPP_ACTION_RW, 0, pp, pp); in target_rw() 47 AT(0, 0, 0, P64); /* ReadNbiDma */ in nfp6000_nbi_dma() 48 AT(1, 0, P64, 0); /* WriteNbiDma */ in nfp6000_nbi_dma() 49 AT(NFP_CPP_ACTION_RW, 0, P64, P64); in nfp6000_nbi_dma() 58 AT(0, 0, 0, P32); /* ReadNbiStats */ in nfp6000_nbi_stats() 59 AT(1, 0, P32, 0); /* WriteNbiStats */ in nfp6000_nbi_stats() 60 AT(NFP_CPP_ACTION_RW, 0, P32, P32); in nfp6000_nbi_stats() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | asmmacro.h | 31 * __loopi ar, at, size, inc 33 * at scratch register used by macro 37 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond] 40 * at scratch register use by macro 58 .macro __loopi ar, at, size, incr 59 movi \at, ((\size + \incr - 1) / (\incr)) 60 loop \at, 99f 64 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 66 addi \at, \as, (1 << \incr_log2) - 1 68 extui \at, \at, \incr_log2, \mask_log2 [all …]
|
| H A D | cacheasm.h | 40 .macro __loop_cache_all ar at insn size line_width 44 __loopi \ar, \at, \size, (4 << (\line_width)) 51 __endla \ar, \at, 4 << (\line_width) 56 .macro __loop_cache_range ar as at insn line_width 58 extui \at, \ar, 0, \line_width 59 add \as, \as, \at 61 __loops \ar, \as, \at, \line_width 63 __endla \ar, \at, (1 << (\line_width)) 68 .macro __loop_cache_page ar at insn line_width 70 __loopi \ar, \at, PAGE_SIZE, 4 << (\line_width) [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | cacheasm.h | 35 .macro __loop_cache_unroll ar at insn size line_width max_immed 45 __loopi \ar, \at, \size, (_reps << (\line_width)) 51 __endla \ar, \at, _reps << (\line_width) 56 .macro __loop_cache_all ar at insn size line_width max_immed 59 __loop_cache_unroll \ar, \at, \insn, \size, \line_width, \max_immed 64 .macro __loop_cache_range ar as at insn line_width 66 extui \at, \ar, 0, \line_width 67 add \as, \as, \at 69 __loops \ar, \as, \at, \line_width 71 __endla \ar, \at, (1 << (\line_width)) [all …]
|
| H A D | asmmacro.h | 20 * __loopi ar, at, size, inc 22 * at scratch register used by macro 26 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond] 29 * at scratch register use by macro 49 .macro __loopi ar, at, size, incr 52 movi \at, ((\size + \incr - 1) / (\incr)) 53 loop \at, 99f 55 addi \at, \ar, \size 65 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 69 addi \at, \as, (1 << \incr_log2) - 1 [all …]
|
| H A D | asm-uaccess.h | 56 * <at> anything (temp register) 60 * <at> destroyed (actually, current) 63 .macro set_fs at, av, sp 64 GET_CURRENT(\at,\sp) 65 s32i \av, \at, THREAD_CURRENT_DS 80 * <at> anything (temp register) 85 * <at> destroyed (actually, current->thread.current_ds) 91 .macro kernel_ok at, sp, success 92 get_fs \at, \sp 93 beqz \at, \success [all …]
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0009-bios-Don-t-try-to-guess-the-sections-alignment.patch | 37 - .text : AT(__text_lma) { 38 + .text : AT(ADDR(.text) + __vma_to_lma) { 50 - .rodata : AT(__rodata_lma) { 51 + .rodata : AT(ADDR(.rodata) + __vma_to_lma) { 62 - .ctors : AT(__ctors_lma) { 63 + .ctors : AT(ADDR(.ctors) + __vma_to_lma) { 72 - .dtors : AT(__dtors_lma) { 73 + .dtors : AT(ADDR(.dtors) + __vma_to_lma) { 84 - .dynsym : AT(__dynsym_lma) { 85 + .dynsym : AT(ADDR(.dynsym) + __vma_to_lma) { [all …]
|
| /OK3568_Linux_fs/debian/packages-patches/cheese/ |
| H A D | 0001-Fix-infinite-loop-if-thumbnailer-is-not-available.patch | 10 #0 0x00007f4a60e55314 in open64 () at /lib64/libc.so.6 11 #1 0x00007f4a60de6386 in _IO_file_open () at /lib64/libc.so.6 12 #2 0x00007f4a60de655a in __GI__IO_file_fopen () at /lib64/libc.so.6 13 #3 0x00007f4a60dd9aad in __fopen_internal () at /lib64/libc.so.6 14 #4 0x00007f4a6157a43f in gdk_pixbuf_new_from_file () at /lib64/libgdk_pixbuf-2.0.so.0 15 …#5 0x00007f4a61e84b3a in gnome_desktop_thumbnail_factory_lookup () at /lib64/libgnome-desktop-3.s… 17 #7 0x00007f4a6124f47b in g_idle_dispatch () at /lib64/libglib-2.0.so.0 18 #8 0x00007f4a612537af in g_main_context_dispatch () at /lib64/libglib-2.0.so.0 19 #9 0x00007f4a61253b38 in g_main_context_iterate.constprop () at /lib64/libglib-2.0.so.0 20 #10 0x00007f4a61253c03 in g_main_context_iteration () at /lib64/libglib-2.0.so.0 [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | vmlinux.lds.S | 51 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { 77 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) { 84 .text : AT(ADDR(.text) - LOAD_OFFSET) { 102 * .sfpr gets placed at the beginning of a group of input 128 __stf_entry_barrier_fixup : AT(ADDR(__stf_entry_barrier_fixup) - LOAD_OFFSET) { 135 __uaccess_flush_fixup : AT(ADDR(__uaccess_flush_fixup) - LOAD_OFFSET) { 142 __entry_flush_fixup : AT(ADDR(__entry_flush_fixup) - LOAD_OFFSET) { 149 __scv_entry_flush_fixup : AT(ADDR(__scv_entry_flush_fixup) - LOAD_OFFSET) { 156 __stf_exit_barrier_fixup : AT(ADDR(__stf_exit_barrier_fixup) - LOAD_OFFSET) { 163 __rfi_flush_fixup : AT(ADDR(__rfi_flush_fixup) - LOAD_OFFSET) { [all …]
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | command_syntax_extensions.txt | 26 1. bootm boot image at the current address, equivalent to 2,3,8 29 2. bootm <addr1> /* single image at <addr1> */ 30 3. bootm <addr1> /* multi-image at <addr1> */ 31 4. bootm <addr1> - /* multi-image at <addr1> */ 32 5. bootm <addr1> <addr2> /* single image at <addr1> */ 33 6. bootm <addr1> <addr2> <addr3> /* single image at <addr1> */ 34 7. bootm <addr1> - <addr3> /* single image at <addr1> */ 47 Ad. 1. This is equivalent to cases 2,3,8, depending on the type of image at 51 Ad. 2. Boot kernel image located at <addr1>. 54 Ad. 3. First and second components of the image at <addr1> are assumed to be a [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/ |
| H A D | et131x.h | 36 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN 81 * Tx queue start address reg in global address map at address 0x0000 82 * tx queue end address reg in global address map at address 0x0004 83 * rx queue start address reg in global address map at address 0x0008 84 * rx queue end address reg in global address map at address 0x000C 88 * located at address 0x0010 103 /* Interrupt status reg at address 0x0018 120 /* Interrupt mask register at address 0x001C 121 * Interrupt alias clear mask reg at address 0x0020 122 * Interrupt status alias reg at address 0x0024 [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | basic.json | 15 …add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u8 at 0 layer link mask 0x… 18 …ter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at 0 layer 0 mask 0xff … 37 …add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u8 at 0 layer link mask 0x… 40 …ter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at 0 layer 0 mask 0xff … 59 …dd dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u16 at 0 layer 0 mask 0xff0… 62 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1.*cmp\\(u16 at 0 layer 0… 81 …dd dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cmp(u32 at 4 layer link mask 0x… 84 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1.*cmp\\(u32 at 4 layer 0… 103 …dev $DEV1 parent ffff: handle 0xab protocol ip prio 11 basic match 'cmp(u8 at 0 layer 1 mask 0xff … 106 …r parent ffff: protocol ip pref 11 basic.*handle 0xab flowid 1:1.*cmp\\(u8 at 0 layer 1 mask 0xff … [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/gpu/backend/ |
| H A D | mali_kbase_gpu_fault_csf.c | 17 * along with this program; if not, you can access it online at 110 e = "TRANSLATION_FAULT at level 0"; in kbase_gpu_exception_name() 113 e = "TRANSLATION_FAULT at level 1"; in kbase_gpu_exception_name() 116 e = "TRANSLATION_FAULT at level 2"; in kbase_gpu_exception_name() 119 e = "TRANSLATION_FAULT at level 3"; in kbase_gpu_exception_name() 125 e = "PERMISSION_FAULT at level 0"; in kbase_gpu_exception_name() 128 e = "PERMISSION_FAULT at level 1"; in kbase_gpu_exception_name() 131 e = "PERMISSION_FAULT at level 2"; in kbase_gpu_exception_name() 134 e = "PERMISSION_FAULT at level 3"; in kbase_gpu_exception_name() 137 e = "ACCESS_FLAG at level 1"; in kbase_gpu_exception_name() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | qdeclarativepinchgenerator.cpp | 15 ** information use the contact form at https://www.qt.io/contact-us. 226 int masterCount = swipes_.at(masterSwipe_)->touchPoints.count(); in timerEvent() 227 int slaveCount = swipes_.at(slaveSwipe)->touchPoints.count(); in timerEvent() 231 .press(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 232 .press(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 236 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 237 .release(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 240 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 241 .release(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 245 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)); in timerEvent() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | isl68137.rst | 14 Publicly available at the Renesas website 25 Publicly available (after August 2020 launch) at the Renesas website 35 Publicly available (after August 2020 launch) at the Renesas website 45 Publicly available (after August 2020 launch) at the Renesas website 55 Publicly available (after August 2020 launch) at the Renesas website 65 Publicly available (after August 2020 launch) at the Renesas website 75 Publicly available (after August 2020 launch) at the Renesas website 85 Publicly available (after August 2020 launch) at the Renesas website 95 Publicly available (after August 2020 launch) at the Renesas website 105 Publicly available (after August 2020 launch) at the Renesas website [all …]
|
| H A D | lm90.rst | 12 Datasheet: Publicly available at the National Semiconductor website 22 Datasheet: Publicly available at the National Semiconductor website 32 Datasheet: Publicly available at the National Semiconductor website 42 Datasheet: Publicly available at the National Semiconductor website 52 Datasheet: Publicly available at the ON Semiconductor website 62 Datasheet: Publicly available at the ON Semiconductor website 72 Datasheet: Publicly available at the ON Semiconductor website 82 Datasheet: Publicly available at the ON Semiconductor website 92 Datasheet: Publicly available at the Maxim website 102 Datasheet: Publicly available at the Maxim website [all …]
|
| /OK3568_Linux_fs/u-boot/board/imgtec/xilfpga/ |
| H A D | README | 20 - 128Mbyte DDR RAM at 0x0000_0000 21 - 8Kbyte RAM at 0x1000_0000 22 - axi_intc at 0x1020_0000 23 - axi_uart16550 at 0x1040_0000 24 - axi_gpio at 0x1060_0000 25 - axi_i2c at 0x10A0_0000 26 - custom_gpio at 0x10C0_0000 27 - axi_ethernetlite at 0x10E0_0000 28 - 8Kbyte BootRAM at 0x1FC0_0000 29 - 16Mbyte QPI at 0x1D00_0000 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | rate_poly_fir.h | 5 * the Free Software Foundation; either version 2.1 of the License, or (at 45 hi_prec_clock_t at = p->at.hi_prec_clock; in FUNCTION() local 46 for (i = 0; (int)at < num_in; ++i, at += p->step.hi_prec_clock) { in FUNCTION() 47 sample_t const * in = input + (int)at; in FUNCTION() 48 hi_prec_clock_t fraction = at - (int)at; in FUNCTION() 58 fifo_read(&p->fifo, (int)at, NULL); in FUNCTION() 59 p->at.hi_prec_clock = at - (int)at; in FUNCTION() 63 for (i = 0; p->at.parts.integer < num_in; ++i, p->at.all += p->step.all) { in FUNCTION() 64 sample_t const * in = input + p->at.parts.integer; in FUNCTION() 65 uint32_t fraction = p->at.parts.fraction; in FUNCTION() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | Kconfig | 18 'select' statements at a higher level 34 'select' statements at a higher level 40 'select' statements at a higher level 48 'select' statements at a higher level 58 'select' statements at a higher level 72 recommended for distros. At some point all legacy drivers will be 83 'select' statements at a higher level 95 recommended for distros. At some point all legacy drivers will be 107 'select' statements at a higher level 126 'select' statements at a higher level [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/ |
| H A D | tst_qgeoroutexmlparser.cpp | 15 ** information use the contact form at https://www.qt.io/contact-us. 80 QList<QGeoRoute> results = arguments.at(0).value<QList<QGeoRoute> >(); in test_realData1() 94 QGeoManeuver first = segments.at(0).maneuver(); in test_realData1() 102 QGeoManeuver secondLast = segments.at(6).maneuver(); in test_realData1() 108 QGeoManeuver last = segments.at(7).maneuver(); in test_realData1() 109 QVERIFY(last.instructionText().contains("Arrive at Bartley St")); in test_realData1() 134 QList<QGeoRoute> results = arguments.at(0).value<QList<QGeoRoute> >(); in test_realData2() 148 QCOMPARE(route.path().at(57), QGeoCoordinate(-27.5530605, 153.0691223)); in test_realData2() 149 QCOMPARE(route.path().at(283), QGeoCoordinate(-27.4622307, 153.0397949)); in test_realData2() 151 QVERIFY(segments.at(0).maneuver().instructionText().contains("Head toward Electronics St")); in test_realData2() [all …]
|
| /OK3568_Linux_fs/buildroot/package/at/ |
| H A D | 0001-Makefile.in-replace-IROOT-by-DESTDIR.patch | 48 …test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g $… 49 - $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(IROOT)$(bindir) 50 - $(LN_S) -f at $(IROOT)$(bindir)/atq 51 - $(LN_S) -f at $(IROOT)$(bindir)/atrm 59 - $(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/ 60 - cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm… 73 …t -f $(DESTDIR)$(etcdir)/at.allow || test -f $(DESTDIR)$(etcdir)/at.deny || $(INSTALL) -o root -g … 74 + $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(DESTDIR)$(bindir) 75 + $(LN_S) -f at $(DESTDIR)$(bindir)/atq 76 + $(LN_S) -f at $(DESTDIR)$(bindir)/atrm [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | dis.c | 75 A_8, /* Access reg. starting at position 8 */ 76 A_12, /* Access reg. starting at position 12 */ 77 A_24, /* Access reg. starting at position 24 */ 78 A_28, /* Access reg. starting at position 28 */ 79 B_16, /* Base register starting at position 16 */ 80 B_32, /* Base register starting at position 32 */ 81 C_8, /* Control reg. starting at position 8 */ 82 C_12, /* Control reg. starting at position 12 */ 83 D20_20, /* 20 bit displacement starting at 20 */ 84 D_20, /* Displacement starting at position 20 */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/toshiba/ |
| H A D | spider_net.rst | 44 descriptor pointer (GDACTDPA). The GDACTDPA points at the descr 53 hardware is ahead, the tail pointer will be pointing at a "full" 63 When traffic is flowing, then the head pointer will be pointing at 71 pointer, at which point the OS will notice that the head descr is 75 all be pointing at the same descr, which should be "empty". All of the 80 of the ring, starting at the tail pointer, and listing the status 86 net eth1: Chain tail located at descr=20 87 net eth1: Chain head is at 20 88 net eth1: HW curr desc (GDACTDPA) is at 21 90 net eth1: HW next desc (GDACNEXTDA) is at 22 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_atmio.c | 3 * Comedi driver for NI AT-MIO E series cards 11 * Description: National Instruments AT-MIO-E series 13 * Devices: [National Instruments] AT-MIO-16E-1 (ni_atmio), 14 * AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3, 15 * AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10 32 * seem to boot into a state where the all calibration DACs are at one 34 * Calibration at boot is strongly encouraged. 63 * 321791a.pdf discontinuation of at-mio-16e-10 rev. c 64 * 321808a.pdf about at-mio-16e-10 rev P 65 * 321837a.pdf discontinuation of at-mio-16de-10 rev d [all …]
|