Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/misc/musycc/
H A Dmusycc.c141 struct mycg { struct
221 struct mycg *mycg; member
1387 if (sizeof(struct mycg) > 2048) { in musycc_probe()
1389 sizeof(struct mycg)); in musycc_probe()
1430 kprintf("We have %zu pad bytes in mycg\n", 2048 - sizeof(struct mycg)); in musycc_attach()
1509 sc->mycg = kmalloc(sizeof(struct mycg), M_MUSYCC, in musycc_attach()
1511 sc->ram = &sc->mycg->cg; in musycc_attach()
1526 csc->ram = (struct globalr *)&csc->serial[0].mycg->cg; in musycc_attach()