Home
last modified time | relevance | path

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

/arch/sh/boards/mach-hp6xx/
Dsetup.c62 v = inw(HD64461_GPADR); in dac_audio_start()
64 outw(v, HD64461_GPADR); in dac_audio_start()
80 v = inw(HD64461_GPADR); in dac_audio_stop()
82 outw(v, HD64461_GPADR); in dac_audio_stop()
141 v = inw(HD64461_GPADR); in hp6xx_setup()
143 outw(v, HD64461_GPADR); in hp6xx_setup()
/arch/sh/include/asm/
Dhd64461.h210 #define HD64461_GPADR HD64461_IO_OFFSET(0x4010) /* A */ macro