Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dserialio.h36 #define SIO_IOBP_PORTCTRL_SNOOP_SELECT(x) (((x) & 3) << 18) macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c490 portctrl |= SIO_IOBP_PORTCTRL_SNOOP_SELECT(1); in serialio_d21_mode()