Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/
H A Dopl_cfg.c311 static int (*getinfop)(uint32_t, uint8_t, uint32_t, uint32_t *, in opl_read_hwd() local
354 if (getinfop == NULL) in opl_read_hwd()
355 getinfop = (int (*)(uint32_t, uint8_t, uint32_t, in opl_read_hwd()
359 if (getinfop == NULL) in opl_read_hwd()
366 ret = (*getinfop)(key, type, transid, &datasize, hwdp); in opl_read_hwd()