Searched refs:dtim (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-intel.c551 u_int8_t dtim = 0x80 + (target << 2); local
552 u_int32_t tim = pci_read_config(parent, dtim, 4);
571 pci_write_config(parent, dtim, tim, 4);
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3776 wpi_set_pslevel(struct wpi_softc *sc, uint8_t dtim, int level, int async) argument
3785 "%s: dtim=%d, level=%d, async=%d\n",
3786 __func__, dtim, level, async);
3789 if (dtim <= 10)
3805 if (dtim == 0) {
3806 dtim = 1;
3815 max = dtim * (skip_dtim + 1);
3816 else if (max > dtim)
3817 max = rounddown(max, dtim);
3819 max = dtim;
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c6297 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) argument
6306 "%s: dtim=%d, level=%d, async=%d\n",
6308 dtim,
6313 if (dtim <= 2)
6315 else if (dtim <= 10)
6332 if (dtim == 0) {
6333 dtim = 1;
6341 max = dtim * (skip_dtim + 1);
6342 else if (max > dtim)
6343 max = rounddown(max, dtim);
[all...]
H A Dif_iwnreg.h1079 uint8_t dtim; member in struct:iwn_btcoex_priotable

Completed in 241 milliseconds