Searched defs:SH (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/include/ |
H A D | i8042.h | 54 #define SH 1 /* shift index */ macro
|
/openbmc/u-boot/arch/ |
H A D | Kconfig | 123 config SH config in choice92ce57e50104
|
/openbmc/linux/drivers/scsi/ |
H A D | ips.c | 1401 ips_info(struct Scsi_Host *SH) in ips_info()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 2265 #define DO_ADDHN(N, M, SH) ((N + M) >> SH) argument 2266 #define DO_RADDHN(N, M, SH) ((N + M + ((__typeof(N))1 << (SH - 1))) >> SH) argument 2267 #define DO_SUBHN(N, M, SH) ((N - M) >> SH) argument 2268 #define DO_RSUBHN(N, M, SH) ((N - M + ((__typeof(N))1 << (SH - 1))) >> SH) argument
|
/openbmc/webui-vue/src/locales/ |
H A D | ru-RU.json | 1195 "SH": "Острова Святой Елены, Вознесения и Тристан-да-Кунья", string
|
H A D | en-US.json | 1209 "SH": "Saint Helena, Ascension and Tristan da Cunha", string
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 622 #define SH SE_SDW + 1 macro
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu_hw-8xxx.h | 965 #define SH (SH_MASK << SH_SHIFT) macro
|