Searched refs:mycg (Results 1 – 1 of 1) sorted by relevance
141 struct mycg { struct221 struct mycg *mycg; member1387 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()