Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/sn/
Dio.h55 #define IIO_IOPRB(_x) (IIO_IOPRB_0 + ( ( (_x) < HUB_WIDGET_ID_MIN ? \
57 (_x) - (HUB_WIDGET_ID_MIN-1)) << 3) )
/linux-6.12.1/arch/mips/sgi-ip27/
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()
/linux-6.12.1/arch/mips/include/asm/sn/sn0/
Dhubio.h951 #define HUB_WIDGET_ID_MIN 0x8 macro