Home
last modified time | relevance | path

Searched refs:COMMAND_PORT (Results 1 – 3 of 3) sorted by relevance

/drivers/net/
Dde620.c158 #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 …]
Dde600.h22 #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/
Dwhiteheat.c272 #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()