Home
last modified time | relevance | path

Searched refs:hdw (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/safexcel/
H A Dsafexcel.c334 sc->sc_config.hdw = in safexcel_configure()
336 mask = (1 << sc->sc_config.hdw) - 1; in safexcel_configure()
557 mask = (1 << sc->sc_config.hdw) - 1; in safexcel_hw_setup_rings()
558 cd_size_rnd = (sc->sc_config.cd_size + mask) >> sc->sc_config.hdw; in safexcel_hw_setup_rings()
561 rd_size_rnd = (val + mask) >> sc->sc_config.hdw; in safexcel_hw_setup_rings()
586 ((SAFEXCEL_FETCH_COUNT * (cd_size_rnd << sc->sc_config.hdw)) << in safexcel_hw_setup_rings()
621 ((SAFEXCEL_FETCH_COUNT * (rd_size_rnd << sc->sc_config.hdw)) << in safexcel_hw_setup_rings()
H A Dsafexcel_var.h294 uint32_t hdw; /* Host interface Data Width. */ member