| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | hwreg_frc.h | 101 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 102 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 140 #define L_FRC_CHIP(x) BK_REG_L(REG_FRC_CHIP_BASE, x) argument 141 #define H_FRC_CHIP(x) BK_REG_H(REG_FRC_CHIP_BASE, x) argument 143 #define L_FRC_SC16(x) BK_REG_L(REG_FRC_SC16_BASE, x) argument 144 #define H_FRC_SC16(x) BK_REG_H(REG_FRC_SC16_BASE, x) argument 146 #define L_FRC_SC18(x) BK_REG_L(REG_FRC_SC18_BASE, x) argument 147 #define H_FRC_SC18(x) BK_REG_H(REG_FRC_SC18_BASE, x) argument 149 #define L_FRC_SC20(x) BK_REG_L(REG_FRC_SC20_BASE, x) argument 150 #define H_FRC_SC20(x) BK_REG_H(REG_FRC_SC20_BASE, x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/ |
| H A D | QualityMode.h | 80 #define QM_IsSourceVGA(x) ((x)==PQ_INPUT_SOURCE_VGA) argument 81 #define QM_IsSourceHDMI(x) ((x)==PQ_INPUT_SOURCE_HDMI) argument 82 #define QM_IsSourceDVI_HDMIPC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == FALSE)) argument 83 #define QM_IsSourceHDMI_Video(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&… argument 84 #define QM_IsSourceHDMI_PC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&… argument 86 #define QM_HDMIPC_COLORRGB(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_RGB) argument 87 #define QM_HDMIPC_COLORYUV422(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_YUV_422) argument 88 #define QM_HDMIPC_COLORYUV444(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_YUV_444) argument 89 #define QM_HDMIPC_COLORYUV420(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_YUV_420) argument 91 #define QM_IsSourceYPbPr(x) ((x)==PQ_INPUT_SOURCE_YPBPR) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/ |
| H A D | fastmath.h | 28 #define sin(x) fast_sin(x) argument 29 #define cos(x) fast_cos(x) argument 30 #define tan(x) fast_tan(x) argument 31 #define asin(x) fast_asin(x) argument 32 #define acos(x) fast_acos(x) argument 33 #define atan(x) fast_atan(x) argument 34 #define sinh(x) fast_sinh(x) argument 35 #define cosh(x) fast_cosh(x) argument 36 #define tanh(x) fast_tanh(x) argument 37 #define asinh(x) fast_asinh(x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/ |
| H A D | xc_Analog_Reg.h | 103 #define UNUSED(x) ((x)=(x)) argument 151 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 152 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 155 #define L_BK_GOPINT(x) BK_REG_L(REG_SCALER_BASE,x) argument 156 #define H_BK_GOPINT(x) BK_REG_H(REG_SCALER_BASE,x) argument 157 #define L_BK_SWRESET(x) BK_REG_L(REG_SCALER_BASE,x) argument 158 #define L_BK_IP1F2(x) BK_REG_L(REG_SCALER_BASE,x) argument 159 #define H_BK_IP1F2(x) BK_REG_H(REG_SCALER_BASE,x) argument 160 #define L_BK_IP2F2(x) BK_REG_L(REG_SCALER_BASE,x) argument 161 #define H_BK_IP2F2(x) BK_REG_H(REG_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/ |
| H A D | xc_Analog_Reg.h | 103 #define UNUSED(x) ((x)=(x)) argument 151 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 152 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 155 #define L_BK_GOPINT(x) BK_REG_L(REG_SCALER_BASE,x) argument 156 #define H_BK_GOPINT(x) BK_REG_H(REG_SCALER_BASE,x) argument 157 #define L_BK_SWRESET(x) BK_REG_L(REG_SCALER_BASE,x) argument 158 #define L_BK_IP1F2(x) BK_REG_L(REG_SCALER_BASE,x) argument 159 #define H_BK_IP1F2(x) BK_REG_H(REG_SCALER_BASE,x) argument 160 #define L_BK_IP2F2(x) BK_REG_L(REG_SCALER_BASE,x) argument 161 #define H_BK_IP2F2(x) BK_REG_H(REG_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/ |
| H A D | big_endian.h | 14 #define __constant_htonl(x) ( (__be32)(__u32)(x)) argument 15 #define __constant_ntohl(x) ( (__u32)(__be32)(x)) argument 16 #define __constant_htons(x) ( (__be16)(__u16)(x)) argument 17 #define __constant_ntohs(x) ( (__u16)(__be16)(x)) argument 18 #define __constant_cpu_to_le64(x) ( (__le64)___constant_swab64((x))) argument 19 #define __constant_le64_to_cpu(x) ___constant_swab64( (__u64)(__le64)(x)) argument 20 #define __constant_cpu_to_le32(x) ( (__le32)___constant_swab32((x))) argument 21 #define __constant_le32_to_cpu(x) ___constant_swab32( (__u32)(__le32)(x)) argument 22 #define __constant_cpu_to_le16(x) ( (__le16)___constant_swab16((x))) argument 23 #define __constant_le16_to_cpu(x) ___constant_swab16( (__u16)(__le16)(x)) argument [all …]
|
| H A D | little_endian.h | 14 #define __constant_htonl(x) ( (__be32)___constant_swab32((x))) argument 15 #define __constant_ntohl(x) ___constant_swab32( (__be32)(x)) argument 16 #define __constant_htons(x) ( (__be16)___constant_swab16((x))) argument 17 #define __constant_ntohs(x) ___constant_swab16( (__be16)(x)) argument 18 #define __constant_cpu_to_le64(x) ( (__le64)(__u64)(x)) argument 19 #define __constant_le64_to_cpu(x) ( (__u64)(__le64)(x)) argument 20 #define __constant_cpu_to_le32(x) ( (__le32)(__u32)(x)) argument 21 #define __constant_le32_to_cpu(x) ( (__u32)(__le32)(x)) argument 22 #define __constant_cpu_to_le16(x) ( (__le16)(__u16)(x)) argument 23 #define __constant_le16_to_cpu(x) ( (__u16)(__le16)(x)) argument [all …]
|
| H A D | swab.h | 63 static __inline__ __u16 ___swab16(__u16 x) in ___swab16() 67 static __inline__ __u32 ___swab32(__u32 x) in ___swab32() 73 static __inline__ __u64 ___swab64(__u64 x) in ___swab64() 84 #define ___constant_swab16(x) \ argument 88 #define ___constant_swab32(x) \ argument 94 #define ___constant_swab64(x) \ argument 109 # define __arch__swab16(x) ___swab16(x) argument 112 # define __arch__swab32(x) ___swab32(x) argument 115 # define __arch__swab64(x) ___swab64(x) argument 119 # define __arch__swab16p(x) __arch__swab16(*(x)) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/ |
| H A D | tgmath.h | 66 #define __tg_choose(x,f,d,l) \ argument 71 #define __tg_choose_2(x,y,f,d,l) \ argument 76 #define __tg_choose_3(x,y,z,f,d,l) \ argument 94 #define __TGMATH_REAL(x,R) \ argument 96 #define __TGMATH_REAL_2(x,y,R) \ argument 98 #define __TGMATH_REAL_3(x,y,z,R) \ argument 100 #define __TGMATH_REAL_1_2(x,y,R) \ argument 102 #define __TGMATH_REAL_2_3(x,y,z,R) \ argument 127 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) argument 128 #define cbrt(x) __TGMATH_REAL(x, cbrt) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | inttypes.h | 23 #define __PRI8(x) __STRINGIFY(x) argument 24 #define __SCN8(x) __STRINGIFY(hh##x) argument 69 #define __PRI16(x) __STRINGIFY(x) argument 70 #define __SCN16(x) __STRINGIFY(h##x) argument 116 #define __PRI32(x) __STRINGIFY(l##x) argument 117 #define __SCN32(x) __STRINGIFY(l##x) argument 119 #define __PRI32(x) __STRINGIFY(x) argument 120 #define __SCN32(x) __STRINGIFY(x) argument 167 #define __PRI64(x) __STRINGIFY(ll##x) argument 168 #define __SCN64(x) __STRINGIFY(ll##x) argument [all …]
|
| H A D | stdint.h | 24 #define __STDINT_EXP(x) __##x##__ argument 363 #define INT8_C(x) x argument 364 #define UINT8_C(x) x##U argument 366 #define INT16_C(x) x argument 367 #define UINT16_C(x) x##U argument 370 #define INT32_C(x) x##L argument 371 #define UINT32_C(x) x##UL argument 373 #define INT32_C(x) x argument 374 #define UINT32_C(x) x##U argument 379 #define INT64_C(x) x##LL argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvOSAPI.h | 102 #define DECLARE_WAITQUEUE(x,y) argument 103 #define init_waitqueue_head(x) argument 104 #define add_wait_queue(x,y) argument 105 #define remove_wait_queue(x,y) argument 106 #define wake_up(x) argument 107 #define signal_pending(x) 0 argument 119 #define osapi_up(x) argument 120 #define osapi_down(x) argument 123 #define osapi_mutex_init(x, str) \ argument 125 #define osapi_mutex_lock(x)\ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvOSAPI.h | 102 #define DECLARE_WAITQUEUE(x,y) argument 103 #define init_waitqueue_head(x) argument 104 #define add_wait_queue(x,y) argument 105 #define remove_wait_queue(x,y) argument 106 #define wake_up(x) argument 107 #define signal_pending(x) 0 argument 118 #define up(x) argument 119 #define down(x) argument 121 #define init_MUTEX(x) argument 122 #define init_MUTEX_LOCKED(x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dac/hal/curry/dac/include/ |
| H A D | halDAC.h | 152 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 153 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 155 #define L_BK_DAC(x) BK_REG_L(XC_DAC_BASE, x) argument 156 #define H_BK_DAC(x) BK_REG_H(XC_DAC_BASE, x) argument 157 #define L_BK_CHIPTOP(x) BK_REG_L(CHIP_REG_BASE, x) argument 158 #define H_BK_CHIPTOP(x) BK_REG_H(CHIP_REG_BASE, x) argument 159 #define L_BK_LPLL(x) BK_REG_L(XC_LPLL_BASE, x) argument 160 #define H_BK_LPLL(x) BK_REG_H(XC_LPLL_BASE, x) argument 161 #define L_BK_HDMITX(x) BK_REG_L(HDMITX_MISC_REG_BASE, x) argument 162 #define H_BK_HDMITX(x) BK_REG_H(HDMITX_MISC_REG_BASE, x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dac/hal/kano/dac/include/ |
| H A D | halDAC.h | 156 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 157 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 159 #define L_BK_DAC(x) BK_REG_L(XC_DAC_BASE, x) argument 160 #define H_BK_DAC(x) BK_REG_H(XC_DAC_BASE, x) argument 161 #define L_BK_CHIPTOP(x) BK_REG_L(CHIP_REG_BASE, x) argument 162 #define H_BK_CHIPTOP(x) BK_REG_H(CHIP_REG_BASE, x) argument 163 #define L_BK_LPLL(x) BK_REG_L(XC_LPLL_BASE, x) argument 164 #define H_BK_LPLL(x) BK_REG_H(XC_LPLL_BASE, x) argument 165 #define L_BK_HDMITX(x) BK_REG_L(HDMITX_MISC_REG_BASE, x) argument 166 #define H_BK_HDMITX(x) BK_REG_H(HDMITX_MISC_REG_BASE, x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dac/hal/k6lite/dac/include/ |
| H A D | halDAC.h | 156 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 157 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 159 #define L_BK_DAC(x) BK_REG_L(XC_DAC_BASE, x) argument 160 #define H_BK_DAC(x) BK_REG_H(XC_DAC_BASE, x) argument 161 #define L_BK_CHIPTOP(x) BK_REG_L(CHIP_REG_BASE, x) argument 162 #define H_BK_CHIPTOP(x) BK_REG_H(CHIP_REG_BASE, x) argument 163 #define L_BK_LPLL(x) BK_REG_L(XC_LPLL_BASE, x) argument 164 #define H_BK_LPLL(x) BK_REG_H(XC_LPLL_BASE, x) argument 165 #define L_BK_HDMITX(x) BK_REG_L(HDMITX_MISC_REG_BASE, x) argument 166 #define H_BK_HDMITX(x) BK_REG_H(HDMITX_MISC_REG_BASE, x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dac/hal/k6/dac/include/ |
| H A D | halDAC.h | 156 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 157 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 159 #define L_BK_DAC(x) BK_REG_L(XC_DAC_BASE, x) argument 160 #define H_BK_DAC(x) BK_REG_H(XC_DAC_BASE, x) argument 161 #define L_BK_CHIPTOP(x) BK_REG_L(CHIP_REG_BASE, x) argument 162 #define H_BK_CHIPTOP(x) BK_REG_H(CHIP_REG_BASE, x) argument 163 #define L_BK_LPLL(x) BK_REG_L(XC_LPLL_BASE, x) argument 164 #define H_BK_LPLL(x) BK_REG_H(XC_LPLL_BASE, x) argument 165 #define L_BK_HDMITX(x) BK_REG_L(HDMITX_MISC_REG_BASE, x) argument 166 #define H_BK_HDMITX(x) BK_REG_H(HDMITX_MISC_REG_BASE, x) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | math.h | 214 # define fpclassify(x) \ argument 217 # define fpclassify(x) \ argument 226 # define signbit(x) \ argument 229 # define signbit(x) \ argument 238 # define isfinite(x) \ argument 241 # define isfinite(x) \ argument 249 # define isnormal(x) (fpclassify (x) == FP_NORMAL) argument 254 # define isnan(x) \ argument 257 # define isnan(x) \ argument 266 # define isinf(x) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/maxim/dlc/include/ |
| H A D | MsDlc_LIB_Group_DTV3.h | 129 #define BK_REG_L( x, y ) (REG_SCALER_BASE + ((x) | (((y) << 1)))) argument 130 #define BK_REG_H( x, y ) (REG_SCALER_BASE +(((x) | (((y) << 1))) + 1)) argument 132 #define L_BK_VOP(x) BK_REG_L((REG_BANK_VOP << 8),x) argument 133 #define L_BK_ACE(x) BK_REG_L((REG_BANK_ACE << 8),x) argument 134 #define L_BK_DLC(x) BK_REG_L((REG_BANK_DLC << 8),x) argument 135 #define H_BK_DLC(x) BK_REG_H((REG_BANK_DLC << 8),x) argument 136 #define L_BK_OP(x) BK_REG_L((REG_BANK_OP << 8),x) argument 139 #define L_BK_VOP(x) BK_REG_L(BK_SCALER_BASE,x) argument 140 #define L_BK_ACE(x) BK_REG_L(BK_SCALER_BASE,x) argument 141 #define L_BK_DLC(x) BK_REG_L(BK_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/macan/dlc/include/ |
| H A D | MsDlc_LIB_Group_DTV3.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 132 #define L_BK_VOP(x) BK_REG_L((REG_BANK_VOP << 8),x) argument 133 #define L_BK_ACE(x) BK_REG_L((REG_BANK_ACE << 8),x) argument 134 #define L_BK_DLC(x) BK_REG_L((REG_BANK_DLC << 8),x) argument 135 #define H_BK_DLC(x) BK_REG_H((REG_BANK_DLC << 8),x) argument 136 #define L_BK_OP(x) BK_REG_L((REG_BANK_OP << 8),x) argument 139 #define L_BK_VOP(x) BK_REG_L(BK_SCALER_BASE,x) argument 140 #define L_BK_ACE(x) BK_REG_L(BK_SCALER_BASE,x) argument 141 #define L_BK_DLC(x) BK_REG_L(BK_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/mainz/dlc/include/ |
| H A D | MsDlc_LIB_Group_DTV3.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 132 #define L_BK_VOP(x) BK_REG_L((REG_BANK_VOP << 8),x) argument 133 #define L_BK_ACE(x) BK_REG_L((REG_BANK_ACE << 8),x) argument 134 #define L_BK_DLC(x) BK_REG_L((REG_BANK_DLC << 8),x) argument 135 #define H_BK_DLC(x) BK_REG_H((REG_BANK_DLC << 8),x) argument 136 #define L_BK_OP(x) BK_REG_L((REG_BANK_OP << 8),x) argument 139 #define L_BK_VOP(x) BK_REG_L(BK_SCALER_BASE,x) argument 140 #define L_BK_ACE(x) BK_REG_L(BK_SCALER_BASE,x) argument 141 #define L_BK_DLC(x) BK_REG_L(BK_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/mooney/dlc/include/ |
| H A D | MsDlc_LIB_Group_DTV3.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 132 #define L_BK_VOP(x) BK_REG_L((REG_BANK_VOP << 8),x) argument 133 #define L_BK_ACE(x) BK_REG_L((REG_BANK_ACE << 8),x) argument 134 #define L_BK_DLC(x) BK_REG_L((REG_BANK_DLC << 8),x) argument 135 #define H_BK_DLC(x) BK_REG_H((REG_BANK_DLC << 8),x) argument 136 #define L_BK_OP(x) BK_REG_L((REG_BANK_OP << 8),x) argument 139 #define L_BK_VOP(x) BK_REG_L(BK_SCALER_BASE,x) argument 140 #define L_BK_ACE(x) BK_REG_L(BK_SCALER_BASE,x) argument 141 #define L_BK_DLC(x) BK_REG_L(BK_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/messi/dlc/include/ |
| H A D | MsDlc_LIB_Group_DTV3.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 132 #define L_BK_VOP(x) BK_REG_L((REG_BANK_VOP << 8),x) argument 133 #define L_BK_ACE(x) BK_REG_L((REG_BANK_ACE << 8),x) argument 134 #define L_BK_DLC(x) BK_REG_L((REG_BANK_DLC << 8),x) argument 135 #define H_BK_DLC(x) BK_REG_H((REG_BANK_DLC << 8),x) argument 136 #define L_BK_OP(x) BK_REG_L((REG_BANK_OP << 8),x) argument 139 #define L_BK_VOP(x) BK_REG_L(BK_SCALER_BASE,x) argument 140 #define L_BK_ACE(x) BK_REG_L(BK_SCALER_BASE,x) argument 141 #define L_BK_DLC(x) BK_REG_L(BK_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/manhattan/dlc/include/ |
| H A D | MsDlc_LIB_Group_DTV3.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument 132 #define L_BK_VOP(x) BK_REG_L((REG_BANK_VOP << 8),x) argument 133 #define L_BK_ACE(x) BK_REG_L((REG_BANK_ACE << 8),x) argument 134 #define L_BK_DLC(x) BK_REG_L((REG_BANK_DLC << 8),x) argument 135 #define H_BK_DLC(x) BK_REG_H((REG_BANK_DLC << 8),x) argument 136 #define L_BK_OP(x) BK_REG_L((REG_BANK_OP << 8),x) argument 139 #define L_BK_VOP(x) BK_REG_L(BK_SCALER_BASE,x) argument 140 #define L_BK_ACE(x) BK_REG_L(BK_SCALER_BASE,x) argument 141 #define L_BK_DLC(x) BK_REG_L(BK_SCALER_BASE,x) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/M7621/dlc/include/ |
| H A D | MsDlc_LIB_Group_DTV3.h | 129 #define BK_REG_L( x, y ) (REG_SCALER_BASE + ((x) | (((y) << 1)))) argument 130 #define BK_REG_H( x, y ) (REG_SCALER_BASE +(((x) | (((y) << 1))) + 1)) argument 132 #define L_BK_VOP(x) BK_REG_L((REG_BANK_VOP << 8),x) argument 133 #define L_BK_ACE(x) BK_REG_L((REG_BANK_ACE << 8),x) argument 134 #define L_BK_DLC(x) BK_REG_L((REG_BANK_DLC << 8),x) argument 135 #define H_BK_DLC(x) BK_REG_H((REG_BANK_DLC << 8),x) argument 136 #define L_BK_OP(x) BK_REG_L((REG_BANK_OP << 8),x) argument 139 #define L_BK_VOP(x) BK_REG_L(BK_SCALER_BASE,x) argument 140 #define L_BK_ACE(x) BK_REG_L(BK_SCALER_BASE,x) argument 141 #define L_BK_DLC(x) BK_REG_L(BK_SCALER_BASE,x) argument [all …]
|