Home
last modified time | relevance | path

Searched refs:addr_offset (Results 1 – 15 of 15) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/vdpo/
Ddrv_vdpo_lowlevel.c135 u32 __vdpo_reg_default_test(u32 sel, u32 addr_offset, u32 exp_value)
140 if (exp_value != get_wvalue(base_addr + addr_offset))
146 u32 __vdpo_reg_wr_test(u32 sel, u32 addr_offset, u32 mask, u32 wr_value)
152 put_wvalue(base_addr + addr_offset, wr_value);
153 rd_value = get_wvalue(base_addr + addr_offset);
Ddrv_vdpo_lowlevel.h245 u32 __vdpo_reg_default_test(u32 sel, u32 addr_offset, u32 exp_value);
247 u32 __vdpo_reg_wr_test(u32 sel, u32 addr_offset, u32 mask, u32 wr_value);
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/
Dspi.h594 static inline void hspi_xip_addr_offset(unsigned int addr_offset) in hspi_xip_addr_offset() argument
596 reg_hspi_xip_addr_offset0 = addr_offset & 0xff; in hspi_xip_addr_offset()
597 reg_hspi_xip_addr_offset1 = (addr_offset >> 8) & 0xff; in hspi_xip_addr_offset()
598 reg_hspi_xip_addr_offset2 = (addr_offset >> 16) & 0xff; in hspi_xip_addr_offset()
599 reg_hspi_xip_addr_offset3 = (addr_offset >> 24) & 0xff; in hspi_xip_addr_offset()
1240 void hspi_master_write_xip(unsigned char cmd, unsigned int addr_offset, unsigned char *data, unsign…
1252 void hspi_master_read_xip(unsigned char cmd, unsigned int addr_offset, unsigned char *data, unsigne…
1263 void hspi_master_write_xip_cmd_data(unsigned char cmd, unsigned int addr_offset, unsigned char data…
Dspi.c892 …bute_ram_code_sec_noinline_ void hspi_master_write_xip(unsigned char cmd, unsigned int addr_offset, in hspi_master_write_xip() argument
897 hspi_xip_addr_offset(addr_offset); in hspi_master_write_xip()
913 …ibute_ram_code_sec_noinline_ void hspi_master_read_xip(unsigned char cmd, unsigned int addr_offset, in hspi_master_read_xip() argument
918 hspi_xip_addr_offset(addr_offset); in hspi_master_read_xip()
934 void hspi_master_write_xip_cmd_data(unsigned char cmd, unsigned int addr_offset, unsigned char data… in hspi_master_write_xip_cmd_data() argument
938 hspi_xip_addr_offset(addr_offset); in hspi_master_write_xip_cmd_data()
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
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/
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/winnermicro/wm800/board/platform/drivers/internalflash/
Dwm_internal_fls.c647 unsigned long addr_offset = 0; in tls_fls_otp_read() local
657 addr_offset = addr % 16; in tls_fls_otp_read()
658 sz_need = (addr_offset + len + 16) / 16 * 16; in tls_fls_otp_read()
666 addr_read = RSA_BASE_ADDRESS + (addr_offset / 4 * 4); in tls_fls_otp_read()
667 int i = (4 - addr_offset % 4) % 4; in tls_fls_otp_read()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
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/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_com.c14642 int addr_offset = -1; in hal_efuse_macaddr_offset() local
14650 addr_offset = EEPROM_MAC_ADDR_8723BU; in hal_efuse_macaddr_offset()
14652 addr_offset = EEPROM_MAC_ADDR_8723BS; in hal_efuse_macaddr_offset()
14654 addr_offset = EEPROM_MAC_ADDR_8723BE; in hal_efuse_macaddr_offset()
14660 addr_offset = EEPROM_MAC_ADDR_8703BU; in hal_efuse_macaddr_offset()
14662 addr_offset = EEPROM_MAC_ADDR_8703BS; in hal_efuse_macaddr_offset()
14668 addr_offset = EEPROM_MAC_ADDR_8723DU; in hal_efuse_macaddr_offset()
14670 addr_offset = EEPROM_MAC_ADDR_8723DS; in hal_efuse_macaddr_offset()
14672 addr_offset = EEPROM_MAC_ADDR_8723DE; in hal_efuse_macaddr_offset()
14679 addr_offset = EEPROM_MAC_ADDR_88EU; in hal_efuse_macaddr_offset()
[all …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/store/config/src/
Dwm_bt_storage.c899 ble_addr_t *addr_offset; in btif_config_get_sec_index() local
906 addr_offset = (ble_addr_t *)(ptr_offset + NVRAM_ADDR_PAYLOAD_OFFSET); in btif_config_get_sec_index()
908 if (ble_addr_cmp((ble_addr_t *)addr, addr_offset) == 0) { in btif_config_get_sec_index()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/amports/
Dadec.c149 __ATTR_RO(addr_offset),
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-video/
Dvin_video.c1146 int addr_offset = 0, pix_size = osd->fmt->depth[0]/8; in __osd_bitmap2dram() local
1197 addr_offset = 0; in __osd_bitmap2dram()
1199 addr_offset += (osd->ov_win[n].width * osd->ov_win[n].height) * pix_size; in __osd_bitmap2dram()
1202 memcpy(dram_addr, databuf + addr_offset in __osd_bitmap2dram()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
Dddr_training_impl.c2448 unsigned int addr_offset, unsigned int val, unsigned int is_add) in ddr_dq_bdl_operate() argument
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()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
Dddr_training_impl.c2446 unsigned int addr_offset, unsigned int val, unsigned int is_add) in ddr_dq_bdl_operate() argument
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()
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch43640 + unsigned int addr_start, addr_end, addr_offset, addr_len;
43655 + addr_offset = offset % RK1808_NBYTES;
43682 + memcpy(val, buf + addr_offset, bytes);
44177 + unsigned int addr_start, addr_end, addr_offset, addr_len;
44185 + addr_offset = offset % RK3568_NBYTES;
44234 + memcpy(val, buf + addr_offset, bytes);
44266 + unsigned int addr_start, addr_end, addr_offset, addr_len;
44278 + addr_offset = offset % RK3588_NBYTES;
44310 + memcpy(val, buf + addr_offset, bytes);