Searched refs:stat_reg (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_lvds.c73 u32 ctl_reg, lvds_reg, stat_reg; local
78 stat_reg = PCH_PP_STATUS;
82 stat_reg = PP_STATUS;
106 (I915_READ(stat_reg) & PP_ON) == 0, 1000,
117 u32 ctl_reg, lvds_reg, stat_reg; local
122 stat_reg = PCH_PP_STATUS;
126 stat_reg = PP_STATUS;
133 (I915_READ(stat_reg) & PP_ON) == 0, 1000,
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-promise.c220 int stat_reg; local
326 stat_reg = 0x6c;
336 stat_reg = 0x60;
344 ATA_OUTL(ctlr->r_res2, stat_reg, 0x000000ff);
627 u_int32_t stat_reg, vector, status; local
633 stat_reg = 0x6c;
638 stat_reg = 0x60;
646 status = ATA_INL(ctlr->r_res2, stat_reg);
647 ATA_OUTL(ctlr->r_res2, stat_reg, status & (0x00000011 << ch->unit));

Completed in 155 milliseconds