/kernel/linux/linux-6.6/drivers/net/hippi/ |
H A D | rrunner.h | 180 #define NIC_HALTED 0x100 194 #define ENABLE_EXTRA_SRAM 0x100 304 #define SWAP_DATA 0x100
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | regs.h | 114 #define MT_ETBF_RX_FB_CONT(_band) MT_WF_ETBF(_band, 0x100) 315 #define MT_WFDMA0_RST MT_WFDMA0(0x100) 591 #define MT_MCU_WM_EXCP_PC_CTRL MT_MCU_WM_EXCP(0x100)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/ |
H A D | meson_dw_hdmi.c | 105 #define HHI_MEM_PD_REG0 0x100 /* 0x40 */ 388 regmap_update_bits(priv->hhi, HHI_HDMI_CLK_CNTL, 0xffff, 0x100); in dw_hdmi_phy_init() 632 regmap_update_bits(priv->hhi, HHI_HDMI_CLK_CNTL, 0xffff, 0x100); in meson_dw_hdmi_init()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 327 AHC_EXTENDED_TRANS_A = 0x100, 732 #define ULTRA_SXFR 0x100 /* Rate Requires Ultra Mode set */ 1125 #define AHC_EISA_IOSIZE 0x100
|
/third_party/ffmpeg/libavcodec/ |
H A D | hqx.c | 57 { 0x20, 0x40, 0x80, 0x100 }, { 0x30, 0x60, 0xC0, 0x180 }, 58 { 0x40, 0x80, 0x100, 0x200 }, { 0x60, 0xC0, 0x180, 0x300 }, 59 { 0x80, 0x100, 0x200, 0x400 }
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_compute.c | 73 BEGIN_NIC0(push, NVC0_CP(GLOBAL_BASE), 0x100); in nvc0_screen_compute_setup() 395 PUSH_DATA (push, align(cp->parm_size, 0x100)); in nvc0_compute_upload_input() 448 PUSH_DATA (push, align(cp->cp.smem_size, 0x100)); in nvc0_launch_grid()
|
/third_party/ffmpeg/libswscale/ |
H A D | output.c | 602 if ((Y1 | Y2) & 0x100) { in yuv2mono_X_c_template() 825 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_X_c_template() 857 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_2_c_template() 884 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_1_c_template() 901 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_1_c_template() 1015 if (A & 0x100) in yuv2ya16_1_c_template() 1718 if ((A1 | A2) & 0x100) { in yuv2rgb_X_c_template() 2075 if (A & 0x100) in yuv2rgb_full_X_c_template() 2119 if (A & 0x100) in yuv2rgb_full_2_c_template() 2156 if (A & 0x100) in yuv2rgb_full_1_c_template() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_cmd.c | 787 #define QUERY_FW_OUT_SIZE 0x100 in mthca_QUERY_FW() 890 #define ENABLE_LAM_OUT_SIZE 0x100 in mthca_ENABLE_LAM() 945 #define QUERY_DDR_OUT_SIZE 0x100 in mthca_QUERY_DDR() 998 #define QUERY_DEV_LIM_OUT_SIZE 0x100 in mthca_QUERY_DEV_LIM() 1275 #define QUERY_ADAPTER_OUT_SIZE 0x100 in mthca_QUERY_ADAPTER() 1796 for (i = 0; i < 0x100 / 4; ++i) { in mthca_MODIFY_QP() 1813 for (i = 0; i < 0x100 / 4; ++i) { in mthca_MODIFY_QP() 1873 #define MAD_IFC_MY_QPN_OFFSET 0x100 in mthca_MAD_IFC()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tdfxfb.c | 653 ((vbs & 0x100) >> 5) | in tdfxfb_set_par() 654 ((vs & 0x100) >> 6) | in tdfxfb_set_par() 655 ((vd & 0x100) >> 7) | in tdfxfb_set_par() 656 ((vt & 0x100) >> 8); in tdfxfb_set_par() 668 reg.ext[0x00] = (((ht & 0x100) >> 8) | in tdfxfb_set_par() 669 ((hd & 0x100) >> 6) | in tdfxfb_set_par() 670 ((hbs & 0x100) >> 4) | in tdfxfb_set_par() 672 ((hs & 0x100) >> 2) | in tdfxfb_set_par()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 97 #define IMGU_REG_SP_CTRL(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x100) 99 #define IMGU_REG_SP_START_ADDR(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x104) 100 #define IMGU_REG_SP_ICACHE_ADDR(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x11c) 101 #define IMGU_REG_SP_CTRL_SINK(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x130) 102 #define IMGU_REG_SP_PC(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x134) 165 #define IMGU_REG_IRQCTRL_BASE(n) (IMGU_REG_BASE + (n) * 0x100 + 0x700) 650 IMGU_ABI_BL_SWSTATE_OK = 0x100,
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 97 #define IMGU_REG_SP_CTRL(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x100) 99 #define IMGU_REG_SP_START_ADDR(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x104) 100 #define IMGU_REG_SP_ICACHE_ADDR(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x11c) 101 #define IMGU_REG_SP_CTRL_SINK(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x130) 102 #define IMGU_REG_SP_PC(sp) (IMGU_REG_BASE + (sp) * 0x100 + 0x134) 165 #define IMGU_REG_IRQCTRL_BASE(n) (IMGU_REG_BASE + (n) * 0x100 + 0x700) 650 IMGU_ABI_BL_SWSTATE_OK = 0x100,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tdfxfb.c | 652 ((vbs & 0x100) >> 5) | in tdfxfb_set_par() 653 ((vs & 0x100) >> 6) | in tdfxfb_set_par() 654 ((vd & 0x100) >> 7) | in tdfxfb_set_par() 655 ((vt & 0x100) >> 8); in tdfxfb_set_par() 667 reg.ext[0x00] = (((ht & 0x100) >> 8) | in tdfxfb_set_par() 668 ((hd & 0x100) >> 6) | in tdfxfb_set_par() 669 ((hbs & 0x100) >> 4) | in tdfxfb_set_par() 671 ((hs & 0x100) >> 2) | in tdfxfb_set_par()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8188e.c | 933 result[3][0] = 0x100; in rtl8188eu_phy_iq_calibrate() 934 result[3][2] = 0x100; in rtl8188eu_phy_iq_calibrate() 935 result[3][4] = 0x100; in rtl8188eu_phy_iq_calibrate() 936 result[3][6] = 0x100; in rtl8188eu_phy_iq_calibrate() 991 reg_e94 = 0x100; in rtl8188eu_phy_iq_calibrate() 992 reg_eb4 = 0x100; in rtl8188eu_phy_iq_calibrate() 993 priv->rege94 = 0x100; in rtl8188eu_phy_iq_calibrate() 994 priv->regeb4 = 0x100; in rtl8188eu_phy_iq_calibrate()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_cmd.c | 787 #define QUERY_FW_OUT_SIZE 0x100 in mthca_QUERY_FW() 890 #define ENABLE_LAM_OUT_SIZE 0x100 in mthca_ENABLE_LAM() 945 #define QUERY_DDR_OUT_SIZE 0x100 in mthca_QUERY_DDR() 998 #define QUERY_DEV_LIM_OUT_SIZE 0x100 in mthca_QUERY_DEV_LIM() 1275 #define QUERY_ADAPTER_OUT_SIZE 0x100 in mthca_QUERY_ADAPTER() 1796 for (i = 0; i < 0x100 / 4; ++i) { in mthca_MODIFY_QP() 1813 for (i = 0; i < 0x100 / 4; ++i) { in mthca_MODIFY_QP() 1873 #define MAD_IFC_MY_QPN_OFFSET 0x100 in mthca_MAD_IFC()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | reg.h | 1299 #define RPMAC_RESET 0x100 1735 #define BBBRESETB 0x100 1739 #define BCRC32DEBUG 0x100 1767 #define BTXHTMODE 0x100 1850 #define BRFSI_ANTSW 0x100 1921 #define BAD11POWERUP_ATRX 0x100 1941 #define BANT_NONHT 0x100 2191 #define BHT_DETECT 0x100 2262 #define BADV_UPD_CFO 0x100 2295 #define BRTL8256REG_MODE_CTRL1 0x100 [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | reg.h | 1299 #define RPMAC_RESET 0x100 1735 #define BBBRESETB 0x100 1739 #define BCRC32DEBUG 0x100 1767 #define BTXHTMODE 0x100 1850 #define BRFSI_ANTSW 0x100 1921 #define BAD11POWERUP_ATRX 0x100 1941 #define BANT_NONHT 0x100 2191 #define BHT_DETECT 0x100 2262 #define BADV_UPD_CFO 0x100 2295 #define BRTL8256REG_MODE_CTRL1 0x100 [all...] |
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.cc | [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.h | 714 u_int fillercc[0x100-0xcc]; /* pad out to full address space */ 773 u_int filler8e[0x100-0x8e]; /* pad out to full address space */ 931 SUNI_TPOP_CNTRL_DAIG = 0x100, /* TPOP Control/Disgnostics */ 1183 SUNI_RXCP_CTRL = 0x100, 1347 #define EXTEND 0x100
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_reg.h | 46 #define DSAF_SUB_SC_NT_SRAM_CLK_SEL_REG 0x100 130 #define DSAF_XGE_INT_MSK_0_REG 0x100 177 #define DSAF_INODE_IN_PRIO_PAUSE_BASE_OFFSET 0x100 336 #define PPE_INTEN_REG 0x100 571 #define XGMAC_MAC_ENABLE_REG 0x100
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_phy.h | 482 #define AR_PHY_CL_TAB_0 (AR_SM_BASE + 0x100) 519 #define AR_PHY_TEST_CTL_TSTADC_EN 0x100 971 #define AR_PHY_CL_TAB_1 (AR_SM1_BASE + 0x100) 1032 #define AR_PHY_CL_TAB_2 (AR_SM2_BASE + 0x100) 1203 #define AR_PHY_PAPRD_PRE_POST_SCALE_0_B0 (AR_CHAN_BASE + 0x100)
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 452 #define O_NOCTTY 0x100 640 #define O_NOCTTY 0x100 824 #define O_NOCTTY 0x100 1020 #define O_NOCTTY 0x100 1420 #define O_CREAT 0x100
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_reg.h | 46 #define DSAF_SUB_SC_NT_SRAM_CLK_SEL_REG 0x100 130 #define DSAF_XGE_INT_MSK_0_REG 0x100 177 #define DSAF_INODE_IN_PRIO_PAUSE_BASE_OFFSET 0x100 336 #define PPE_INTEN_REG 0x100 571 #define XGMAC_MAC_ENABLE_REG 0x100
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | iphase.h | 713 u_int fillercc[0x100-0xcc]; /* pad out to full address space */ 772 u_int filler8e[0x100-0x8e]; /* pad out to full address space */ 930 SUNI_TPOP_CNTRL_DAIG = 0x100, /* TPOP Control/Disgnostics */ 1182 SUNI_RXCP_CTRL = 0x100, 1346 #define EXTEND 0x100
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.h | 149 #define PSE_FQFC_CFG1 0x100 440 #define MTK_MAC_MCR(x) (0x10100 + (x * 0x100)) 463 #define MTK_MAC_MSR(x) (0x10108 + (x * 0x100)) 587 #define MT7628_SDM_TPCNT (MT7628_SDM_OFFSET + 0x100) 602 #define MTK_MAC_FSM(x) (0x1010C + ((x) * 0x100))
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_phy.h | 482 #define AR_PHY_CL_TAB_0 (AR_SM_BASE + 0x100) 519 #define AR_PHY_TEST_CTL_TSTADC_EN 0x100 971 #define AR_PHY_CL_TAB_1 (AR_SM1_BASE + 0x100) 1032 #define AR_PHY_CL_TAB_2 (AR_SM2_BASE + 0x100) 1203 #define AR_PHY_PAPRD_PRE_POST_SCALE_0_B0 (AR_CHAN_BASE + 0x100)
|