Home
last modified time | relevance | path

Searched refs:mlx_inw (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dmlx_pci.c360 *status = mlx_inw(mlx, MLX_V3REG_STATUS); in mlx_v3_findcomplete()
508 *status = mlx_inw(mlx, MLX_V4REG_STATUS); in mlx_v4_findcomplete()
619 *status = mlx_inw(mlx, MLX_V5REG_STATUS); in mlx_v5_findcomplete()
/netbsd-src/sys/dev/ic/
H A Dmlxvar.h208 static __inline u_int16_t mlx_inw(struct mlx_softc *, int);
321 mlx_inw(struct mlx_softc *mlx, int off) in mlx_inw() function
/netbsd-src/sys/dev/eisa/
H A Dmlx_eisa.c246 *status = mlx_inw(mlx, MLX_V1REG_MAILBOX + 0x0e); in mlx_v1_findcomplete()