/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/include/bk_private/ |
D | bk_arm_arch.h | 29 #define REG_RD8(_pBase, _offset) *((volatile UINT8 *)(_pBase + _offset)) argument 37 #define REG_RD16(_pBase, _offset) *((volatile UINT16 *)(_pBase + _offset)) argument 45 #define REG_RD32(_pBase, _offset) *((volatile UINT32 *)(_pBase + _offset)) argument 53 #define REG_WR8(_pBase, _offset, _data) \ argument 54 (*((volatile UINT8 *)(_pBase + _offset)) = _data) 62 #define REG_WR16(_pBase, _offset, _data) \ argument 63 (*((volatile UINT16 *)(_pBase + _offset)) = _data) 71 #define REG_WR32(_pBase, _offset, _data) \ argument 72 (*((volatile UINT32 *)(_pBase + _offset)) = _data)
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument 21 .offset = _offset, \ 29 #define _SUNXI_CCU_MULT_OFFSET(_shift, _width, _offset) \ argument 30 _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, 1, 0)
|
D | ccu_div.h | 72 #define _SUNXI_CCU_DIV_OFFSET(_shift, _width, _offset) \ argument 73 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _offset, 0, 0)
|
/device/board/openvalley/niobeu4/liteos_m/hals/utils/file/ |
D | hal_file.c | 141 int _offset = offset; in HalFileSeek() local 166 _offset += len; in HalFileSeek() 168 if (_offset > len2) { in HalFileSeek() 172 return _lseek(fd_tmp, (off_t)_offset, SEEK_SET); in HalFileSeek() 174 return _lseek(fd_tmp, (off_t)_offset, type); in HalFileSeek()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
D | ip4.h | 100 PACK_STRUCT_FIELD(u16_t _offset); 122 #define IPH_OFFSET(hdr) ((hdr)->_offset) 132 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off)
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
D | oal_util.h | 161 #define oal_mask_inverse(_len, _offset) ((hi_u32)(hi_swap_byteorder_32(~((hi_u32)((1UL << (_len)) -… argument 162 #define oal_mask(_len, _offset) ((hi_u32)(hi_swap_byteorder_32((hi_u32)((1UL << (_len)) - 1) << (_o… argument 193 #define oal_mask_inverse(_len, _offset) ((hi_u32)(~((hi_u32)((1UL << (_len)) - 1) << (_offset)))) argument 194 #define oal_mask(_len, _offset) ((hi_u32)((hi_u32)((1UL << (_len)) - 1) << (_offset))) argument
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_mbo.c | 64 u32 _offset = 0; \ 66 while(_offset < len) { \ 67 *(_p + _offset) = *(buf + _offset); \ 68 _offset++; \
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | rtw_efuse.h | 227 void ReadEFuseByte(PADAPTER Adapter, u16 _offset, u8 *pbuf, BOOLEAN bPseudoTest) ; 249 u16 _offset,
|
D | hal_intf.h | 397 …void (*ReadEFuse)(_adapter *padapter, u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf, BOOLEAN…
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
D | phy-rockchip-mipi-rx.c | 326 #define PHY_REG(_offset, _width, _shift) \ argument 327 { .offset = _offset, .mask = BIT(_width) - 1, .shift = _shift, } 329 #define TXRX_REG(_offset) \ argument 330 { .offset = _offset, } 332 #define CSIPHY_REG(_offset) \ argument 333 { .offset = _offset, }
|
D | phy-rockchip-csi2-dphy-hw.c | 213 #define GRF_REG(_offset, _width, _shift) \ argument 214 { .offset = _offset, .mask = BIT(_width) - 1, .shift = _shift, } 216 #define CSI2PHY_REG(_offset) \ argument 217 { .offset = _offset, }
|
/device/board/isoftstone/yangfan/kernel/src/driv/phy/ |
D | phy-rockchip-mipi-rx.c | 326 #define PHY_REG(_offset, _width, _shift) \ argument 327 { .offset = _offset, .mask = BIT(_width) - 1, .shift = _shift, } 329 #define TXRX_REG(_offset) \ argument 330 { .offset = _offset, } 332 #define CSIPHY_REG(_offset) \ argument 333 { .offset = _offset, }
|
D | phy-rockchip-csi2-dphy-hw.c | 213 #define GRF_REG(_offset, _width, _shift) \ argument 214 { .offset = _offset, .mask = BIT(_width) - 1, .shift = _shift, } 216 #define CSI2PHY_REG(_offset) \ argument 217 { .offset = _offset, }
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
D | phy-rockchip-mipi-rx.c | 298 #define PHY_REG(_offset, _width, _shift) … argument 300 ….offset = (_offset), .mask = BIT(_width) - 1, .shift = (_shift), … 303 #define TXRX_REG(_offset) … argument 305 ….offset = (_offset), … 308 #define CSIPHY_REG(_offset) … argument 310 ….offset = (_offset), …
|
D | phy-rockchip-csi2-dphy-hw.c | 211 #define GRF_REG(_offset, _width, _shift) … argument 213 ….offset = (_offset), .mask = BIT(_width) - 1, .shift = (_shift), … 216 #define CSI2PHY_REG(_offset) … argument 218 ….offset = (_offset), …
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/efuse/ |
D | rtw_efuse.c | 1657 u16 _offset, in hal_ReadEFuse_BT_logic_map() argument 1677 if ((_offset + _size_byte) > EFUSE_BT_MAP_LEN) { in hal_ReadEFuse_BT_logic_map() 1678 RTW_INFO("%s: Invalid offset(%#x) with read bytes(%#x)!!\n", __FUNCTION__, _offset, _size_byte); in hal_ReadEFuse_BT_logic_map() 1770 pbuf[i] = efuseTbl[_offset + i]; in hal_ReadEFuse_BT_logic_map() 2241 u16 _offset, in ReadEFuseByte() argument 2251 Efuse_Read1ByteFromFakeContent(Adapter, _offset, pbuf); in ReadEFuseByte() 2260 rtw_write8(Adapter, EFUSE_CTRL + 1, (_offset & 0xff)); in ReadEFuseByte() 2262 rtw_write8(Adapter, EFUSE_CTRL + 2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); in ReadEFuseByte() 2311 u16 _offset, 2320 u16 _offset, in efuse_ReadEFuse() argument [all …]
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | regs.h | 15 #define CIF_REG(_offset) … argument 17 ….offset = (_offset), …
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/ |
D | regs.h | 15 #define CIF_REG(_offset) { .offset = (_offset), } argument
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
D | regs.h | 15 #define CIF_REG(_offset) { .offset = (_offset), } argument
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/halrf/ |
D | halphyrf_ce.c | 29 #define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _delta_thermal)\ argument 31 u32 __offset = (u32)_offset; \
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 23597 - uint32_t _offset, uint32_t _mask, uint32_t v, 23611 - offset = reg->offset + _offset;
|