Searched refs:regfile (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c92 FILE *regfile; variable
136 regfile = NULL;
200 if ((regfile = fopen(optarg, "w")) == NULL) {
264 && (regfile == NULL || stock_include_file == NULL)) {
297 if (regfile != NULL)
298 symtable_dump(regfile, regdiagfile);
711 if (regfile != NULL) {
712 fclose(regfile);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.h931 struct i915_suspend_saved_registers regfile; member in struct:drm_i915_private
H A Di915_suspend.c66 array = dev_priv->regfile.save_palette_a;
68 array = dev_priv->regfile.save_palette_b;
88 array = dev_priv->regfile.save_palette_a;
90 array = dev_priv->regfile.save_palette_b;
137 dev_priv->regfile.saveDACMASK = I915_READ8(VGA_DACMASK);
140 dev_priv->regfile.saveMSR = I915_READ8(VGA_MSR_READ);
141 if (dev_priv->regfile.saveMSR & VGA_MSR_CGA_MODE) {
156 dev_priv->regfile.saveCR[i] =
159 dev_priv->regfile.saveCR[0x11] &= ~0x80;
163 dev_priv->regfile
[all...]
H A Dintel_panel.c145 if (dev_priv->regfile.saveBLC_PWM_CTL2 == 0) {
146 dev_priv->regfile.saveBLC_PWM_CTL2 = val;
148 val = dev_priv->regfile.saveBLC_PWM_CTL2;
153 if (dev_priv->regfile.saveBLC_PWM_CTL == 0) {
154 dev_priv->regfile.saveBLC_PWM_CTL = val;
156 dev_priv->regfile.saveBLC_PWM_CTL2 =
159 val = dev_priv->regfile.saveBLC_PWM_CTL;
163 dev_priv->regfile.saveBLC_PWM_CTL2);

Completed in 148 milliseconds