Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/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()
Dip27-hubio.c164 for (i = HUB_WIDGET_ID_MIN; i <= HUB_WIDGET_ID_MAX; i++) in hub_set_piomode()
/linux-6.1.9/arch/mips/include/asm/sn/sn0/
Dhubio.h951 #define HUB_WIDGET_ID_MIN 0x8 macro