Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Dopl_hwdesc.h509 #define HWD_DATA_SIZE (36 * 1024) /* Size of HWD data from SCF */ macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c319 uint32_t datasize = HWD_DATA_SIZE; in opl_read_hwd()
364 hwdp = kmem_alloc(HWD_DATA_SIZE, KM_SLEEP); in opl_read_hwd()
371 kmem_free(hwdp, HWD_DATA_SIZE); in opl_read_hwd()
2856 kmem_free(hwdp, HWD_DATA_SIZE); in opl_unprobe_sb()