Searched refs:new_reg (Results 1 – 5 of 5) sorted by relevance
/drivers/tty/serial/ |
D | ip22zilog.c | 639 unsigned char new_reg; in ip22zilog_enable_ms() local 641 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms() 642 if (new_reg != up->curregs[R15]) { in ip22zilog_enable_ms() 643 up->curregs[R15] = new_reg; in ip22zilog_enable_ms() 655 unsigned char set_bits, clear_bits, new_reg; in ip22zilog_break_ctl() local 667 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in ip22zilog_break_ctl() 668 if (new_reg != up->curregs[R5]) { in ip22zilog_break_ctl() 669 up->curregs[R5] = new_reg; in ip22zilog_break_ctl()
|
D | sunzilog.c | 739 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() 755 unsigned char set_bits, clear_bits, new_reg; in sunzilog_break_ctl() local 767 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl() 768 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl() 769 up->curregs[R5] = new_reg; in sunzilog_break_ctl()
|
D | pmac_zilog.c | 691 unsigned char new_reg; in pmz_enable_ms() local 695 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms() 696 if (new_reg != uap->curregs[R15]) { in pmz_enable_ms() 697 uap->curregs[R15] = new_reg; in pmz_enable_ms() 711 unsigned char set_bits, clear_bits, new_reg; in pmz_break_ctl() local 723 new_reg = (uap->curregs[R5] | set_bits) & ~clear_bits; in pmz_break_ctl() 724 if (new_reg != uap->curregs[R5]) { in pmz_break_ctl() 725 uap->curregs[R5] = new_reg; in pmz_break_ctl()
|
/drivers/ata/ |
D | sata_nv.c | 685 u32 current_reg, new_reg, config_mask; in nv_adma_slave_config() local 728 new_reg = current_reg | config_mask; in nv_adma_slave_config() 731 new_reg = current_reg & ~config_mask; in nv_adma_slave_config() 735 if (current_reg != new_reg) in nv_adma_slave_config() 736 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, new_reg); in nv_adma_slave_config()
|
/drivers/target/ |
D | target_core_pr.c | 3223 int new_reg = 0, type, scope, matching_iname, prf_isid; in core_scsi3_emulate_pro_register_and_move() local 3550 new_reg = 1; in core_scsi3_emulate_pro_register_and_move() 3572 if (!new_reg) in core_scsi3_emulate_pro_register_and_move()
|