Searched refs:he (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/libsas/
H A Dsas_dump.h29 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he);
H A Dsas_dump.c55 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) argument
58 sas_hae_str[he]);
/drivers/atm/
H A DMakefile32 obj-$(CONFIG_ATM_HE) += he.o
/drivers/video/matrox/
H A Dmatroxfb_misc.c191 unsigned int hd, hs, he, hbe, ht; local
241 he = m->HSyncEnd >> 3;
250 he >>= 1;
259 he <<= 1;
265 he = he - 1;
282 hw->CRTCEXT[5] = (hs + he - ht) >> 1;
308 hw->CRTC[5] = ((hbe & 0x20) << 2) | (he & 0x1F);
/drivers/video/
H A Dasiliantfb.c178 unsigned he = (p->var.xres + p->var.right_margin + p->var.hsync_len) / 8; local
198 write_cr(0x05, (((ht - 1) & 0x20) <<2) | (he & 0x1f));
H A Dtdfxfb.c569 u32 hd, hs, he, ht, hbs, hbe; local
601 he = (hsyncend >> 3) - 1;
666 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f);
691 ((he & 0x20) << 2));
/drivers/gpio/
H A DKconfig13 decide whether he needs it or not.

Completed in 275 milliseconds