Home
last modified time | relevance | path

Searched defs:SS (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dptrace-abi.h23 #define SS 16 macro
59 #define SS 160 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_ic_hw_info.h211 #define GEN_VHT_RATE_IDX(SS, MCS) (0x100 | (((SS) & 0x3) << 4) | ((MCS) & 0xf)) argument
212 #define GEN_HE_RATE_IDX(SS, MCS) (0x180 | (((SS) & 0x3) << 4) | ((MCS) & 0xf)) argument
232 #define BB_VHT_MCS(SS, x) (BB_VHT_1SS_MCS0 + ((SS - 1) * 16 ) + x) argument
233 #define BB_HE_MCS(SS, x) (BB_HE_1SS_MCS0 + ((SS - 1) * 16 ) + x) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_ic_hw_info.h211 #define GEN_VHT_RATE_IDX(SS, MCS) (0x100 | (((SS) & 0x3) << 4) | ((MCS) & 0xf)) argument
212 #define GEN_HE_RATE_IDX(SS, MCS) (0x180 | (((SS) & 0x3) << 4) | ((MCS) & 0xf)) argument
232 #define BB_VHT_MCS(SS, x) (BB_VHT_1SS_MCS0 + ((SS - 1) * 16 ) + x) argument
233 #define BB_HE_MCS(SS, x) (BB_HE_1SS_MCS0 + ((SS - 1) * 16 ) + x) argument
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dregs_load.S15 #define SS 11 * 8 macro
/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dcalling.h98 #define SS 20*8 macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dptrace.h22 #define SS 16 macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h127 u16 CS, DS, SS, ES, FS, GS; member
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h121 u16 CS, DS, SS, ES, FS, GS; member
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h1026 #define SS (SS_MASK << SS_SHIFT) macro