Home
last modified time | relevance | path

Searched refs:busid (Results 1 – 9 of 9) sorted by relevance

/arch/mips/txx9/generic/
Dspi_eeprom.c23 int __init spi_eeprom_register(int busid, int chipid, int size) in spi_eeprom_register() argument
28 .bus_num = busid, in spi_eeprom_register()
47 int busid; member
64 if (read_param->busid != spi->master->bus_num || in early_seeprom_probe()
87 int __init spi_eeprom_read(int busid, int chipid, int address, in spi_eeprom_read() argument
92 .busid = busid, in spi_eeprom_read()
Dsetup_tx4938.c304 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()
Dsetup.c414 void __init txx9_spi_init(int busid, unsigned long base, int irq) in txx9_spi_init() argument
426 platform_device_register_simple("spi_txx9", busid, in txx9_spi_init()
/arch/mips/include/asm/txx9/
Dspi.h19 int spi_eeprom_register(int busid, int chipid, int size);
20 int spi_eeprom_read(int busid, int chipid,
23 static inline int spi_eeprom_register(int busid, int chipid, int size) in spi_eeprom_register() argument
27 static inline int spi_eeprom_read(int busid, int chipid, in spi_eeprom_read() argument
Dgeneric.h48 void txx9_spi_init(int busid, unsigned long base, int irq);
Dtx4938.h284 void tx4938_spi_init(int busid);
Dtx4939.h504 void tx4939_spi_init(int busid);
/arch/x86/kernel/
Dmpparse.c74 apic_printk(APIC_VERBOSE, "Bus #%d is %s\n", m->busid, str); in mpc_oem_bus_info()
84 if (m->busid >= MAX_MP_BUSSES) { in MP_bus_info()
86 m->busid, str, MAX_MP_BUSSES - 1); in MP_bus_info()
91 set_bit(m->busid, mp_bus_not_pci); in MP_bus_info()
94 mp_bus_id_to_type[m->busid] = MP_BUS_ISA; in MP_bus_info()
97 clear_bit(m->busid, mp_bus_not_pci); in MP_bus_info()
99 mp_bus_id_to_type[m->busid] = MP_BUS_PCI; in MP_bus_info()
101 mp_bus_id_to_type[m->busid] = MP_BUS_EISA; in MP_bus_info()
335 bus.busid = 0; in construct_ioapic_table()
353 bus.busid = 1; in construct_ioapic_table()
[all …]
/arch/x86/include/asm/
Dmpspec_def.h80 unsigned char busid; member