/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 722 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nve0_bo_move_copy() argument 735 OUT_RING (chan, new_reg->num_pages); in nve0_bo_move_copy() 754 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nvc0_bo_move_copy() argument 759 u32 page_count = new_reg->num_pages; in nvc0_bo_move_copy() 762 page_count = new_reg->num_pages; in nvc0_bo_move_copy() 792 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nvc0_bo_move_m2mf() argument 797 u32 page_count = new_reg->num_pages; in nvc0_bo_move_m2mf() 800 page_count = new_reg->num_pages; in nvc0_bo_move_m2mf() 831 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nva3_bo_move_copy() argument 836 u32 page_count = new_reg->num_pages; in nva3_bo_move_copy() [all …]
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 867 __be32 new_reg[6]; in octeon_prune_device_tree() local 927 new_reg[0] = cpu_to_be32(cs); in octeon_prune_device_tree() 928 new_reg[1] = cpu_to_be32(0); in octeon_prune_device_tree() 929 new_reg[2] = cpu_to_be32(0x10000); in octeon_prune_device_tree() 930 new_reg[3] = cpu_to_be32(cs + 1); in octeon_prune_device_tree() 931 new_reg[4] = cpu_to_be32(0); in octeon_prune_device_tree() 932 new_reg[5] = cpu_to_be32(0x10000); in octeon_prune_device_tree() 934 "reg", new_reg, sizeof(new_reg)); in octeon_prune_device_tree() 967 __be32 new_reg[6]; in octeon_prune_device_tree() local 988 new_reg[0] = cpu_to_be32(cs); in octeon_prune_device_tree() [all …]
|
/Linux-v4.19/tools/perf/arch/x86/util/ |
D | perf_regs.c | 176 char new_reg[SDT_REG_NAME_SIZE] = {0}; in arch_sdt_arg_parse_op() local 234 new_reg); in arch_sdt_arg_parse_op() 240 strlen(new_reg) + in arch_sdt_arg_parse_op() 252 strlen(new_reg), new_reg, in arch_sdt_arg_parse_op()
|
/Linux-v4.19/sound/pci/oxygen/ |
D | oxygen.c | 578 u16 old_reg, new_reg; in meridian_dig_source_put() local 583 new_reg = old_reg & ~GPIO_MERIDIAN_DIG_MASK; in meridian_dig_source_put() 585 new_reg |= GPIO_MERIDIAN_DIG_BOARD; in meridian_dig_source_put() 587 new_reg |= GPIO_MERIDIAN_DIG_EXT; in meridian_dig_source_put() 588 changed = new_reg != old_reg; in meridian_dig_source_put() 590 oxygen_write16(chip, OXYGEN_GPIO_DATA, new_reg); in meridian_dig_source_put() 599 u16 old_reg, new_reg; in claro_dig_source_put() local 604 new_reg = old_reg & ~GPIO_CLARO_DIG_COAX; in claro_dig_source_put() 606 new_reg |= GPIO_CLARO_DIG_COAX; in claro_dig_source_put() 607 changed = new_reg != old_reg; in claro_dig_source_put() [all …]
|
/Linux-v4.19/drivers/tty/serial/ |
D | ip22zilog.c | 646 unsigned char new_reg; in ip22zilog_enable_ms() local 648 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms() 649 if (new_reg != up->curregs[R15]) { in ip22zilog_enable_ms() 650 up->curregs[R15] = new_reg; in ip22zilog_enable_ms() 663 unsigned char set_bits, clear_bits, new_reg; in ip22zilog_break_ctl() local 675 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in ip22zilog_break_ctl() 676 if (new_reg != up->curregs[R5]) { in ip22zilog_break_ctl() 677 up->curregs[R5] = new_reg; in ip22zilog_break_ctl()
|
D | sunzilog.c | 746 unsigned char new_reg; in sunzilog_enable_ms() local 748 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms() 749 if (new_reg != up->curregs[R15]) { in sunzilog_enable_ms() 750 up->curregs[R15] = new_reg; in sunzilog_enable_ms() 763 unsigned char set_bits, clear_bits, new_reg; in sunzilog_break_ctl() local 775 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl() 776 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl() 777 up->curregs[R5] = new_reg; in sunzilog_break_ctl()
|
D | pmac_zilog.c | 683 unsigned char new_reg; in pmz_enable_ms() local 687 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms() 688 if (new_reg != uap->curregs[R15]) { in pmz_enable_ms() 689 uap->curregs[R15] = new_reg; in pmz_enable_ms() 703 unsigned char set_bits, clear_bits, new_reg; in pmz_break_ctl() local 715 new_reg = (uap->curregs[R5] | set_bits) & ~clear_bits; in pmz_break_ctl() 716 if (new_reg != uap->curregs[R5]) { in pmz_break_ctl() 717 uap->curregs[R5] = new_reg; in pmz_break_ctl()
|
/Linux-v4.19/sound/soc/ux500/ |
D | ux500_msp_i2s.c | 437 u32 old_reg, new_reg, mask; in ux500_msp_i2s_open() local 475 new_reg = (config->tx_clk_sel | config->rx_clk_sel | in ux500_msp_i2s_open() 484 new_reg |= old_reg; in ux500_msp_i2s_open() 485 writel(new_reg, msp->registers + MSP_GCR); in ux500_msp_i2s_open()
|
/Linux-v4.19/drivers/ata/ |
D | sata_nv.c | 683 u32 current_reg, new_reg, config_mask; in nv_adma_slave_config() local 726 new_reg = current_reg | config_mask; in nv_adma_slave_config() 729 new_reg = current_reg & ~config_mask; in nv_adma_slave_config() 733 if (current_reg != new_reg) in nv_adma_slave_config() 734 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, new_reg); in nv_adma_slave_config()
|
/Linux-v4.19/drivers/target/ |
D | target_core_pr.c | 3166 int new_reg = 0, type, scope, matching_iname; in core_scsi3_emulate_pro_register_and_move() local 3477 new_reg = 1; in core_scsi3_emulate_pro_register_and_move() 3498 if (!new_reg) in core_scsi3_emulate_pro_register_and_move()
|