Home
last modified time | relevance | path

Searched refs:old_reg (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmach_traps.h28 int old_reg = -1; in reassert_nmi() local
31 old_reg = current_lock_cmos_reg(); in reassert_nmi()
38 if (old_reg >= 0) in reassert_nmi()
39 outb(old_reg, 0x70); in reassert_nmi()
/OK3568_Linux_fs/kernel/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
51 u32 src_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, old_reg); in nv04_bo_move_m2mf()
52 u32 src_offset = old_reg->start << PAGE_SHIFT; in nv04_bo_move_m2mf()
H A Dnouveau_bo74c1.c37 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv84_bo_move_exec() argument
39 struct nouveau_mem *mem = nouveau_mem(old_reg); in nv84_bo_move_exec()
H A Dnouveau_bo85b5.c41 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nva3_bo_move_copy() argument
43 struct nouveau_mem *mem = nouveau_mem(old_reg); in nva3_bo_move_copy()
H A Dnouveau_bo90b5.c34 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nvc0_bo_move_copy() argument
36 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_copy()
H A Dnouveau_boa0b5.c39 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nve0_bo_move_copy() argument
41 struct nouveau_mem *mem = nouveau_mem(old_reg); in nve0_bo_move_copy()
H A Dnouveau_bo9039.c39 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nvc0_bo_move_m2mf() argument
42 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_m2mf()
H A Dnouveau_bo5039.c40 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv50_bo_move_m2mf() argument
42 struct nouveau_mem *mem = nouveau_mem(old_reg); in nv50_bo_move_m2mf()
H A Dnouveau_bo.c1061 struct ttm_resource *old_reg = &bo->mem; in nouveau_bo_move() local
1079 if (old_reg->mem_type == TTM_PL_SYSTEM && !bo->ttm) { in nouveau_bo_move()
1090 else if (old_reg->mem_type == TTM_PL_SYSTEM) in nouveau_bo_move()
/OK3568_Linux_fs/kernel/sound/pci/oxygen/
H A Doxygen.c566 u16 old_reg, new_reg; in meridian_dig_source_put() local
570 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA); in meridian_dig_source_put()
571 new_reg = old_reg & ~GPIO_MERIDIAN_DIG_MASK; in meridian_dig_source_put()
576 changed = new_reg != old_reg; in meridian_dig_source_put()
587 u16 old_reg, new_reg; in claro_dig_source_put() local
591 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA); in claro_dig_source_put()
592 new_reg = old_reg & ~GPIO_CLARO_DIG_COAX; in claro_dig_source_put()
595 changed = new_reg != old_reg; in claro_dig_source_put()
/OK3568_Linux_fs/kernel/sound/soc/ux500/
H A Dux500_msp_i2s.c434 u32 old_reg, new_reg, mask; in ux500_msp_i2s_open() local
479 old_reg = readl(msp->registers + MSP_GCR); in ux500_msp_i2s_open()
480 old_reg &= ~mask; in ux500_msp_i2s_open()
481 new_reg |= old_reg; in ux500_msp_i2s_open()
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci_main.c1399 u16 reg, old_reg; in snd_ymfpci_drec_source_put() local
1402 old_reg = snd_ymfpci_readw(chip, YDSXGR_GLOBALCTRL); in snd_ymfpci_drec_source_put()
1404 reg = old_reg & ~0x100; in snd_ymfpci_drec_source_put()
1406 reg = (old_reg & ~0x300) | 0x100 | ((value->value.enumerated.item[0] == 2) << 9); in snd_ymfpci_drec_source_put()
1409 return reg != old_reg; in snd_ymfpci_drec_source_put()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c111 struct kbase_va_region *old_reg; in kbase_region_tracker_insert() local
114 old_reg = rb_entry(parent, struct kbase_va_region, rblink); in kbase_region_tracker_insert()
117 KBASE_DEBUG_ASSERT(old_reg->start_pfn != start_pfn); in kbase_region_tracker_insert()
119 if (old_reg->start_pfn > start_pfn) in kbase_region_tracker_insert()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c165 struct kbase_va_region *old_reg; in kbase_region_tracker_insert() local
168 old_reg = rb_entry(parent, struct kbase_va_region, rblink); in kbase_region_tracker_insert()
171 KBASE_DEBUG_ASSERT(old_reg->start_pfn != start_pfn); in kbase_region_tracker_insert()
173 if (old_reg->start_pfn > start_pfn) in kbase_region_tracker_insert()