Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dserialio.h37 #define SIO_IOBP_PORTCTRL_INT_PIN(x) (((x) & 0xf) << 2) macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c493 portctrl |= SIO_IOBP_PORTCTRL_INT_PIN(int_pin); in serialio_d21_mode()