Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
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()
/linux-6.1.9/drivers/gpu/drm/nouveau/
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()
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()
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()
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()
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()
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()
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()
Dnouveau_bo.c994 struct ttm_resource *old_reg = bo->resource; in nouveau_bo_move() local
1020 if (!old_reg || (old_reg->mem_type == TTM_PL_SYSTEM && in nouveau_bo_move()
1026 if (old_reg->mem_type == TTM_PL_SYSTEM && in nouveau_bo_move()
1032 if (old_reg->mem_type == TTM_PL_TT && in nouveau_bo_move()
1042 if ((old_reg->mem_type == TTM_PL_SYSTEM && in nouveau_bo_move()
1044 (old_reg->mem_type == TTM_PL_VRAM && in nouveau_bo_move()
/linux-6.1.9/sound/pci/oxygen/
Doxygen.c563 u16 old_reg, new_reg; in meridian_dig_source_put() local
567 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA); in meridian_dig_source_put()
568 new_reg = old_reg & ~GPIO_MERIDIAN_DIG_MASK; in meridian_dig_source_put()
573 changed = new_reg != old_reg; in meridian_dig_source_put()
584 u16 old_reg, new_reg; in claro_dig_source_put() local
588 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA); in claro_dig_source_put()
589 new_reg = old_reg & ~GPIO_CLARO_DIG_COAX; in claro_dig_source_put()
592 changed = new_reg != old_reg; in claro_dig_source_put()
/linux-6.1.9/sound/soc/ux500/
Dux500_msp_i2s.c432 u32 old_reg, new_reg, mask; in ux500_msp_i2s_open() local
477 old_reg = readl(msp->registers + MSP_GCR); in ux500_msp_i2s_open()
478 old_reg &= ~mask; in ux500_msp_i2s_open()
479 new_reg |= old_reg; in ux500_msp_i2s_open()
/linux-6.1.9/sound/pci/ymfpci/
Dymfpci_main.c1408 u16 reg, old_reg; in snd_ymfpci_drec_source_put() local
1411 old_reg = snd_ymfpci_readw(chip, YDSXGR_GLOBALCTRL); in snd_ymfpci_drec_source_put()
1413 reg = old_reg & ~0x100; in snd_ymfpci_drec_source_put()
1415 reg = (old_reg & ~0x300) | 0x100 | ((value->value.enumerated.item[0] == 2) << 9); in snd_ymfpci_drec_source_put()
1418 return reg != old_reg; in snd_ymfpci_drec_source_put()