Searched refs:busid (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/kernel/ |
| A D | mpparse.c | 71 apic_pr_verbose("Bus #%d is %s\n", m->busid, str); in mpc_oem_bus_info() 81 if (m->busid >= MAX_MP_BUSSES) { in MP_bus_info() 83 m->busid, str, MAX_MP_BUSSES - 1); in MP_bus_info() 88 set_bit(m->busid, mp_bus_not_pci); in MP_bus_info() 91 mp_bus_id_to_type[m->busid] = MP_BUS_ISA; in MP_bus_info() 94 clear_bit(m->busid, mp_bus_not_pci); in MP_bus_info() 96 mp_bus_id_to_type[m->busid] = MP_BUS_PCI; in MP_bus_info() 98 mp_bus_id_to_type[m->busid] = MP_BUS_EISA; in MP_bus_info() 332 bus.busid = 0; in construct_ioapic_table() 350 bus.busid = 1; in construct_ioapic_table() [all …]
|
| /arch/mips/include/asm/txx9/ |
| A D | generic.h | 48 void txx9_spi_init(int busid, unsigned long base, int irq);
|
| A D | tx4938.h | 284 void tx4938_spi_init(int busid);
|
| /arch/x86/include/asm/ |
| A D | mpspec_def.h | 80 unsigned char busid; member
|
| /arch/mips/txx9/generic/ |
| A D | setup_tx4938.c | 304 void __init tx4938_spi_init(int busid) in tx4938_spi_init() argument 306 txx9_spi_init(busid, TX4938_SPI_REG & 0xfffffffffULL, in tx4938_spi_init()
|
| A D | setup.c | 345 void __init txx9_spi_init(int busid, unsigned long base, int irq) in txx9_spi_init() argument 357 platform_device_register_simple("spi_txx9", busid, in txx9_spi_init()
|
Completed in 18 milliseconds