Home | History | Annotate | Download | only in dev

Lines Matching refs:pcmcia_chipset_handle_t

109 int it8368_chip_mem_alloc(pcmcia_chipset_handle_t, bus_size_t, 
111 void it8368_chip_mem_free(pcmcia_chipset_handle_t, struct pcmcia_mem_handle *);
112 int it8368_chip_mem_map(pcmcia_chipset_handle_t, int, bus_size_t, bus_size_t,
114 void it8368_chip_mem_unmap(pcmcia_chipset_handle_t, int);
115 int it8368_chip_io_alloc(pcmcia_chipset_handle_t, bus_addr_t, bus_size_t,
117 void it8368_chip_io_free(pcmcia_chipset_handle_t, struct pcmcia_io_handle *);
118 int it8368_chip_io_map(pcmcia_chipset_handle_t, int, bus_addr_t, bus_size_t,
120 void it8368_chip_io_unmap(pcmcia_chipset_handle_t, int);
121 void it8368_chip_socket_enable(pcmcia_chipset_handle_t);
122 void it8368_chip_socket_disable(pcmcia_chipset_handle_t);
123 void *it8368_chip_intr_establish(pcmcia_chipset_handle_t,
125 void it8368_chip_intr_disestablish(pcmcia_chipset_handle_t, void *);
382 paa.pch = (pcmcia_chipset_handle_t)sc;
428 it8368_chip_intr_establish(pcmcia_chipset_handle_t pch,
456 it8368_chip_intr_disestablish(pcmcia_chipset_handle_t pch, void *ih)
480 it8368_chip_mem_alloc(pcmcia_chipset_handle_t pch, bus_size_t size,
507 it8368_chip_mem_free(pcmcia_chipset_handle_t pch,
522 it8368_chip_mem_map(pcmcia_chipset_handle_t pch, int kind,
537 it8368_chip_mem_unmap(pcmcia_chipset_handle_t pch, int window)
544 it8368_mode(pcmcia_chipset_handle_t pch, int io, int width)
586 pcmcia_chipset_handle_t pch, bus_addr_t start,
618 it8368_chip_io_map(pcmcia_chipset_handle_t pch, int width, bus_addr_t offset,
631 it8368_chip_io_free(pcmcia_chipset_handle_t pch,
644 it8368_chip_io_unmap(pcmcia_chipset_handle_t pch, int window)
650 it8368_chip_socket_enable(pcmcia_chipset_handle_t pch)
707 it8368_chip_socket_disable(pcmcia_chipset_handle_t pch)