Home
last modified time | relevance | path

Searched refs:HWD_DATA_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/opl/sys/
H A Dopl_hwdesc.h509 #define HWD_DATA_SIZE (36 * 1024) /* Size of HWD data from SCF */ macro
/titanic_50/usr/src/uts/sun4u/io/
H A Dopl_cfg.c318 uint32_t datasize = HWD_DATA_SIZE; in opl_read_hwd()
363 hwdp = kmem_alloc(HWD_DATA_SIZE, KM_SLEEP); in opl_read_hwd()
370 kmem_free(hwdp, HWD_DATA_SIZE); in opl_read_hwd()
2857 kmem_free(hwdp, HWD_DATA_SIZE); in opl_unprobe_sb()