Home
last modified time | relevance | path

Searched defs:SH (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/
H A DKconfig123 config SH config in choice92ce57e50104
/openbmc/u-boot/include/
H A Di8042.h54 #define SH 1 /* shift index */ macro
/openbmc/linux/drivers/scsi/
H A Dips.c1401 ips_info(struct Scsi_Host *SH) in ips_info()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c2264 #define DO_ADDHN(N, M, SH) ((N + M) >> SH) argument
2265 #define DO_RADDHN(N, M, SH) ((N + M + ((__typeof(N))1 << (SH - 1))) >> SH) argument
2266 #define DO_SUBHN(N, M, SH) ((N - M) >> SH) argument
2267 #define DO_RSUBHN(N, M, SH) ((N - M + ((__typeof(N))1 << (SH - 1))) >> SH) argument
/openbmc/webui-vue/src/locales/
H A Dru-RU.json1190 "SH": "Острова Святой Елены, Вознесения и Тристан-да-Кунья", string
H A Den-US.json1192 "SH": "Saint Helena, Ascension and Tristan da Cunha", string
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c622 #define SH SE_SDW + 1 macro
/openbmc/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h965 #define SH (SH_MASK << SH_SHIFT) macro