Searched refs:irsel (Results 1 – 1 of 1) sorted by relevance
62 uint8_t irsel; in vr41xx_select_siu_interface() local68 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface()70 irsel |= SIRSEL; in vr41xx_select_siu_interface()72 irsel &= ~SIRSEL; in vr41xx_select_siu_interface()73 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface()83 uint8_t irsel; in vr41xx_use_irda() local89 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda()91 irsel |= IRUSESEL; in vr41xx_use_irda()93 irsel &= ~IRUSESEL; in vr41xx_use_irda()94 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda()[all …]