Lines Matching refs:ebus
32 static void __auxio_rmw(u8 bits_on, u8 bits_off, int ebus)
40 regval = (ebus ?
45 if (!ebus)
47 if (ebus)
56 static void __auxio_set_bit(u8 bit, int on, int ebus)
58 u8 bits_on = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED);
66 __auxio_rmw(bits_on, bits_off, ebus);
71 int ebus = auxio_devtype == AUXIO_TYPE_EBUS;
74 bit = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED);
75 __auxio_set_bit(bit, on, ebus);
111 if (of_node_name_eq(dp->parent, "ebus")) {