HomeSort by: relevance | last modified time | path
    Searched refs:mlx_iot (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mlxvar.h 121 bus_space_tag_t mlx_iot; member in struct:mlx_softc
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)
    [all...]
  /src/sys/dev/pci/
mlx_pci.c 254 mlx->mlx_iot = memt;
257 mlx->mlx_iot = iot;
333 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh,
335 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh,
481 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh,
483 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh,
592 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh,
594 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh,
  /src/sys/dev/eisa/
mlx_eisa.c 146 mlx->mlx_iot = iot;
222 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh,

Completed in 13 milliseconds