Lines Matching defs:io_base
1985 * io_base Base IO port of the device of
1993 static void tlan_print_dio(u16 io_base)
1999 io_base);
2002 data0 = tlan_dio_read32(io_base, i);
2003 data1 = tlan_dio_read32(io_base, i + 0x4);
3054 * io_base The IO port base address for the
3063 static void tlan_ee_send_start(u16 io_base)
3067 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
3068 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3086 * Parms: io_base The IO port base address for the
3103 static int tlan_ee_send_byte(u16 io_base, u8 data, int stop)
3109 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
3110 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3147 * io_base The IO port base address for the
3165 static void tlan_ee_receive_byte(u16 io_base, u8 *data, int stop)
3170 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
3171 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3210 * io_base The IO port base address for the