Home
last modified time | relevance | path

Searched refs:addr_offset (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H A Drockchip-efuse.c144 unsigned int addr_start, addr_end, addr_offset, addr_len; in rockchip_rk1808_efuse_read() local
159 addr_offset = offset % RK1808_NBYTES; in rockchip_rk1808_efuse_read()
185 memcpy(val, buf + addr_offset, bytes); in rockchip_rk1808_efuse_read()
309 unsigned int addr_start, addr_end, addr_offset, addr_len; in rockchip_rk3328_efuse_read() local
324 addr_offset = offset % RK3399_NBYTES; in rockchip_rk3328_efuse_read()
349 memcpy(val, buf + addr_offset, bytes); in rockchip_rk3328_efuse_read()
399 unsigned int addr_start, addr_end, addr_offset, addr_len; in rockchip_rk3399_efuse_read() local
412 addr_offset = offset % RK3399_NBYTES; in rockchip_rk3399_efuse_read()
438 memcpy(val, buf + addr_offset, bytes); in rockchip_rk3399_efuse_read()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c445 hi_u32 addr_offset; in hcc_host_tx_data_adapt() local
478 addr_offset = netbuf_old_addr - netbuf_new_addr; in hcc_host_tx_data_adapt()
481 if (addr_offset) { in hcc_host_tx_data_adapt()
482 if (addr_offset < oal_netbuf_headroom(netbuf)) { in hcc_host_tx_data_adapt()
483 if (memmove_s((hi_u8 *)oal_netbuf_data(netbuf) - addr_offset, oal_netbuf_len(netbuf), in hcc_host_tx_data_adapt()
487 oal_netbuf_push(netbuf, addr_offset); in hcc_host_tx_data_adapt()
488 oal_netbuf_trim(netbuf, addr_offset); in hcc_host_tx_data_adapt()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_graphic_drv.c1109 hi_u32 addr_offset = 0; in vo_drv_send_coef() local
1139 addr = addr_base + addr_offset; in vo_drv_send_coef()
1140 addr_offset = addr_offset + 16; /* 16 alg data */ in vo_drv_send_coef()
1145 return (addr_base + addr_offset); in vo_drv_send_coef()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.c2446 unsigned int addr_offset, unsigned int val, unsigned int is_add) in ddr_dq_bdl_operate()
2452 tmp = ddr_read(base_phy + addr_offset); in ddr_dq_bdl_operate()
2467 ddr_write(tmp, base_phy + addr_offset); in ddr_dq_bdl_operate()
2445 ddr_dq_bdl_operate(unsigned int base_phy, unsigned int addr_offset, unsigned int val, unsigned int is_add) ddr_dq_bdl_operate() argument
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.c2448 unsigned int addr_offset, unsigned int val, unsigned int is_add) in ddr_dq_bdl_operate()
2454 tmp = ddr_read(base_phy + addr_offset); in ddr_dq_bdl_operate()
2469 ddr_write(tmp, base_phy + addr_offset); in ddr_dq_bdl_operate()
2447 ddr_dq_bdl_operate(unsigned int base_phy, unsigned int addr_offset, unsigned int val, unsigned int is_add) ddr_dq_bdl_operate() argument

Completed in 17 milliseconds