Searched refs:GSCDPORT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dgscd.c430 found = inb(GSCDPORT(0));
432 read = inb(GSCDPORT(0));
493 outb(curr_drv_state, GSCDPORT(0));
529 outb(result, GSCDPORT(2));
545 disk_state = inb(GSCDPORT(2));
620 outb(*pstr, GSCDPORT(2));
637 outb(curr_drv_state, GSCDPORT(0));
662 read = inb(GSCDPORT(2));
706 *pb = inb(GSCDPORT(2));
739 disk_state = inb(GSCDPORT(
[all...]
H A Dgscd.h26 #define GSCDPORT(x) (gscd_port + (x)) macro

Completed in 48 milliseconds