Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/mips/nlm/hal/
HDnlm_hal.c66 uint32_t pllctrl, dfsdiv, spf, spr, div_val; in nlm_get_device_frequency() local
77 spf = (pllctrl >> 3 & 0x7f) + 1; in nlm_get_device_frequency()
84 return ((400 * spf) / (3 * extra_div * spr * dfsdiv)); in nlm_get_device_frequency()
/freebsd-13-stable/stand/libsa/
HDdosfs.c90 u_char spf[2]; /* sectors per FAT */ member
167 max_offset_in_fat = secbyt(fs->spf); in dos_read_fatblk()
598 if ((fs->spf = cv2(bs->bpb.spf))) { in parsebs()
604 if (!(fs->spf = cv4(bs->bpb.lspf))) in parsebs()
613 fs->lsndir = fs->lsnfat + fs->spf * bs->bpb.fats; in parsebs()
622 sc = (secbyt(fs->spf) << 1) / (fs->fatsz >> 2) - 1; in parsebs()
863 if (offset + nbyte > secbyt(fs->spf)) in fatget()
HDdosfs.h104 u_int spf; /* sectors per fat */ member
/freebsd-13-stable/sys/mips/cavium/octe/
HDethernet-spi.c69 if (spx_int_reg.s.spf) in cvm_oct_spi_rml_interrupt()
131 if (spx_int_reg.s.spf) in cvm_oct_spi_rml_interrupt()
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-spxx-defs.h1003 uint64_t spf : 1; /**< Spi interface down */ member
1030 uint64_t spf : 1;