Home
last modified time | relevance | path

Searched refs:he (Results 1 – 11 of 11) sorted by relevance

/drivers/scsi/libsas/
Dsas_dump.c56 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) in sas_dprint_hae() argument
59 sas_hae_str[he]); in sas_dprint_hae()
Dsas_dump.h29 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he);
/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
241 he = m->HSyncEnd >> 3; in matroxfb_vgaHWinit()
250 he >>= 1; in matroxfb_vgaHWinit()
259 he <<= 1; in matroxfb_vgaHWinit()
265 he = he - 1; in matroxfb_vgaHWinit()
282 hw->CRTCEXT[5] = (hs + he - ht) >> 1; in matroxfb_vgaHWinit()
308 hw->CRTC[5] = ((hbe & 0x20) << 2) | (he & 0x1F); in matroxfb_vgaHWinit()
/drivers/atm/
DMakefile32 obj-$(CONFIG_ATM_HE) += he.o
/drivers/video/fbdev/
Dasiliantfb.c178 unsigned he = (p->var.xres + p->var.right_margin + p->var.hsync_len) / 8; in asiliant_set_timing() local
198 write_cr(0x05, (((ht - 1) & 0x20) <<2) | (he & 0x1f)); in asiliant_set_timing()
Dtdfxfb.c568 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
600 he = (hsyncend >> 3) - 1; in tdfxfb_set_par()
665 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f); in tdfxfb_set_par()
690 ((he & 0x20) << 2)); in tdfxfb_set_par()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h732 static inline void hsm_set_cl_event(int *flags, enum hsm_event he) in hsm_set_cl_event() argument
734 *flags |= (he << CLF_HSM_EVENT_L); in hsm_set_cl_event()
/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c246 u8 he; member
465 he_in.he = MLX5_SET_HOST_ENDIANNESS; in set_hca_ctrl()
/drivers/staging/rtl8192e/
Dlicense223 author/donor to decide if he or she is willing to distribute software
/drivers/staging/rtl8192u/
Dcopying222 system; it is up to the author/donor to decide if he or she is willing
/drivers/gpio/
DKconfig21 decide whether he needs it or not.