Home | History | Annotate | Download | only in ic

Lines Matching refs:mlx_ioh

122 	bus_space_handle_t	mlx_ioh;
315 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 1,
317 return (bus_space_read_1(mlx->mlx_iot, mlx->mlx_ioh, off));
324 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 2,
326 return (bus_space_read_2(mlx->mlx_iot, mlx->mlx_ioh, off));
333 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 4,
335 return (bus_space_read_4(mlx->mlx_iot, mlx->mlx_ioh, off));
342 bus_space_write_1(mlx->mlx_iot, mlx->mlx_ioh, off, val);
343 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 1,
351 bus_space_write_2(mlx->mlx_iot, mlx->mlx_ioh, off, val);
352 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 2,
360 bus_space_write_4(mlx->mlx_iot, mlx->mlx_ioh, off, val);
361 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 4,