Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
A Dauxio_64.c31 static void __auxio_rmw(u8 bits_on, u8 bits_off, int ebus) in __auxio_rmw() argument
39 regval = (ebus ? in __auxio_rmw()
44 if (!ebus) in __auxio_rmw()
46 if (ebus) in __auxio_rmw()
55 static void __auxio_set_bit(u8 bit, int on, int ebus) in __auxio_set_bit() argument
57 u8 bits_on = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED); in __auxio_set_bit()
65 __auxio_rmw(bits_on, bits_off, ebus); in __auxio_set_bit()
70 int ebus = auxio_devtype == AUXIO_TYPE_EBUS; in auxio_set_led() local
73 bit = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED); in auxio_set_led()
74 __auxio_set_bit(bit, on, ebus); in auxio_set_led()
A DMakefile68 obj-$(CONFIG_SPARC64) += ebus.o

Completed in 4 milliseconds