Searched refs:hwdp (Results 1 – 1 of 1) sorted by relevance
313 void *hwdp; in opl_read_hwd() local348 hwdp = (void *)((char *)opl_hwd_vaddr + 0x1000); in opl_read_hwd()349 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()363 hwdp = kmem_alloc(HWD_DATA_SIZE, KM_SLEEP); in opl_read_hwd()366 ret = (*getinfop)(key, type, transid, &datasize, hwdp); in opl_read_hwd()368 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()370 kmem_free(hwdp, HWD_DATA_SIZE); in opl_read_hwd()373 hwdp = opl_boards[board].cfg_hwd; in opl_read_hwd()379 hd = (hwd_header_t *)hwdp; in opl_read_hwd()381 ((char *)hwdp + hd->hdr_sb_status_offset); in opl_read_hwd()[all …]