Searched refs:old_reg (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | mach_traps.h | 28 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-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 724 struct nouveau_mem *mem = nouveau_mem(old_reg); in nve0_bo_move_copy() 754 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nvc0_bo_move_copy() argument 756 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_copy() 792 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nvc0_bo_move_m2mf() argument 794 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_m2mf() 831 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nva3_bo_move_copy() argument 833 struct nouveau_mem *mem = nouveau_mem(old_reg); in nva3_bo_move_copy() 869 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nv98_bo_move_exec() argument 871 struct nouveau_mem *mem = nouveau_mem(old_reg); in nv98_bo_move_exec() [all …]
|
/Linux-v4.19/sound/pci/oxygen/ |
D | oxygen.c | 578 u16 old_reg, new_reg; in meridian_dig_source_put() local 582 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA); in meridian_dig_source_put() 583 new_reg = old_reg & ~GPIO_MERIDIAN_DIG_MASK; in meridian_dig_source_put() 588 changed = new_reg != old_reg; in meridian_dig_source_put() 599 u16 old_reg, new_reg; in claro_dig_source_put() local 603 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA); in claro_dig_source_put() 604 new_reg = old_reg & ~GPIO_CLARO_DIG_COAX; in claro_dig_source_put() 607 changed = new_reg != old_reg; in claro_dig_source_put()
|
/Linux-v4.19/sound/soc/ux500/ |
D | ux500_msp_i2s.c | 437 u32 old_reg, new_reg, mask; in ux500_msp_i2s_open() local 482 old_reg = readl(msp->registers + MSP_GCR); in ux500_msp_i2s_open() 483 old_reg &= ~mask; in ux500_msp_i2s_open() 484 new_reg |= old_reg; in ux500_msp_i2s_open()
|
/Linux-v4.19/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1429 u16 reg, old_reg; in snd_ymfpci_drec_source_put() local 1432 old_reg = snd_ymfpci_readw(chip, YDSXGR_GLOBALCTRL); in snd_ymfpci_drec_source_put() 1434 reg = old_reg & ~0x100; in snd_ymfpci_drec_source_put() 1436 reg = (old_reg & ~0x300) | 0x100 | ((value->value.enumerated.item[0] == 2) << 9); in snd_ymfpci_drec_source_put() 1439 return reg != old_reg; in snd_ymfpci_drec_source_put()
|