Lines Matching defs:io_base
1987 * io_base Base IO port of the device of
1995 static void tlan_print_dio(u16 io_base)
2001 io_base);
2004 data0 = tlan_dio_read32(io_base, i);
2005 data1 = tlan_dio_read32(io_base, i + 0x4);
3072 * io_base The IO port base address for the
3081 static void tlan_ee_send_start(u16 io_base)
3085 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
3086 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3104 * Parms: io_base The IO port base address for the
3121 static int tlan_ee_send_byte(u16 io_base, u8 data, int stop)
3127 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
3128 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3165 * io_base The IO port base address for the
3183 static void tlan_ee_receive_byte(u16 io_base, u8 *data, int stop)
3188 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
3189 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3228 * io_base The IO port base address for the