Home
last modified time | relevance | path

Searched refs:new_reg (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo0039.c48 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv04_bo_move_m2mf() argument
53 u32 dst_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, new_reg); in nv04_bo_move_m2mf()
54 u32 dst_offset = new_reg->start << PAGE_SHIFT; in nv04_bo_move_m2mf()
55 u32 page_count = PFN_UP(new_reg->size); in nv04_bo_move_m2mf()
65 page_count = PFN_UP(new_reg->size); in nv04_bo_move_m2mf()
H A Dnouveau_bo90b5.c34 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nvc0_bo_move_copy() argument
40 u32 page_count = PFN_UP(new_reg->size); in nvc0_bo_move_copy()
43 page_count = PFN_UP(new_reg->size); in nvc0_bo_move_copy()
H A Dnouveau_bo74c1.c37 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv84_bo_move_exec() argument
47 PUSH_NVSQ(push, NV74C1, 0x0304, new_reg->size, in nv84_bo_move_exec()
H A Dnouveau_bo5039.c40 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv50_bo_move_m2mf() argument
44 u64 length = new_reg->size; in nv50_bo_move_m2mf()
48 int dst_tiled = !!nouveau_mem(new_reg)->kind; in nv50_bo_move_m2mf()
H A Dnouveau_boa0b5.c39 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nve0_bo_move_copy() argument
61 LINE_COUNT, PFN_UP(new_reg->size)); in nve0_bo_move_copy()
/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c935 __be32 new_reg[6]; in octeon_prune_device_tree() local
995 new_reg[0] = cpu_to_be32(cs); in octeon_prune_device_tree()
996 new_reg[1] = cpu_to_be32(0); in octeon_prune_device_tree()
997 new_reg[2] = cpu_to_be32(0x10000); in octeon_prune_device_tree()
998 new_reg[3] = cpu_to_be32(cs + 1); in octeon_prune_device_tree()
999 new_reg[4] = cpu_to_be32(0); in octeon_prune_device_tree()
1000 new_reg[5] = cpu_to_be32(0x10000); in octeon_prune_device_tree()
1002 "reg", new_reg, sizeof(new_reg)); in octeon_prune_device_tree()
1035 __be32 new_reg[ in octeon_prune_device_tree() local
[all...]
/linux/sound/pci/oxygen/
H A Doxygen.c563 u16 old_reg, new_reg; in meridian_dig_source_put() local
568 new_reg = old_reg & ~GPIO_MERIDIAN_DIG_MASK; in meridian_dig_source_put()
570 new_reg |= GPIO_MERIDIAN_DIG_BOARD; in meridian_dig_source_put()
572 new_reg |= GPIO_MERIDIAN_DIG_EXT; in meridian_dig_source_put()
573 changed = new_reg != old_reg; in meridian_dig_source_put()
575 oxygen_write16(chip, OXYGEN_GPIO_DATA, new_reg); in meridian_dig_source_put()
584 u16 old_reg, new_reg; in claro_dig_source_put() local
589 new_reg = old_reg & ~GPIO_CLARO_DIG_COAX; in claro_dig_source_put()
591 new_reg |= GPIO_CLARO_DIG_COAX; in claro_dig_source_put()
592 changed = new_reg ! in claro_dig_source_put()
[all...]
/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c417 u32 old_reg, new_reg, mask; in ux500_msp_i2s_open() local
455 new_reg = (config->tx_clk_sel | config->rx_clk_sel | in ux500_msp_i2s_open()
464 new_reg |= old_reg; in ux500_msp_i2s_open()
465 writel(new_reg, msp->registers + MSP_GCR); in ux500_msp_i2s_open()
/linux/drivers/tty/serial/
H A Dsunzilog.c739 unsigned char new_reg; in sunzilog_enable_ms() local
741 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
742 if (new_reg != up->curregs[R15]) { in sunzilog_enable_ms()
743 up->curregs[R15] = new_reg; in sunzilog_enable_ms()
756 unsigned char set_bits, clear_bits, new_reg; in sunzilog_break_ctl() local
768 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl()
769 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl()
770 up->curregs[R5] = new_reg; in sunzilog_break_ctl()
/linux/drivers/ata/
H A Dsata_nv.c677 u32 current_reg, new_reg, config_mask; in nv_adma_sdev_configure() local
720 new_reg = current_reg | config_mask; in nv_adma_sdev_configure()
723 new_reg = current_reg & ~config_mask; in nv_adma_sdev_configure()
727 if (current_reg != new_reg) in nv_adma_sdev_configure()
728 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, new_reg); in nv_adma_sdev_configure()
/linux/drivers/target/
H A Dtarget_core_pr.c3160 int new_reg = 0, type, scope, matching_iname; in core_scsi3_emulate_pro_register_and_move() local
3468 new_reg = 1; in core_scsi3_emulate_pro_register_and_move()
3495 if (!new_reg) in core_scsi3_emulate_pro_register_and_move()