Home
last modified time | relevance | path

Searched refs:shorts (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dide.h60 void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts);
61 void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts);
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dide.c133 __weak void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_output_data_shorts() argument
144 while (shorts--) { in ide_output_data_shorts()
150 __weak void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_input_data_shorts() argument
161 while (shorts--) { in ide_input_data_shorts()
168 __weak void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_output_data_shorts() argument
170 outsw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, shorts); in ide_output_data_shorts()
173 __weak void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_input_data_shorts() argument
175 insw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, shorts); in ide_input_data_shorts()
/OK3568_Linux_fs/kernel/drivers/misc/lkdtm/
H A Dbugs.c129 unsigned short shorts[4]; in lkdtm_CORRUPT_STACK_STRONG() member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.memory-test73 static errors like shorts between data or address lines, unconnected
/OK3568_Linux_fs/external/chromium/licenses/
H A DCREDITS.chromium139 With DCTBLOCK being a pointer to an array of 64 'signed shorts'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info37727 Read two bytes of memory starting at address 'shorts + 64' and
37731 5-data-read-memory shorts+64 d 2 1 1
H A Dgccint.info24390 four shorts.
24465 shorts.
H A Dgcc.info40828 four shorts.
40903 shorts.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info37727 Read two bytes of memory starting at address 'shorts + 64' and
37731 5-data-read-memory shorts+64 d 2 1 1
H A Dgccint.info24390 four shorts.
24465 shorts.
H A Dgcc.info40828 four shorts.
40903 shorts.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog128102 dix: switch grab checking from unsigned shorts to unsigned ints