Searched refs:ebus (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dauxio_64.c30 static void __auxio_rmw(u8 bits_on, u8 bits_off, int ebus) argument
38 regval = (ebus ?
43 if (!ebus)
45 if (ebus)
54 static void __auxio_set_bit(u8 bit, int on, int ebus) argument
56 u8 bits_on = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED);
64 __auxio_rmw(bits_on, bits_off, ebus);
69 int ebus = auxio_devtype == AUXIO_TYPE_EBUS; local
72 bit = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED);
73 __auxio_set_bit(bit, on, ebus);
[all...]
H A DMakefile65 obj-$(CONFIG_SPARC64) += ebus.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dauxio_64.c30 static void __auxio_rmw(u8 bits_on, u8 bits_off, int ebus) argument
38 regval = (ebus ?
43 if (!ebus)
45 if (ebus)
54 static void __auxio_set_bit(u8 bit, int on, int ebus) argument
56 u8 bits_on = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED);
64 __auxio_rmw(bits_on, bits_off, ebus);
69 int ebus = auxio_devtype == AUXIO_TYPE_EBUS; local
72 bit = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED);
73 __auxio_set_bit(bit, on, ebus);
[all...]
H A DMakefile65 obj-$(CONFIG_SPARC64) += ebus.o

Completed in 75 milliseconds