Searched refs:hwdp (Results 1 – 1 of 1) sorted by relevance
314 void *hwdp; in opl_read_hwd() local349 hwdp = (void *)((char *)opl_hwd_vaddr + 0x1000); in opl_read_hwd()350 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()364 hwdp = kmem_alloc(HWD_DATA_SIZE, KM_SLEEP); in opl_read_hwd()367 ret = (*getinfop)(key, type, transid, &datasize, hwdp); in opl_read_hwd()369 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()371 kmem_free(hwdp, HWD_DATA_SIZE); in opl_read_hwd()374 hwdp = opl_boards[board].cfg_hwd; in opl_read_hwd()380 hd = (hwd_header_t *)hwdp; in opl_read_hwd()382 ((char *)hwdp + hd->hdr_sb_status_offset); in opl_read_hwd()[all …]