Searched refs:dtim (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-intel.c | 552 u_int8_t dtim = 0x80 + (target << 2); in ata_intel_sch_setmode() local 553 u_int32_t tim = pci_read_config(parent, dtim, 4); in ata_intel_sch_setmode() 572 pci_write_config(parent, dtim, tim, 4); in ata_intel_sch_setmode()
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpi.c | 3795 wpi_set_pslevel(struct wpi_softc *sc, uint8_t dtim, int level, int async) in wpi_set_pslevel() argument 3805 __func__, dtim, level, async); in wpi_set_pslevel() 3808 if (dtim <= 10) in wpi_set_pslevel() 3824 if (dtim == 0) { in wpi_set_pslevel() 3825 dtim = 1; in wpi_set_pslevel() 3834 max = dtim * (skip_dtim + 1); in wpi_set_pslevel() 3835 else if (max > dtim) in wpi_set_pslevel() 3836 max = rounddown(max, dtim); in wpi_set_pslevel() 3838 max = dtim; in wpi_set_pslevel()
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 6454 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) in iwn_set_pslevel() argument 6465 dtim, in iwn_set_pslevel() 6470 if (dtim <= 2) in iwn_set_pslevel() 6472 else if (dtim <= 10) in iwn_set_pslevel() 6489 if (dtim == 0) { in iwn_set_pslevel() 6490 dtim = 1; in iwn_set_pslevel() 6498 max = dtim * (skip_dtim + 1); in iwn_set_pslevel() 6499 else if (max > dtim) in iwn_set_pslevel() 6500 max = rounddown(max, dtim); in iwn_set_pslevel() 6502 max = dtim; in iwn_set_pslevel() [all …]
|
H A D | if_iwnreg.h | 1112 uint8_t dtim; member
|