HomeSort by relevance Sort by last modified time
    Searched defs:iobase (Results 1 - 15 of 15) sorted by null

  /external/syslinux/com32/lib/syslinux/
serial.c 43 uint16_t iobase, divisor, flowctl; local
45 firmware->get_serial_console_info(&iobase, &divisor, &flowctl);
47 __syslinux_serial_console_info.iobase = iobase;
  /external/syslinux/gpxe/src/drivers/net/
prism2_plx.c 41 uint32_t iobase = 0; /* Prism2 I/O Base */ local
49 pci_read_config_dword( p, PRISM2_PLX_IO_BASE, &iobase);
50 iobase &= PCI_BASE_ADDRESS_IO_MASK;
53 hw->iobase = iobase;
55 printf ( "Prism2 has attribute memory at %#x and I/O base at %#x\n", attr_mem, iobase );
87 nic->ioaddr = hw->iobase;
3c509.c 343 unsigned int iobase; local
368 iobase = t509_id_read_eeprom ( EEPROM_ADDR_CFG );
369 t509->ioaddr = 0x200 + ( ( iobase & 0x1f ) << 4 );
etherfabric_nic.h 183 unsigned int iobase; member in struct:efab_nic
prism2.c 122 UINT32 iobase; member in struct:hfa384x
132 /* The global instance of the hardware (i.e. where we store iobase and membase, in the absence of anywhere better to put them */
178 return inw ( hw->iobase + reg );
188 outw ( val, hw->iobase + reg );
hfa384x.h 2530 UINT32 iobase; member in struct:hfa384x
    [all...]
  /bionic/libc/kernel/uapi/linux/
hdlcdrv.h 22 int iobase; member in struct:hdlcdrv_params
  /external/kernel-headers/original/uapi/linux/
hdlcdrv.h 17 int iobase; member in struct:hdlcdrv_params
  /external/syslinux/gpxe/src/drivers/net/ath5k/
base.h 90 void *iobase; /* address of the device */ member in struct:ath5k_softc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdlcdrv.h 16 int iobase; member in struct:hdlcdrv_params
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 5 Classes defined here: IOBase, RawIOBase.
17 * IOBase class, an abstract class
25 } iobase; typedef in typeref:struct:__anon4383
35 "Even though IOBase does not declare read, readinto, or write because\n"
47 "IOBase (and its subclasses) support the iterator protocol, meaning\n"
48 "that an IOBase object can be iterated over yielding the lines in a\n"
51 "IOBase also supports the :keyword:`with` statement. In this example,\n"
58 of the IOBase object rather than the virtual `closed` attribute as returned
171 /* XXX: IOBase thinks it has to maintain its own internal state in
259 iobase_traverse(iobase *self, visitproc visit, void *arg)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 5 Classes defined here: IOBase, RawIOBase.
17 * IOBase class, an abstract class
25 } iobase; typedef in typeref:struct:__anon4696
35 "Even though IOBase does not declare read, readinto, or write because\n"
47 "IOBase (and its subclasses) support the iterator protocol, meaning\n"
48 "that an IOBase object can be iterated over yielding the lines in a\n"
51 "IOBase also supports the :keyword:`with` statement. In this example,\n"
58 of the IOBase object rather than the virtual `closed` attribute as returned
171 /* XXX: IOBase thinks it has to maintain its own internal state in
259 iobase_traverse(iobase *self, visitproc visit, void *arg)
    [all...]
  /external/python/cpython2/Modules/_io/
iobase.c 5 Classes defined here: IOBase, RawIOBase.
17 * IOBase class, an abstract class
25 } iobase; typedef in typeref:struct:__anon32717
35 "Even though IOBase does not declare read, readinto, or write because\n"
49 "IOBase (and its subclasses) support the iterator protocol, meaning\n"
50 "that an IOBase object can be iterated over yielding the lines in a\n"
53 "IOBase also supports the :keyword:`with` statement. In this example,\n"
60 of the IOBase object rather than the virtual `closed` attribute as returned
173 /* XXX: IOBase thinks it has to maintain its own internal state in
261 iobase_traverse(iobase *self, visitproc visit, void *arg
    [all...]
  /external/python/cpython3/Modules/_io/
iobase.c 5 Classes defined here: IOBase, RawIOBase.
31 * IOBase class, an abstract class
39 } iobase; typedef in typeref:struct:__anon33324
49 "Even though IOBase does not declare read, readinto, or write because\n"
63 "IOBase (and its subclasses) support the iterator protocol, meaning\n"
64 "that an IOBase object can be iterated over yielding the lines in a\n"
67 "IOBase also supports the :keyword:`with` statement. In this example,\n"
74 of the IOBase object rather than the virtual `closed` attribute as returned
197 /* XXX: IOBase thinks it has to maintain its own internal state in
295 iobase_traverse(iobase *self, visitproc visit, void *arg
    [all...]
  /external/syslinux/com32/include/syslinux/
config.h 154 uint16_t iobase; member in struct:syslinux_serial_console_info

Completed in 247 milliseconds