/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | headc37d.c | 237 PUSH_NVSQ(push, NVC37D, 0x2074 + (i * 0x400), m->v.blank2e << 16 | m->v.blank2s); in headc37d_mode() 238 PUSH_NVSQ(push, NVC37D, 0x2008 + (i * 0x400), m->interlace); in headc37d_mode()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | atbm8830.c | 390 pwm = 0x400 - pwm; in atbm8830_read_signal_strength() 392 *signal = pwm * 0x10000 / 0x400; in atbm8830_read_signal_strength()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 236 #define RTM_F_EQUALIZE 0x400 481 #define RTMGRP_IPV6_ROUTE 0x400
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 207 #define RTM_F_EQUALIZE 0x400 452 #define RTMGRP_IPV6_ROUTE 0x400
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 236 #define RTM_F_EQUALIZE 0x400 481 #define RTMGRP_IPV6_ROUTE 0x400
|
/third_party/ffmpeg/libavcodec/ |
H A D | g729postfilter.c | 464 if (gain_term > 0x400) { // 1.0 in (5.10) in get_tilt_comp() 496 fact = 0x400; // 0.5 in (3.12) in apply_tilt_comp()
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
H A D | dbcs-codec.js | 185 writeTable[curAddr++] = 0x10000 + (code - 0xD800) * 0x400 + (codeTrail - 0xDC00); 344 uCode = 0x10000 + (leadSurrogate - 0xD800) * 0x400 + (uCode - 0xDC00);
|
/third_party/openmax/api/1.1.2/ |
H A D | OMX_Video.h | 596 OMX_VIDEO_MPEG4ProfileAdvancedRealTime = 0x400, 795 OMX_VIDEO_AVCLevel32 = 0x400, /**< Level 3.2 */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/asic_reg/gmc/ |
H A D | gmc_8_1_sh_mask.h | 79 #define MC_ARB_AGE_CNTL__RESET_WR_GROUP2_MASK 0x400 109 #define MC_ARB_RET_CREDITS2__ACP_RDRET_URG_MASK 0x400 155 #define MC_ARB_GECC2_STATUS__FED_CLEAR0_MASK 0x400 203 #define MC_ARB_GECC2_MISC__CWRD_REPLAY_AGAIN_MASK 0x400 357 #define MC_ARB_RTT_CNTL0__BREAK_ON_URGENTWR_MASK 0x400 437 #define MC_ARB_MISC2__TCCDL4_BANKBIT3_XOR_COLBIT8_MASK 0x400 515 #define MC_ARB_RAMCFG__RSV_2_MASK 0x400 601 #define MC_ARB_WTM_CNTL_RD__ALLOW_STUTTER_GRP7_MASK 0x400 627 #define MC_ARB_WTM_CNTL_WR__ALLOW_STUTTER_GRP7_MASK 0x400 849 #define MC_ARB_PM_CNTL__OVRR_RD_MASK 0x400 [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/asic_reg/gmc/ |
H A D | gmc_8_1_sh_mask.h | 79 #define MC_ARB_AGE_CNTL__RESET_WR_GROUP2_MASK 0x400 109 #define MC_ARB_RET_CREDITS2__ACP_RDRET_URG_MASK 0x400 155 #define MC_ARB_GECC2_STATUS__FED_CLEAR0_MASK 0x400 203 #define MC_ARB_GECC2_MISC__CWRD_REPLAY_AGAIN_MASK 0x400 357 #define MC_ARB_RTT_CNTL0__BREAK_ON_URGENTWR_MASK 0x400 437 #define MC_ARB_MISC2__TCCDL4_BANKBIT3_XOR_COLBIT8_MASK 0x400 515 #define MC_ARB_RAMCFG__RSV_2_MASK 0x400 601 #define MC_ARB_WTM_CNTL_RD__ALLOW_STUTTER_GRP7_MASK 0x400 627 #define MC_ARB_WTM_CNTL_WR__ALLOW_STUTTER_GRP7_MASK 0x400 849 #define MC_ARB_PM_CNTL__OVRR_RD_MASK 0x400 [all...] |
/kernel/linux/linux-5.10/drivers/clk/rockchip/ |
H A D | clk.h | 128 #define RK3308_SOFTRST_CON(x) ((x) * 0x4 + 0x400) 162 #define RK3368_SDMMC_CON0 0x400 174 #define RK3399_SOFTRST_CON(x) ((x) * 0x4 + 0x400)
|
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_init.c | 17 [chip_6320] = { 1, 2, 0x400, 17, 16, 6, 9, &mvs_64xx_dispatch, }, 18 [chip_6440] = { 1, 4, 0x400, 17, 16, 6, 9, &mvs_64xx_dispatch, }, 24 [chip_1300] = { 1, 4, 0x400, 17, 16, 6, 9, &mvs_64xx_dispatch, },
|
/kernel/linux/linux-5.10/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 122 tmp = inl(emu->port+GPIO) & ~0x400; in ca0106_set_capture_mic_line_in() 123 tmp = tmp | 0x400; in ca0106_set_capture_mic_line_in() 128 tmp = inl(emu->port+GPIO) & ~0x400; in ca0106_set_capture_mic_line_in()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_spi.c | 425 .stats[HL1] = {0x400, 0x410, 0x420, 0x430, 0x440}, 462 .stats[HL1] = {0x400, 0x410, 0x420, 0x430, 0x440}, 522 .stats[HL1] = {0x400, 0x410, 0x420, 0x430, 0x440, 0x450,
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 132 xsci = 0x400; in calculate_h_scale_registers() 140 if ( 0x400 == xsci ) in calculate_h_scale_registers() 167 if ( xsci == 0x400) in calculate_h_scale_registers()
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 122 tmp = inl(emu->port + CA0106_GPIO) & ~0x400; in ca0106_set_capture_mic_line_in() 123 tmp = tmp | 0x400; in ca0106_set_capture_mic_line_in() 128 tmp = inl(emu->port + CA0106_GPIO) & ~0x400; in ca0106_set_capture_mic_line_in()
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_init.c | 17 [chip_6320] = { 1, 2, 0x400, 17, 16, 6, 9, &mvs_64xx_dispatch, }, 18 [chip_6440] = { 1, 4, 0x400, 17, 16, 6, 9, &mvs_64xx_dispatch, }, 24 [chip_1300] = { 1, 4, 0x400, 17, 16, 6, 9, &mvs_64xx_dispatch, },
|
/third_party/icu/icu4c/source/common/ |
H A D | utrie.cpp | 471 * get a folded value for [c..c+0x400[ and, in utrie_fold() 492 c+=0x400; in utrie_fold() 727 limit=start+0x400; in defaultGetFoldedValue() 1182 c+=0x400; in utrie_enum()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | utrie.cpp | 471 * get a folded value for [c..c+0x400[ and, in utrie_fold() 492 c+=0x400; in utrie_fold() 727 limit=start+0x400; in defaultGetFoldedValue() 1182 c+=0x400; in utrie_enum()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utrie.cpp | 471 * get a folded value for [c..c+0x400[ and, in utrie_fold() 492 c+=0x400; in utrie_fold() 727 limit=start+0x400; in defaultGetFoldedValue() 1182 c+=0x400; in utrie_enum()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote-modules.c | 1918 ABS_X, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 1920 ABS_Y, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 1922 ABS_RX, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 1924 ABS_RY, -0x400, 0x400, 4, 100); in wiimod_pro_probe()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 135 OBSERVER_CHANGES_DATA = 0x400 // notify with entry
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | regs-v5.h | 69 #define REG_CONFIG 0x400
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsl_raid.h | 66 #define FSL_RE_RING_SIZE 0x400
|
/kernel/linux/linux-5.10/drivers/clk/mvebu/ |
H A D | ap806-system-controller.c | 21 #define AP806_SAR_REG 0x400
|