tag | line | file | source code |
azt_port | 242 | drivers/block/aztcd.c | static short azt_port = AZT_BASE_ADDR; |
azt_port | 371 | drivers/block/aztcd.c | azt_port = ints[1]; |
azt_port | 1536 | drivers/block/aztcd.c | if (azt_port <= 0) { |
azt_port | 1545 | drivers/block/aztcd.c | printk("aztcd: DriverVersion=%s BaseAddress=0x%x \n",AZT_VERSION,azt_port); |
azt_port | 1547 | drivers/block/aztcd.c | if (check_region(azt_port, 4)) { |
azt_port | 1549 | drivers/block/aztcd.c | azt_port); |
azt_port | 1696 | drivers/block/aztcd.c | request_region(azt_port, 4, "aztcd"); |
azt_port | 2115 | drivers/block/aztcd.c | release_region(azt_port,4); |
azt_port | 71 | include/linux/aztcd.h | #define CMD_PORT azt_port |
azt_port | 72 | include/linux/aztcd.h | #define DATA_PORT azt_port |
azt_port | 73 | include/linux/aztcd.h | #define STATUS_PORT azt_port+1 |
azt_port | 74 | include/linux/aztcd.h | #define MODE_PORT azt_port+2 |