Home
last modified time | relevance | path

Searched refs:d_int (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-cris/
Dsvinto.h14 d_int = (1 << 3), /* flags */ enumerator
/linux-2.4.37.9/arch/cris/drivers/lpslave/
De100lpslavenet.c921 TxDescList[2].ctrl = d_ecp | d_eol | d_int; in e100_hardware_send_packet()
952 TxDescList[1].ctrl = d_eol | d_int; in boot_slave()
De100lpslave.S384 .word 0x0019 ; ctrl, d_ecp | d_eol | d_int
/linux-2.4.37.9/arch/cris/drivers/
Dsync_serial.c989 port->in_descr[i].ctrl = d_int; in start_dma_in()
Dserial.c2118 descr->ctrl = d_int | d_eol | d_wait; /* Wait needed for tty_wait_until_sent() */ in transmit_chars_dma()
2391 descr[i].ctrl = d_int; in start_recv_dma()