Home
last modified time | relevance | path

Searched refs:oldvalue (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/go7007/
H A Ds2250-board.c367 u16 oldvalue; in s2250_s_ctrl() local
371 read_reg_fp(client, VPX322_ADDR_BRIGHTNESS0, &oldvalue); in s2250_s_ctrl()
373 ctrl->val | (oldvalue & ~0xff)); in s2250_s_ctrl()
374 read_reg_fp(client, VPX322_ADDR_BRIGHTNESS1, &oldvalue); in s2250_s_ctrl()
376 ctrl->val | (oldvalue & ~0xff)); in s2250_s_ctrl()
380 read_reg_fp(client, VPX322_ADDR_CONTRAST0, &oldvalue); in s2250_s_ctrl()
382 ctrl->val | (oldvalue & ~0x3f)); in s2250_s_ctrl()
383 read_reg_fp(client, VPX322_ADDR_CONTRAST1, &oldvalue); in s2250_s_ctrl()
385 ctrl->val | (oldvalue & ~0x3f)); in s2250_s_ctrl()
/linux/arch/x86/kernel/apic/
H A Dapic.c1392 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
1413 oldvalue = apic_read(APIC_ESR); in lapic_setup_esr()
1425 if (value != oldvalue) { in lapic_setup_esr()
1427 oldvalue, value); in lapic_setup_esr()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c524 u32 oldvalue = get_unaligned((u32 *)p_exact); in nfp_fl_set_helper32() local
528 value |= oldvalue & ~mask; in nfp_fl_set_helper32()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c693 u_int oldvalue; in ahd_get_snscb_qoff() local
696 oldvalue = ahd_inw(ahd, SNSCB_QOFF); in ahd_get_snscb_qoff()
697 ahd_outw(ahd, SNSCB_QOFF, oldvalue); in ahd_get_snscb_qoff()
698 return (oldvalue); in ahd_get_snscb_qoff()