Home
last modified time | relevance | path

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

/dragonfly/sys/dev/powermng/intpm/
H A Dintpm.c109 const struct intsmb_device *isd; in intsmb_probe() local
115 isd = &intsmb_products[i]; in intsmb_probe()
116 if (isd->devid == devid) { in intsmb_probe()
117 device_set_desc(dev, isd->description); in intsmb_probe()
/dragonfly/sys/dev/misc/musycc/
H A Dmusycc.c114 u_int32_t isd; /* Interrupt Service Descriptor */ member
775 u = csc->reg->isd; in musycc_intr0()
839 csc->reg->isd = j << 16; in musycc_intr0()