Home
last modified time | relevance | path

Searched refs:oldvalue (Results 1 – 3 of 3) 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.c1397 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
1418 oldvalue = apic_read(APIC_ESR); in lapic_setup_esr()
1430 if (value != oldvalue) { in lapic_setup_esr()
1432 oldvalue, value); in lapic_setup_esr()
/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()