Searched refs:dtim (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/ata/chipsets/ |
| H A D | ata-intel.c | 553 u_int8_t dtim = 0x80 + (target << 2); in ata_intel_sch_setmode() local 554 u_int32_t tim = pci_read_config(parent, dtim, 4); in ata_intel_sch_setmode() 573 pci_write_config(parent, dtim, tim, 4); in ata_intel_sch_setmode()
|
| /freebsd-13.1/sys/dev/wpi/ |
| H A D | if_wpi.c | 3801 wpi_set_pslevel(struct wpi_softc *sc, uint8_t dtim, int level, int async) in wpi_set_pslevel() argument 3811 __func__, dtim, level, async); in wpi_set_pslevel() 3814 if (dtim <= 10) in wpi_set_pslevel() 3830 if (dtim == 0) { in wpi_set_pslevel() 3831 dtim = 1; in wpi_set_pslevel() 3840 max = dtim * (skip_dtim + 1); in wpi_set_pslevel() 3841 else if (max > dtim) in wpi_set_pslevel() 3842 max = rounddown(max, dtim); in wpi_set_pslevel() 3844 max = dtim; in wpi_set_pslevel()
|
| /freebsd-13.1/sys/dev/iwn/ |
| H A D | if_iwn.c | 6467 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) in iwn_set_pslevel() argument 6478 dtim, in iwn_set_pslevel() 6483 if (dtim <= 2) in iwn_set_pslevel() 6485 else if (dtim <= 10) in iwn_set_pslevel() 6502 if (dtim == 0) { in iwn_set_pslevel() 6503 dtim = 1; in iwn_set_pslevel() 6511 max = dtim * (skip_dtim + 1); in iwn_set_pslevel() 6512 else if (max > dtim) in iwn_set_pslevel() 6513 max = rounddown(max, dtim); in iwn_set_pslevel() 6515 max = dtim; in iwn_set_pslevel() [all …]
|
| H A D | if_iwnreg.h | 1113 uint8_t dtim; member
|