| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | radio.c | 369 u16 backup[20] = { 0 }; in b43legacy_calc_nrssi_offset() local 374 backup[0] = b43legacy_phy_read(dev, 0x0001); in b43legacy_calc_nrssi_offset() 375 backup[1] = b43legacy_phy_read(dev, 0x0811); in b43legacy_calc_nrssi_offset() 376 backup[2] = b43legacy_phy_read(dev, 0x0812); in b43legacy_calc_nrssi_offset() 377 backup[3] = b43legacy_phy_read(dev, 0x0814); in b43legacy_calc_nrssi_offset() 378 backup[4] = b43legacy_phy_read(dev, 0x0815); in b43legacy_calc_nrssi_offset() 379 backup[5] = b43legacy_phy_read(dev, 0x005A); in b43legacy_calc_nrssi_offset() 380 backup[6] = b43legacy_phy_read(dev, 0x0059); in b43legacy_calc_nrssi_offset() 381 backup[7] = b43legacy_phy_read(dev, 0x0058); in b43legacy_calc_nrssi_offset() 382 backup[8] = b43legacy_phy_read(dev, 0x000A); in b43legacy_calc_nrssi_offset() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_resource.c | 42 struct vmw_buffer_object *backup = res->backup; in vmw_resource_mob_attach() local 43 struct rb_node **new = &backup->res_tree.rb_node, *parent = NULL; in vmw_resource_mob_attach() 45 dma_resv_assert_held(res->backup->base.base.resv); in vmw_resource_mob_attach() 59 rb_insert_color(&res->mob_node, &backup->res_tree); in vmw_resource_mob_attach() 61 vmw_bo_prio_add(backup, res->used_prio); in vmw_resource_mob_attach() 70 struct vmw_buffer_object *backup = res->backup; in vmw_resource_mob_detach() local 72 dma_resv_assert_held(backup->base.base.resv); in vmw_resource_mob_detach() 74 rb_erase(&res->mob_node, &backup->res_tree); in vmw_resource_mob_detach() 76 vmw_bo_prio_del(backup, res->used_prio); in vmw_resource_mob_detach() 122 if (res->backup) { in vmw_resource_release() [all …]
|
| H A D | vmwgfx_cotable.c | 169 struct ttm_buffer_object *bo = &res->backup->base; in vmw_cotable_unscrub() 211 * The create() callback may have changed @res->backup without in vmw_cotable_bind() 213 * the old backup buffer. Although hackish, and not used currently, in vmw_cotable_bind() 217 val_buf->bo = &res->backup->base; in vmw_cotable_bind() 226 * @readback: Whether initiate a readback of the cotable data to the backup 231 * unbind requires reserved backup buffers and it might not be possible to 299 * @readback: Whether to read back cotable data to the backup buffer. 303 * Unbinds the cotable from the device and fences the backup buffer. 365 vmw_bo_fence_single(&res->backup->base, fence); in vmw_cotable_readback() 377 * Resizes a cotable and binds the new backup buffer. [all …]
|
| H A D | vmwgfx_validation.c | 36 * @coherent_count: If switching backup buffers, number of new coherent 37 * resources that will have this buffer as a backup buffer. 57 * @new_backup: Non ref-counted pointer to new backup buffer to be assigned 59 * @new_backup_offset: Offset into the new backup mob for resources that can 63 * @switching_backup: The validation process is switching backup MOB. 404 * vmw_validation_res_switch_backup - Register a backup MOB switch during 410 * @vbo: The new backup buffer object MOB. This buffer object needs to have 412 * @backup_offset: Offset into the new backup MOB. 456 if (res->backup) { in vmw_validation_res_reserve() 457 struct vmw_buffer_object *vbo = res->backup; in vmw_validation_res_reserve() [all …]
|
| H A D | vmwgfx_surface.c | 197 * Computes the required size for a surface dma command for backup or 467 * vmw_legacy_srf_dma - Copy backup data to or from a legacy surface. 472 * information about the backup buffer. 475 * Transfer backup data to or from a legacy surface as part of the 478 * The backup buffer will be fenced or idle upon successful completion, 479 * and if the surface needs persistent backup storage, the backup buffer 505 * Create a fence object and fence the backup buffer. in vmw_legacy_srf_dma() 526 * information about the backup buffer. 528 * This function will copy backup data to the surface if the 529 * backup buffer is dirty. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | wm831x_backup.c | 3 * Backup battery driver for Wolfson Microelectronics wm831x PMICs 21 struct power_supply *backup; member 40 * Backup supply properties 49 if (!wm831x_pdata || !wm831x_pdata->backup) { in wm831x_config_backup() 51 "No backup battery charger configuration\n"); in wm831x_config_backup() 55 pdata = wm831x_pdata->backup; in wm831x_config_backup() 71 dev_err(wm831x->dev, "Invalid backup voltage limit %dmV\n", in wm831x_config_backup() 88 dev_err(wm831x->dev, "Invalid backup current limit %duA\n", in wm831x_config_backup() 107 "Failed to set backup charger config: %d\n", ret); in wm831x_config_backup() 184 "wm831x-backup.%d", wm831x_pdata->wm831x_num); in wm831x_backup_probe() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A D | rtc-palmas.txt | 10 - ti,backup-battery-chargeable: The Palmas series device like TPS65913 or 11 TPS80036 supports the backup battery for powering the RTC when main 12 battery is removed or in very low power state. The backup battery 16 - ti,backup-battery-charge-high-current: Enable high current charging in 17 backup battery. Device supports the < 100uA and > 100uA charging. 28 ti,backup-battery-chargeable; 29 ti,backup-battery-charge-high-current;
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rk_meta.h | 21 /***************************/ /* --- ITEM backup start 32KB ---*/ 22 /** ITEM 1 BACKUP **/ 24 /** ITEM 2 BACKUP **/ 26 /** ITEM 3 BACKUP **/ 31 /***************************/ /* ----- ITEM backup end -----*/ 46 /***************************/ /* --- ITEM backup start 32KB ---*/ 47 /** ITEM 1 BACKUP **/ 49 /** ITEM 2 BACKUP **/ 51 /** ITEM 3 BACKUP **/ 56 /***************************/ /* ----- ITEM backup end -----*/
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | mk808_rk3066.h | 15 "4M(idb.backup)," \ 22 "4M(u-boot.backup)," \ 24 "4M(u-boot-env.backup)," \ 31 "idb.backup raw 0x400000 0x400000;" \ 38 "u-boot.backup raw 0x2000000 0x400000;" \ 40 "u-boot-env.backup raw 0x2800000 0x400000;" \
|
| /OK3568_Linux_fs/tools/windows/RKDevTool/rockdev/ |
| H A D | update-script | 22 # ����backup 23 write_image PACKAGE:backup BACKUP: 24 check_image PACKAGE:backup BACKUP:
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | bd9571mwv-regulator.c | 22 /* DDR Backup Power */ 23 u8 bkup_mode_cnt_keepon; /* from "rohm,ddr-backup-power" */ 146 dev_err(bd->dev, "failed to read backup mode (%d)\n", ret); in bd9571mwv_bkup_mode_read() 159 dev_err(bd->dev, "failed to configure backup mode 0x%x (%d)\n", in bd9571mwv_bkup_mode_write() 194 * Configure DDR Backup Mode, to change the role of the accessory power in backup_mode_store() 223 /* Save DDR Backup Mode */ in bd9571mwv_suspend() 233 /* Enable DDR Backup Mode */ in bd9571mwv_suspend() 250 /* Restore DDR Backup Mode */ in bd9571mwv_resume() 302 of_property_read_u32(bd->dev->of_node, "rohm,ddr-backup-power", &val); in bd9571mwv_regulator_probe() 305 "rohm,ddr-backup-power", val); in bd9571mwv_regulator_probe() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_g.c | 412 u16 backup[20] = { 0 }; in b43_calc_nrssi_offset() local 417 backup[0] = b43_phy_read(dev, 0x0001); in b43_calc_nrssi_offset() 418 backup[1] = b43_phy_read(dev, 0x0811); in b43_calc_nrssi_offset() 419 backup[2] = b43_phy_read(dev, 0x0812); in b43_calc_nrssi_offset() 421 backup[3] = b43_phy_read(dev, 0x0814); in b43_calc_nrssi_offset() 422 backup[4] = b43_phy_read(dev, 0x0815); in b43_calc_nrssi_offset() 424 backup[5] = b43_phy_read(dev, 0x005A); in b43_calc_nrssi_offset() 425 backup[6] = b43_phy_read(dev, 0x0059); in b43_calc_nrssi_offset() 426 backup[7] = b43_phy_read(dev, 0x0058); in b43_calc_nrssi_offset() 427 backup[8] = b43_phy_read(dev, 0x000A); in b43_calc_nrssi_offset() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/device-mapper/ |
| H A D | dm-bow.txt | 1 dm_bow (backup on write) 55 BACKUP 61 writes from the true sector zero are redirected to. Note that like any backup 68 to or used for backup. On being written to, a FREE sector is changed to CHANGED. 71 without further backup. 73 BACKUP means that this is a free sector being used as a backup. On being written 76 All backup operations are logged to the first sector. The log sector has the
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | core.h | 683 * @gotgctl: Backup of GOTGCTL register 684 * @gintmsk: Backup of GINTMSK register 685 * @gahbcfg: Backup of GAHBCFG register 686 * @gusbcfg: Backup of GUSBCFG register 687 * @grxfsiz: Backup of GRXFSIZ register 688 * @gnptxfsiz: Backup of GNPTXFSIZ register 689 * @gi2cctl: Backup of GI2CCTL register 690 * @glpmcfg: Backup of GLPMCFG register 691 * @gdfifocfg: Backup of GDFIFOCFG register 692 * @pcgcctl: Backup of PCGCCTL register [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-bd9571mwv-regulator | 5 Description: Read/write the current state of DDR Backup Mode, which controls 11 Backup Mode is enabled by default when available, as the 16 1. Configure PMIC for backup mode, to change the role of 26 DDR Backup Mode must be explicitly enabled by the user,
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | syncookies.c | 29 u8 backup; member 65 entry->backup = subflow_req->backup; in mptcp_join_store_state() 119 subflow_req->backup = e->backup; in mptcp_token_join_cookie_init_state()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.gpt | 70 LBA -34 |Entry 1|Entry 2| Entry 3| Entry 4| Backup 77 LBA -1 |Backup GPT Header | 90 Primary/Backup GPT header: 101 32 8 B Backup LBA (location of the other header copy) 119 Primary GPT header and Backup GPT header have swapped values of "Current LBA" 120 and "Backup LBA" and therefore different CRC32 check-sum. 129 Observe, how Backup GPT is placed in the memory. It is NOT a mirror reflect 221 employing 'swap' to exchange 'primary' and 'backup' partition names: 223 U-BOOT> gpt swap mmc 0 primary backup 226 'backup', and vice-versa. Alternatively, single partitions may be
|
| /OK3568_Linux_fs/tools/linux/Firmware_Merger/ |
| H A D | user_manual.txt | 12 2.backup header of firmware or not 13 Backup_Partition_Enable=1 /*backup firmware header*/ 14 Backup_Partition_Enable= /*default,no backup firmware header,when you don't know flash size,no back…
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-370-netgear-rn102.dts | 121 blue-backup-led { 122 label = "rn102:blue:backup"; 147 backup-button { 148 label = "Backup Button"; 202 backup_led_pin: backup-led-pin { 207 backup_button_pin: backup-button-pin {
|
| H A D | armada-370-netgear-rn104.dts | 109 blue-backup-led { 110 label = "rn104:blue:backup"; 167 backup-button { 168 label = "Backup Button"; 228 backup_button_pin: backup-button-pin { 238 backup_led_pin: backup-led-pin {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | bd9571mwv.txt | 28 - rohm,ddr-backup-power : Value to use for DDR-Backup Power (default 0). 30 rails need to be kept powered when backup mode is 57 rohm,ddr-backup-power = <0xf>;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8723d.c | 719 struct iqk_backup_regs *backup) in rtw8723d_iqk_backup_regs() argument 724 backup->adda[i] = rtw_read32(rtwdev, iqk_adda_regs[i]); in rtw8723d_iqk_backup_regs() 727 backup->mac8[i] = rtw_read8(rtwdev, iqk_mac8_regs[i]); in rtw8723d_iqk_backup_regs() 729 backup->mac32[i] = rtw_read32(rtwdev, iqk_mac32_regs[i]); in rtw8723d_iqk_backup_regs() 732 backup->bb[i] = rtw_read32(rtwdev, iqk_bb_regs[i]); in rtw8723d_iqk_backup_regs() 734 backup->igia = rtw_read32_mask(rtwdev, REG_OFDM0_XAAGC1, MASKBYTE0); in rtw8723d_iqk_backup_regs() 735 backup->igib = rtw_read32_mask(rtwdev, REG_OFDM0_XBAGC1, MASKBYTE0); in rtw8723d_iqk_backup_regs() 737 backup->bb_sel_btg = rtw_read32(rtwdev, REG_BB_SEL_BTG); in rtw8723d_iqk_backup_regs() 741 const struct iqk_backup_regs *backup) in rtw8723d_iqk_restore_regs() argument 746 rtw_write32(rtwdev, iqk_adda_regs[i], backup->adda[i]); in rtw8723d_iqk_restore_regs() [all …]
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | Kconfig | 172 a valid backup copy in case there is a power failure during 217 valid backup copy in case the other copy is corrupted, e.g. due 250 that there is a valid backup copy in case there is a power failure 338 that there is a valid backup copy in case there is a power failure 402 valid backup copy in case the other copy is corrupted, e.g. due 514 hex "Environment redundant(backup) offset" 517 Redundant(backup) offset from the start of the device (or partition), 526 hex "Environment redundant(backup) offset in Nand" 540 hex "Environment redundant(backup) offset in Nor"
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | resize.c | 34 * Check whether there are new backup superblocks exist 61 /* check if already done backup super */ in ocfs2_calc_new_backup_super() 116 * check whether there are some new backup superblocks exist in in ocfs2_update_last_group_and_inode() 177 struct buffer_head *backup = NULL; in update_backups() local 188 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &backup); in update_backups() 194 memcpy(backup->b_data, data, inode->i_sb->s_blocksize); in update_backups() 196 backup_di = (struct ocfs2_dinode *)backup->b_data; in update_backups() 199 ret = ocfs2_write_super_or_backup(osb, backup); in update_backups() 200 brelse(backup); in update_backups() 201 backup = NULL; in update_backups()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_sync.c | 27 * Alexandre Cassen : Added master & backup support at a time. 212 The master mulitcasts messages (Datagrams) to the backup load balancers 817 IP_VS_DBG(3, "BACKUP, no %s engine found/loaded\n", in ip_vs_conn_fill_param_sync() 822 IP_VS_ERR_RL("BACKUP, Invalid PE parameters\n"); in ip_vs_conn_fill_param_sync() 838 * Common for version 0 and 1 reception of backup sync_conns. 917 IP_VS_DBG(2, "BACKUP, add new conn. failed\n"); in ip_vs_proc_conn() 975 IP_VS_ERR_RL("BACKUP v0, bogus conn\n"); in ip_vs_process_message_v0() 985 IP_VS_ERR_RL("BACKUP v0, Dropping buffer bogus conn options\n"); in ip_vs_process_message_v0() 997 IP_VS_DBG(2, "BACKUP v0, Unsupported protocol %u\n", in ip_vs_process_message_v0() 1002 IP_VS_DBG(2, "BACKUP v0, Invalid %s state %u\n", in ip_vs_process_message_v0() [all …]
|