Searched refs:ebus (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/arch/sparc/kernel/ |
H A D | auxio_64.c | 30 static void __auxio_rmw(u8 bits_on, u8 bits_off, int ebus) __auxio_rmw() argument 38 regval = (ebus ? __auxio_rmw() 43 if (!ebus) __auxio_rmw() 45 if (ebus) __auxio_rmw() 54 static void __auxio_set_bit(u8 bit, int on, int ebus) __auxio_set_bit() argument 56 u8 bits_on = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED); __auxio_set_bit() 64 __auxio_rmw(bits_on, bits_off, ebus); __auxio_set_bit() 69 int ebus = auxio_devtype == AUXIO_TYPE_EBUS; auxio_set_led() local 72 bit = (ebus ? AUXIO_PCIO_LED : AUXIO_AUX1_LED); auxio_set_led() 73 __auxio_set_bit(bit, on, ebus); auxio_set_led() 110 if (!strcmp(dp->parent->name, "ebus")) { auxio_probe()
|
H A D | Makefile | 64 obj-$(CONFIG_SPARC64) += ebus.o
|
H A D | ebus.c | 0 /* ebus.c: EBUS DMA library code.
|
H A D | prom_32.c | 185 if (!strcmp(parent->type, "ebus")) __build_path_component()
|
H A D | prom_64.c | 324 if (!strcmp(parent->type, "ebus")) { __build_path_component()
|
H A D | prom_irqtrans.c | 189 * 1) non-PCI bus sitting under PCI, such as 'ebus' sabre_device_needs_wsync()
|
H A D | pci.c | 274 if (!strcmp(node->name, "ebus")) of_create_pci_dev()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | auxio_64.h | 16 * ebus-based auxio on PCIO
|
H A D | floppy_64.h | 574 for_each_node_by_name(ebus_dp, "ebus") { for_each_node_by_name()
|
/linux-4.1.27/drivers/ide/ |
H A D | tx4938ide.c | 52 pr_debug("tx4938ide: ebus %d, bus cycle %dns, WT %d, SHWT %d\n", tx4938ide_tune_ebusc()
|
/linux-4.1.27/drivers/sbus/char/ |
H A D | flash.c | 170 strcmp(parent->name, "ebus")) flash_probe()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | ultra45_env.c | 308 .compatible = "SUNW,ebus-pic16f747-env",
|
/linux-4.1.27/drivers/char/ |
H A D | rtc.c | 973 for_each_node_by_name(ebus_dp, "ebus") { rtc_init()
|
/linux-4.1.27/sound/sparc/ |
H A D | cs4231.c | 2078 if (!strcmp(op->dev.of_node->parent->name, "ebus")) cs4231_probe()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 3589 pr_err("failed registering eHEA device driver on ebus\n"); ehea_module_init()
|
Completed in 890 milliseconds