Searched refs:csz (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol_tbl.c | 866 size_t csz; in rct_csintlv_bits() local 888 csz = MC_CS_SIZE(bam, width); in rct_csintlv_bits() 905 csid->csi_hibit = topbit(csz) - 1; in rct_csintlv_bits()
|
/titanic_50/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 1963 uint8_t csz; in ath_attach() local 2017 csz = pci_config_get8(asc->asc_cfg_handle, PCI_CONF_CACHE_LINESZ); in ath_attach() 2018 if (csz == 0) { in ath_attach() 2024 csz = ATH_DEF_CACHE_BYTES / sizeof (uint32_t); in ath_attach() 2026 csz); in ath_attach() 2028 asc->asc_cachelsz = csz << 2; in ath_attach() 2032 "device id 0x%x, cache size %d\n", vendor_id, device_id, csz)); in ath_attach()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 904 size_t csz = MIN(pmp->pr_size - n, pgc->pgc_chunksz); in dump_map() local 914 if (Pread(P, pgc->pgc_chunk, csz, pmp->pr_vaddr + n) != csz || in dump_map() 915 gc_pwrite64(pgc->pgc_fd, pgc->pgc_chunk, csz, in dump_map() 927 n += csz; in dump_map()
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 2550 uint8_t csz; in arn_pci_config_cachesize() local 2556 csz = pci_config_get8(sc->sc_cfg_handle, PCI_CONF_CACHE_LINESZ); in arn_pci_config_cachesize() 2557 if (csz == 0) { in arn_pci_config_cachesize() 2563 csz = ATH_DEF_CACHE_BYTES / sizeof (uint32_t); in arn_pci_config_cachesize() 2565 csz); in arn_pci_config_cachesize() 2567 sc->sc_cachelsz = csz << 2; in arn_pci_config_cachesize()
|
/titanic_50/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc.c | 2888 uint_t csz; in fhc_cvt_size() local 2890 csz = 0; in fhc_cvt_size() 2893 csz++; in fhc_cvt_size() 2896 csz /= 2; in fhc_cvt_size() 2898 return (csz); in fhc_cvt_size()
|
/titanic_50/usr/src/uts/common/io/rtw/ |
H A D | rtw.c | 3121 uint8_t csz; in rtw_attach() local 3171 csz = ddi_get8(rsc->sc_cfg_handle, in rtw_attach() 3173 if (!csz) in rtw_attach() 3174 csz = 16; in rtw_attach() 3175 rsc->sc_cachelsz = csz << 2; in rtw_attach() 3181 "device id 0x%x, cache size %d\n", vendor_id, device_id, csz); in rtw_attach()
|
/titanic_50/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 3804 uint8_t csz; in mwl_attach() local 3856 csz = ddi_get8(sc->sc_cfg_handle, in mwl_attach() 3858 if (!csz) in mwl_attach() 3859 csz = 16; in mwl_attach() 3860 sc->sc_cachelsz = csz << 2; in mwl_attach() 3868 vendor_id, device_id, csz); in mwl_attach()
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1359 int csz; local 1372 csz = sz; 1382 icmp->icmp_cksum = csz - sizeof(ip6_t);
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | cpuid.c | 4512 getl2cacheinfo(cpu_t *cpu, int *csz, int *lsz, int *assoc) in getl2cacheinfo() argument 4517 l2i->l2i_csz = csz; in getl2cacheinfo()
|