Home
last modified time | relevance | path

Searched refs:hcport (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-i386/
Dhc_sl811-hw.h49 return ((__u8) inb (hp->hcport+1)); in sl811_read_data()
57 outb (index, hp->hcport); in sl811_write_index()
65 outb (data, hp->hcport+1); in sl811_write_data()
73 outw (index|(((__u16)data) << 8), hp->hcport); in sl811_write_index_data()
107 if (hp->hcport > 0) { in sl811_release_regions()
108 release_region (hp->hcport, SIZEOF_IO_REGION); in sl811_release_regions()
109 hp->hcport = 0; in sl811_release_regions()
134 hp->hcport = base1; in sl811_request_regions()
/linux-2.4.37.9/include/asm-arm/
Dhc_sl811-hw.h41 writeb (offset, hp->hcport); in sl811_write_index()
58 writeb (offset, hp->hcport); in sl811_write_index_data()
94 if (hp->hcport > 0) { in release_regions()
95 release_region (hp->hcport, SIZEOF_IO_REGION); in release_regions()
96 hp->hcport = 0; in release_regions()
123 hp->hcport = addr1; in request_regions()
124 if (!hp->hcport) { in request_regions()
/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.c149 if (!hp->hcport) in SL811Read()
172 if (!hp->hcport) in SL811Write()
198 if (!hp->hcport) in SL811BufRead()
202 DBGDATAR ("SL811BufRead: io=%X offset = %02x, data = ", hp->hcport, offset); in SL811BufRead()
229 if (!hp->hcport) in SL811BufWrite()
233 DBGDATAW ("SL811BufWrite: io=%X offset = %02x, data = ", hp->hcport, offset); in SL811BufWrite()
351 DBG ("USBReset: Device removed %03X\n", hci->hp.hcport); in USBReset()
374 DBG ("USBReset: low speed Device attached %03X\n", hci->hp.hcport); in USBReset()
387 DBG ("USBReset: full speed Device attached %03X \n", hci->hp.hcport); in USBReset()
825 printk ("%Xh IRQ sta=%02X,%02X\n", hp->hcport, sta1, sta2); in hc_interrupt()
[all …]
Dhc_sl811.h199 int hcport; /* I/O base address */ member