Home
last modified time | relevance | path

Searched refs:pshift (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dvdev_missing.c47 uint64_t *ashift, uint64_t *pshift) in vdev_missing_open() argument
59 *pshift = 0; in vdev_missing_open()
H A Dvdev_root.c85 uint64_t *ashift, uint64_t *pshift) in vdev_root_open() argument
119 *pshift = 0; in vdev_root_open()
/freebsd-14.2/sys/dev/sound/pcm/
H A Dfeeder_eq.c151 int32_t pmul, pshift; \
154 pshift = feed_eq_preamp[info->preamp].shift; \
162 v = ((intpcm64_t)pmul * v) >> pshift; \
178 v = ((intpcm64_t)pmul * v) >> pshift; \
/freebsd-14.2/sys/dev/ata/chipsets/
H A Data-intel.c410 int mask, pshift, timeout, devs; in ata_intel_reset() local
431 pshift = 8; in ata_intel_reset()
433 pshift = 4; in ata_intel_reset()
435 pcs = (pci_read_config(parent, 0x92, 2) >> pshift) & mask; in ata_intel_reset()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h74 uint64_t *ashift, uint64_t *pshift);