tag | line | file | source code |
port | 275 | arch/ppc/kernel/raw_printf.c | static int port = 0; |
port | 290 | arch/ppc/kernel/raw_printf.c | c = NS16550_getc((struct NS16550 *)port); |
port | 328 | arch/ppc/kernel/raw_printf.c | CRT_putc(port, c); |
port | 332 | arch/ppc/kernel/raw_printf.c | NS16550_putc((struct NS16550 *)port, c); |
port | 450 | arch/ppc/kernel/raw_printf.c | outb(int port, unsigned char c) |
port | 458 | arch/ppc/kernel/raw_printf.c | return (ISA_io[port]); |
port | 548 | arch/ppc/kernel/raw_printf.c | int CRT_putc(int port, unsigned char c) |
port | 1453 | drivers/cdrom/mcdx.c | static char* port(int *ip) { return (char*) ip[0]; } |