Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 57) sorted by relevance

123

/drivers/misc/sgi-gru/
Dgrumain.c451 static void gru_load_context_data(void *save, void *grubase, int ctxnum, in gru_load_context_data() argument
465 save += gru_copy_handle(cb, save); in gru_load_context_data()
466 save += gru_copy_handle(cbe + i * GRU_HANDLE_STRIDE, save); in gru_load_context_data()
470 memcpy(gseg + GRU_DS_BASE, save, length); in gru_load_context_data()
473 static void gru_unload_context_data(void *save, void *grubase, int ctxnum, in gru_unload_context_data() argument
487 save += gru_copy_handle(save, cb); in gru_unload_context_data()
488 save += gru_copy_handle(save, cbe + i * GRU_HANDLE_STRIDE); in gru_unload_context_data()
491 memcpy(save, gseg + GRU_DS_BASE, length); in gru_unload_context_data()
Dgrukservices.c342 int half, qlines, save; in send_message_queue_full() local
354 save = *(int *)mesg; in send_message_queue_full()
359 *(int *)mesg = save; in send_message_queue_full()
/drivers/spi/
Dspidev.c370 u8 save = spi->mode; in spidev_ioctl() local
381 spi->mode = save; in spidev_ioctl()
389 u8 save = spi->mode; in spidev_ioctl() local
397 spi->mode = save; in spidev_ioctl()
406 u8 save = spi->bits_per_word; in spidev_ioctl() local
411 spi->bits_per_word = save; in spidev_ioctl()
419 u32 save = spi->max_speed_hz; in spidev_ioctl() local
424 spi->max_speed_hz = save; in spidev_ioctl()
/drivers/video/aty/
Dradeon_base.c1207 struct radeon_regs *save) in radeon_save_state() argument
1210 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state()
1211 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state()
1212 save->crtc_more_cntl = INREG(CRTC_MORE_CNTL); in radeon_save_state()
1213 save->dac_cntl = INREG(DAC_CNTL); in radeon_save_state()
1214 save->crtc_h_total_disp = INREG(CRTC_H_TOTAL_DISP); in radeon_save_state()
1215 save->crtc_h_sync_strt_wid = INREG(CRTC_H_SYNC_STRT_WID); in radeon_save_state()
1216 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state()
1217 save->crtc_v_sync_strt_wid = INREG(CRTC_V_SYNC_STRT_WID); in radeon_save_state()
1218 save->crtc_pitch = INREG(CRTC_PITCH); in radeon_save_state()
[all …]
Dradeonfb.h445 u32 save, tmp; in radeon_pll_errata_after_data() local
446 save = INREG(CLOCK_CNTL_INDEX); in radeon_pll_errata_after_data()
447 tmp = save & ~(0x3f | PLL_WR_EN); in radeon_pll_errata_after_data()
450 OUTREG(CLOCK_CNTL_INDEX, save); in radeon_pll_errata_after_data()
/drivers/mfd/
Dsm501.c258 unsigned long save; in sm501_misc_control() local
261 spin_lock_irqsave(&sm->reg_lock, save); in sm501_misc_control()
273 spin_unlock_irqrestore(&sm->reg_lock, save); in sm501_misc_control()
292 unsigned long save; in sm501_modify_reg() local
294 spin_lock_irqsave(&sm->reg_lock, save); in sm501_modify_reg()
303 spin_unlock_irqrestore(&sm->reg_lock, save); in sm501_modify_reg()
938 unsigned long save; in sm501_gpio_set() local
944 spin_lock_irqsave(&smgpio->lock, save); in sm501_gpio_set()
954 spin_unlock_irqrestore(&smgpio->lock, save); in sm501_gpio_set()
963 unsigned long save; in sm501_gpio_input() local
[all …]
/drivers/video/console/
Dpromcon.c240 unsigned char save; in promcon_putcs() local
254 save = scr_readw((unsigned short *)(conp->vc_origin in promcon_putcs()
272 if (inverted(save)) in promcon_putcs()
273 b += sprintf(b, "\033[7m%c\033[m", save); in promcon_putcs()
275 b += sprintf(b, "%c", save); in promcon_putcs()
310 save = scr_readw(s++); in promcon_putcs()
311 b += sprintf(b, "%c\b\033[@%c", scr_readw(s++), save); in promcon_putcs()
/drivers/char/
Dser_a2232fw.ax155 sta CommonCDb ; save current state ;
158 jmp =over ; skip CD save ;
161 bpl =over ; not done yet, so skip CD save ;
164 sta cdbuf,x ; save status in buffer ;
169 sta CommonCDo ; save state for the next check ;
184 sta XonOff\1 ; save it ;
205 sta OutTail\1 ; save as tail ;
224 sta ictl\1,x ; save it in InCtl buffer ;
226 sta ibuf\1,x ; save it as well ;
237 sta ibuf\1,x ; save char in buffer ;
/drivers/media/video/bt8xx/
Dbttv-gpio.c108 struct bttv_sub_device *sub, *save; in bttv_sub_del_devices() local
110 list_for_each_entry_safe(sub, save, &core->subs, list) { in bttv_sub_del_devices()
/drivers/video/logo/
Dlogo_blackfin_clut224.ppm3 # gimp linux_bf.svg (create 80x80 save as linux_bf.ppm)
Dlogo_blackfin_vga16.ppm3 # gimp linux_bf.svg (create 80x80 save as linux_bf.ppm)
/drivers/hwmon/
Dw83781d.c1819 int val, save, found = 0; in w83781d_isa_found() local
1847 save = inb_p(address + W83781D_ADDR_REG_OFFSET); in w83781d_isa_found()
1848 if (save & 0x80) { in w83781d_isa_found()
1852 val = ~save & 0x7f; in w83781d_isa_found()
1855 outb_p(save, address + W83781D_ADDR_REG_OFFSET); in w83781d_isa_found()
1868 save = inb_p(address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found()
1871 if ((!(save & 0x80) && (val != 0xa3)) in w83781d_isa_found()
1872 || ((save & 0x80) && (val != 0x5c))) { in w83781d_isa_found()
1891 save = inb_p(address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found()
1892 outb_p(save & 0xf8, address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found()
Dlm78.c872 int val, save, found = 0; in lm78_isa_found() local
898 save = inb_p(address + LM78_ADDR_REG_OFFSET); in lm78_isa_found()
899 if (save & 0x80) in lm78_isa_found()
901 val = ~save & 0x7f; in lm78_isa_found()
904 outb_p(save, address + LM78_ADDR_REG_OFFSET); in lm78_isa_found()
/drivers/gpu/drm/i915/
Ddvo.h75 void (*save)(struct intel_dvo_device *dvo); member
Dintel_dvo.c111 dvo->dev_ops->save(dvo); in intel_dvo_save()
319 .save = intel_dvo_save,
Ddvo_sil164.c299 .save = sil164_save,
/drivers/char/hw_random/
Dn2-asm.S29 save %sp, -192, %sp
/drivers/sn/
Dioc3.c337 int save = 0, loops = 3; in probe_nic() local
345 addr = first = nic_find(idd, &save, 0); in probe_nic()
363 addr = nic_find(idd, &save, addr); in probe_nic()
/drivers/video/vermilion/
Dcr_pll.c146 .save = crvml_sys_save,
Dvermilion.h240 int (*save) (struct vml_sys * sys); member
/drivers/pnp/
DKconfig32 This option allows you to save a bit of space if you do not want
/drivers/scsi/libsas/
DKconfig48 N here if you want to save the few kb this consumes.
/drivers/char/agp/
Duninorth-agp.c39 char *save = aperture; in uninorth_fetch_size() local
42 aperture = save; in uninorth_fetch_size()
/drivers/mmc/card/
DKconfig42 save power when theres an SD card inserted but not being used.
/drivers/regulator/
DKconfig14 output in order to save power and prolong battery life. This applies

123