Searched refs:smsc_superio_flat (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/irda/ |
D | smsc-ircc2.c | 225 static int __init smsc_superio_flat(const struct smsc_chip *chips, unsigned short cfg_base, char *t… 2153 if (!smsc_superio_flat(fdc_chips_flat, cfg_base, type)) in smsc_ircc_look_for_chips() 2163 if (!smsc_superio_flat(lpc_chips_flat, cfg_base, type)) in smsc_ircc_look_for_chips() 2181 static int __init smsc_superio_flat(const struct smsc_chip *chips, unsigned short cfgbase, char *ty… in smsc_superio_flat() function 2359 if (!smsc_superio_flat(fdc_chips_flat, cfg_base, "FDC") || in smsc_superio_fdc() 2377 if (!smsc_superio_flat(lpc_chips_flat, cfg_base, "LPC") || in smsc_superio_lpc()
|