Searched refs:irsel (Results 1 – 1 of 1) sorted by relevance
66 uint8_t irsel; in vr41xx_select_siu_interface() local72 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface()74 irsel |= SIRSEL; in vr41xx_select_siu_interface()76 irsel &= ~SIRSEL; in vr41xx_select_siu_interface()77 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface()87 uint8_t irsel; in vr41xx_use_irda() local93 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda()95 irsel |= IRUSESEL; in vr41xx_use_irda()97 irsel &= ~IRUSESEL; in vr41xx_use_irda()98 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda()[all …]