Searched refs:irsel (Results 1 – 1 of 1) sorted by relevance
79 uint8_t irsel; in vr41xx_select_siu_interface() local85 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface()87 irsel |= SIRSEL; in vr41xx_select_siu_interface()89 irsel &= ~SIRSEL; in vr41xx_select_siu_interface()90 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface()100 uint8_t irsel; in vr41xx_use_irda() local106 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda()108 irsel |= IRUSESEL; in vr41xx_use_irda()110 irsel &= ~IRUSESEL; in vr41xx_use_irda()111 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda()[all …]