Searched refs:dtim (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.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-12.1/sys/dev/wpi/ |
| H A D | if_wpi.c | 3798 wpi_set_pslevel(struct wpi_softc *sc, uint8_t dtim, int level, int async) in wpi_set_pslevel() argument 3808 __func__, dtim, level, async); in wpi_set_pslevel() 3811 if (dtim <= 10) in wpi_set_pslevel() 3827 if (dtim == 0) { in wpi_set_pslevel() 3828 dtim = 1; in wpi_set_pslevel() 3837 max = dtim * (skip_dtim + 1); in wpi_set_pslevel() 3838 else if (max > dtim) in wpi_set_pslevel() 3839 max = rounddown(max, dtim); in wpi_set_pslevel() 3841 max = dtim; in wpi_set_pslevel()
|
| /freebsd-12.1/sys/dev/iwn/ |
| H A D | if_iwn.c | 6473 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) in iwn_set_pslevel() argument 6484 dtim, in iwn_set_pslevel() 6489 if (dtim <= 2) in iwn_set_pslevel() 6491 else if (dtim <= 10) in iwn_set_pslevel() 6508 if (dtim == 0) { in iwn_set_pslevel() 6509 dtim = 1; in iwn_set_pslevel() 6517 max = dtim * (skip_dtim + 1); in iwn_set_pslevel() 6518 else if (max > dtim) in iwn_set_pslevel() 6519 max = rounddown(max, dtim); in iwn_set_pslevel() 6521 max = dtim; in iwn_set_pslevel() [all …]
|
| H A D | if_iwnreg.h | 1113 uint8_t dtim; member
|