/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 133 #define UNIT(unit) FIRST(unit) macro 192 EXC( LOAD t0, UNIT(0)(src), l_exc) 193 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 194 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 195 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 197 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u) 198 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 199 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) 200 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u) 201 EXC( LOAD t0, UNIT(4)(src), l_exc_copy) [all …]
|
/linux-4.1.27/arch/mips/lib/ |
D | memcpy.S | 243 #define UNIT(unit) FIRST(unit) macro 317 LOAD(t0, UNIT(0)(src), .Ll_exc\@) 318 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 319 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 320 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 322 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@) 323 LOAD(t7, UNIT(5)(src), .Ll_exc_copy\@) 324 STORE(t0, UNIT(0)(dst), .Ls_exc_p8u\@) 325 STORE(t1, UNIT(1)(dst), .Ls_exc_p7u\@) 326 LOAD(t0, UNIT(6)(src), .Ll_exc_copy\@) [all …]
|
D | csum_partial.S | 56 #define UNIT(unit) ((unit)*NBYTES) macro 75 LOAD _t0, (offset + UNIT(0))(src); \ 76 LOAD _t1, (offset + UNIT(1))(src); \ 77 LOAD _t2, (offset + UNIT(2))(src); \ 78 LOAD _t3, (offset + UNIT(3))(src); \ 496 LOAD(t0, UNIT(0)(src), .Ll_exc\@) 497 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 498 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 499 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 500 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@) [all …]
|
/linux-4.1.27/arch/mn10300/ |
D | Makefile | 27 UNIT := unset macro 44 UNIT := asb2303 macro 47 UNIT := asb2305 macro 50 UNIT := asb2364 macro 61 ifneq ($(UNIT),unset) 62 core-y += arch/mn10300/unit-$(UNIT)/ 99 KBUILD_CPPFLAGS += -I$(srctree)/arch/mn10300/unit-$(UNIT)/include
|
/linux-4.1.27/drivers/block/ |
D | floppy.c | 298 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro 739 if (!(FDCS->dor & (0x10 << UNIT(drive))) || in disk_change() 740 (FDCS->dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change() 825 fd_outb(FDCS->dor & ~(0x10 << UNIT(current_drive)), FD_DOR); in twaddle() 903 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback() 914 if (!(FDCS->dor & (0x10 << UNIT(drive)))) in floppy_off() 951 if (!(set_dor(fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives() 952 (0x10 << UNIT(drive)))) in scandrives() 955 set_dor(fdc, ~(0x10 << UNIT(drive)), 0); in scandrives() 1285 output_byte(UNIT(current_drive)); in fdc_specify() [all …]
|
/linux-4.1.27/arch/arm/include/asm/ |
D | floppy.h | 104 LAST_OUT(UNIT(floppy)); in fd_scandrives()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | sumod.h | 319 # define UNIT(x) ((x) << 24) macro
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 15 * Issue START command only if TEST UNIT READY fails.
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 21 UNIT Type DESCRIPTION GP EXT PRIV GLOBAL
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 295 - Complete all disconnected CCBs for a logical UNIT if we are told 296 about a UNIT ATTENTION for a RESET condition by this target. 298 message to a logical UNIT (for test purpose).
|
D | sym53c8xx_2.txt | 724 first TEST UNIT READY command received for this device.
|
D | ncr53c8xx.txt | 967 first TEST UNIT READY command received for this device.
|