Home
last modified time | relevance | path

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

/Linux-v4.19/sound/ppc/
Dpmac.c869 iounmap(chip->macio_base); in snd_pmac_free()
1319 chip->macio_base = in snd_pmac_new()
1332 if (chip->macio_base) in snd_pmac_new()
1333 out_8(chip->macio_base + 0x37, 3); in snd_pmac_new()
1387 if (chip->macio_base && chip->is_pbook_G3) in snd_pmac_resume()
1388 out_8(chip->macio_base + 0x37, 3); in snd_pmac_resume()
Dpmac.h133 unsigned char __iomem *macio_base; member