Home
last modified time | relevance | path

Searched refs:HUB_WIDGET_ID_MIN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/sn/
H A Dio.h55 #define IIO_IOPRB(_x) (IIO_IOPRB_0 + ( ( (_x) < HUB_WIDGET_ID_MIN ? \
57 (_x) - (HUB_WIDGET_ID_MIN-1)) << 3) )
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-xtalk.c182 i = HUB_WIDGET_ID_MIN - 1; in xbow_probe()
193 for (i = HUB_WIDGET_ID_MIN; i <= HUB_WIDGET_ID_MAX; i++) { in xbow_probe()
H A Dip27-hubio.c164 for (i = HUB_WIDGET_ID_MIN; i <= HUB_WIDGET_ID_MAX; i++) in hub_set_piomode()
/openbmc/linux/arch/mips/include/asm/sn/sn0/
H A Dhubio.h951 #define HUB_WIDGET_ID_MIN 0x8 macro