Searched refs:old_reg (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/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-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_bo.c | 752 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nve0_bo_move_copy() argument 754 struct nouveau_mem *mem = nouveau_mem(old_reg); in nve0_bo_move_copy() 784 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nvc0_bo_move_copy() argument 786 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_copy() 822 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nvc0_bo_move_m2mf() argument 824 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_m2mf() 861 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nva3_bo_move_copy() argument 863 struct nouveau_mem *mem = nouveau_mem(old_reg); in nva3_bo_move_copy() 899 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg) in nv98_bo_move_exec() argument 901 struct nouveau_mem *mem = nouveau_mem(old_reg); in nv98_bo_move_exec() [all …]
|
| /Linux-v5.4/sound/pci/oxygen/ |
| D | oxygen.c | 566 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()
|
| /Linux-v5.4/sound/soc/ux500/ |
| D | ux500_msp_i2s.c | 434 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()
|
| /Linux-v5.4/sound/pci/ymfpci/ |
| D | ymfpci_main.c | 1415 u16 reg, old_reg; in snd_ymfpci_drec_source_put() local 1418 old_reg = snd_ymfpci_readw(chip, YDSXGR_GLOBALCTRL); in snd_ymfpci_drec_source_put() 1420 reg = old_reg & ~0x100; in snd_ymfpci_drec_source_put() 1422 reg = (old_reg & ~0x300) | 0x100 | ((value->value.enumerated.item[0] == 2) << 9); in snd_ymfpci_drec_source_put() 1425 return reg != old_reg; in snd_ymfpci_drec_source_put()
|