Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/oxygen/
H A Dxonar_pcm179x.c202 #define GPIO_ST_HP 0x0080 macro
421 GPIO_ST_MAGIC | GPIO_ST_HP); in xonar_st_init_common()
423 GPIO_INPUT_ROUTE | GPIO_ST_HP_REAR | GPIO_ST_HP); in xonar_st_init_common()
858 if (!(gpio & GPIO_ST_HP)) in st_output_switch_get()
880 gpio &= ~(GPIO_ST_HP | GPIO_ST_HP_REAR); in st_output_switch_put()
883 gpio |= GPIO_ST_HP | GPIO_ST_HP_REAR; in st_output_switch_put()
886 gpio = (gpio | GPIO_ST_HP) & ~GPIO_ST_HP_REAR; in st_output_switch_put()
890 data->hp_active = gpio & GPIO_ST_HP; in st_output_switch_put()