Searched refs:smsc_superio_paged (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/irda/ |
D | smsc-ircc2.c | 226 static int __init smsc_superio_paged(const struct smsc_chip *chips, unsigned short cfg_base, char *… 2157 if (!smsc_superio_paged(fdc_chips_paged, cfg_base, type)) in smsc_ircc_look_for_chips() 2167 if (!smsc_superio_paged(lpc_chips_paged, cfg_base, type)) in smsc_ircc_look_for_chips() 2233 static int __init smsc_superio_paged(const struct smsc_chip *chips, unsigned short cfg_base, char *… in smsc_superio_paged() function 2360 !smsc_superio_paged(fdc_chips_paged, cfg_base, "FDC")) in smsc_superio_fdc() 2378 !smsc_superio_paged(lpc_chips_paged, cfg_base, "LPC")) in smsc_superio_lpc()
|