Searched refs:io_offset (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dpci.c115 unsigned long io_offset; local
119 io_offset = (unsigned long)hose->io_base_virt - isa_io_base;
120 new -= io_offset;
1077 unsigned long io_offset; local
1081 io_offset = (unsigned long)hose->io_base_virt - isa_io_base;
1088 if (io_offset)
1095 res->start += io_offset;
1096 res->end += io_offset;
1120 if (io_offset && (res->flags & IORESOURCE_IO)) {
1121 res->start += io_offset;
1260 unsigned long io_offset = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/pcmcia/
H A Dss.h57 ioaddr_t io_offset; member in struct:socket_cap_t
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/pcmcia/
H A Dss.h57 ioaddr_t io_offset; member in struct:socket_cap_t
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dhc_sl811.c1432 int io_offset = 0; local
1443 for (io_offset = 0; io_offset < MAX_CONTROLERS * 2; io_offset += 2) {
1445 ret = hc_found_hci (irq, io_base + io_offset, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dpci.c680 unsigned long io_offset = 0; local
691 io_offset = (unsigned long)hose->io_base_virt;
692 offset += io_offset;
718 offset += hose->io_base_phys - io_offset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dau1000_generic.c363 * `io_offset', recommended by David Hinds. Rather than go through
408 cap->io_offset=pcmcia_socket[sock].virt_io;
H A Dbcm4710_generic.c453 * `io_offset', recommended by David Hinds. Rather than go through
497 cap->io_offset = pcmcia_socket[sock].virt_io;
H A Dsa1100_generic.c345 * `io_offset', recommended by David Hinds. Rather than go through
379 cap->io_offset = (unsigned long)skt->virt_io;
H A Dcs.c799 if ((s->cap.features & SS_CAP_STATIC_MAP) && s->cap.io_offset) {
800 *base = s->cap.io_offset | (*base & 0x0fff);

Completed in 74 milliseconds