Searched refs:lpc_intr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/gemini/
H A Dlpc_com.c103 if ((lpc->lpc_intr != LPCCF_INTR_DEFAULT) && (lpc->lpc_intr > 0xff))
104 panic("lpc_com: bad intr %d", lpc->lpc_intr);
127 lpc_pnp_write(lpctag, lpc->lpc_ldn, 0x70, lpc->lpc_intr);
178 if (lpc->lpc_intr == LPCCF_INTR_DEFAULT) {
187 lpc_intr_establish(lpc->lpc_tag, lpc->lpc_intr,
190 lpc_intr_establish(lpc->lpc_tag, lpc->lpc_intr,
H A Dgemini_lpcvar.h21 uint lpc_intr; member in struct:gemini_lpc_attach_args
H A Dgemini_lpc.c128 lpc.lpc_intr = cf->cf_loc[LPCCF_INTR];
152 if (lpc->lpc_intr != LPCCF_INTR_DEFAULT)
153 aprint_normal(" intr %d", lpc->lpc_intr);

Completed in 90 milliseconds