Searched refs:ebus (Results 1 – 2 of 2) sorted by relevance
32 static void __auxio_rmw(u8 bits_on, u8 bits_off, int ebus) in __auxio_rmw() argument 40 regval = (ebus ? in __auxio_rmw() 45 if (!ebus) in __auxio_rmw() 47 if (ebus) in __auxio_rmw() 56 static void __auxio_set_bit(u8 bit, int on, int ebus) in __auxio_set_bit() argument 58 u8 bits_on = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED); in __auxio_set_bit() 66 __auxio_rmw(bits_on, bits_off, ebus); in __auxio_set_bit() 71 int ebus = auxio_devtype == AUXIO_TYPE_EBUS; in auxio_set_led() local 74 bit = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED); in auxio_set_led() 75 __auxio_set_bit(bit, on, ebus); in auxio_set_led() [all...]
67 obj-$(CONFIG_SPARC64) += ebus.o