Searched refs:COMMAND_PORT (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ |
D | de620.c | 158 #define COMMAND_PORT (dev->base_addr + 2) macro 259 #define de620_flip_ds(dd) NIC_Cmd ^= DS0 | DS1; outb(NIC_Cmd, COMMAND_PORT); 285 outb(NIC_Cmd, COMMAND_PORT); in de620_send_command() 289 outb(NIC_Cmd ^ CS0, COMMAND_PORT); in de620_send_command() 291 outb(NIC_Cmd, COMMAND_PORT); in de620_send_command() 346 outb(uflip, COMMAND_PORT); in de620_write_block() 348 outb(dflip, COMMAND_PORT); in de620_write_block() 382 outb(uflip, COMMAND_PORT); in de620_read_block() 384 outb(dflip , COMMAND_PORT); in de620_read_block() 394 outb(NIC_Cmd ^ CS0, COMMAND_PORT); in de620_set_delay() [all …]
|
D | de600.h | 22 #define COMMAND_PORT (DE600_IO + 2) macro 139 #define select_prn() outb_p(SELECT_PRN, COMMAND_PORT); DE600_SLOW_DOWN 140 #define select_nic() outb_p(SELECT_NIC, COMMAND_PORT); DE600_SLOW_DOWN
|
/drivers/usb/serial/ |
D | whiteheat.c | 272 #define COMMAND_PORT 4 macro 410 command_port = serial->port[COMMAND_PORT]; in whiteheat_attach() 635 command_port = serial->port[COMMAND_PORT]; in whiteheat_shutdown() 1173 command_port = port->serial->port[COMMAND_PORT]; in firm_send_command() 1396 command_port = serial->port[COMMAND_PORT]; in start_command_port() 1425 command_port = serial->port[COMMAND_PORT]; in stop_command_port()
|