/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 134 #define UNIT(unit) FIRST(unit) macro 187 EXC( LOAD t0, UNIT(0)(src), l_exc) 188 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 189 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 190 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 192 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u) 193 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 194 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) 195 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u) 196 EXC( LOAD t0, UNIT(4)(src), l_exc_copy) [all …]
|
/openbmc/linux/arch/mips/lib/ |
H A D | memcpy.S | 251 #define UNIT(unit) FIRST(unit) macro 325 LOAD(t0, UNIT(0)(src), .Ll_exc\@) 326 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 327 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 328 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 330 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@) 331 LOAD(t7, UNIT(5)(src), .Ll_exc_copy\@) 332 STORE(t0, UNIT(0)(dst), .Ls_exc_p8u\@) 333 STORE(t1, UNIT(1)(dst), .Ls_exc_p7u\@) 334 LOAD(t0, UNIT(6)(src), .Ll_exc_copy\@) [all …]
|
H A D | csum_partial.S | 57 #define UNIT(unit) ((unit)*NBYTES) macro 76 LOAD _t0, (offset + UNIT(0))(src); \ 77 LOAD _t1, (offset + UNIT(1))(src); \ 78 LOAD _t2, (offset + UNIT(2))(src); \ 79 LOAD _t3, (offset + UNIT(3))(src); \ 472 LOAD(t0, UNIT(0)(src)) 473 LOAD(t1, UNIT(1)(src)) 474 LOAD(t2, UNIT(2)(src)) 475 LOAD(t3, UNIT(3)(src)) 476 LOAD(t4, UNIT(4)(src)) [all …]
|
/openbmc/phosphor-certificate-manager/dist/ |
H A D | phosphor-certificate-manager@.service | 5 Environment=UNIT="" 7 …hosphor-certificate-manager --endpoint ${ENDPOINT} --path ${CERTPATH} --type ${TYPE} --unit ${UNIT}
|
/openbmc/phosphor-certificate-manager/dist/env/ |
H A D | authority | 9 UNIT=bmcweb.service
|
H A D | bmcweb | 9 UNIT=bmcweb.service
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 302 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro 739 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive))) || in disk_change() 740 (fdc_state[fdc].dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change() 829 fdc_outb(fdc_state[fdc].dor & ~(0x10 << UNIT(drive)), in twaddle() 924 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback() 938 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive)))) in floppy_off() 975 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives() 976 (0x10 << UNIT(drive)))) in scandrives() 979 set_dor(current_fdc, ~(0x10 << UNIT(drive)), 0); in scandrives() 1308 output_byte(fdc, UNIT(drive)); in fdc_specify() [all …]
|
/openbmc/qemu/docs/ |
H A D | qdev-device-use.txt | 50 -drive if=TYPE,bus=BUS,unit=UNIT,OPTS... 52 TYPE, BUS and UNIT identify the controller device, which of its buses 55 Instead of bus=BUS,unit=UNIT, you can also say index=IDX. 83 -device DEVNAME,drive=DRIVE-ID,bus=IDE-BUS,unit=UNIT 86 bus, normally either ide.0 or ide.1, and UNIT is either 0 or 1. 101 -device DEVNAME,drive=DRIVE-ID,bus=ID.0,scsi-id=UNIT 107 -device floppy,unit=UNIT,drive=DRIVE-ID
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
H A D | samba_4.19.8.bb | 184 testdir=${D}${datadir}/ctdb-tests/UNIT/$d 186 cp ${S}/ctdb/tests/UNIT/$d/*.sh $testdir 187 cp -r ${S}/ctdb/tests/UNIT/$d/scripts ${S}/ctdb/tests/UNIT/$d/stubs $testdir || true
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_basic_ci.robot | 37 # JOB UNIT TYPE STATE
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | sumod.h | 319 # define UNIT(x) ((x) << 24) macro
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_training_128b_132b.c | 64 interval_unit = dpcd_interval.bits.UNIT ? 1 : 2; /* 0b = 2 ms, 1b = 1 ms */ in dpcd_128b_132b_get_aux_rd_interval()
|
/openbmc/qemu/docs/specs/ |
H A D | rapl-msr.rst | 37 it with the UNIT provided above you'll get the power in micro-joules. This
|
/openbmc/linux/Documentation/scsi/ |
H A 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).
|
H A D | sym53c8xx_2.rst | 885 first TEST UNIT READY command received for this device.
|
H A D | ncr53c8xx.rst | 1181 first TEST UNIT READY command received for this device.
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 1086 uint8_t UNIT :1; member
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 1268 UFS_LUN_DESC_PARAM(_name, _uname, UNIT, _size)
|
/openbmc/linux/ |
H A D | MAINTAINERS | 10246 IIO UNIT CONVERTER 11503 KERNEL UNIT TESTING FRAMEWORK (KUnit) 18577 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
|