Searched refs:eol (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/cris/drivers/ |
D | usb-host.c | 662 RxDescList[i].command = IO_STATE(USB_IN_command, eol, yes); in init_rx_buffers() 699 IO_STATE(USB_EP_command, eol, yes) | in init_tx_bulk_ep() 708 IO_STATE(USB_EP_command, eol, yes)); in init_tx_bulk_ep() 717 TxBulkEPList[i].command = (IO_STATE(USB_EP_command, eol, yes) | in init_tx_bulk_ep() 750 TxCtrlEPList[i].command = (IO_STATE(USB_EP_command, eol, yes) | in init_tx_ctrl_ep() 777 IO_STATE(USB_SB_command, eol, yes)); in init_tx_intr_ep() 794 IO_STATE(USB_EP_command, eol, yes) | in init_tx_intr_ep() 819 IO_STATE(USB_SB_command, eol, yes)); in init_tx_isoc_ep() 837 IO_STATE(USB_EP_command, eol, yes) | in init_tx_isoc_ep() 1644 myPrevRxDesc->command |= IO_MASK(USB_IN_command, eol); in etrax_usb_rx_interrupt() [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | n_tty.c | 1280 int eol; in read_chan() local 1282 eol = test_and_clear_bit(tty->read_tail, in read_chan() 1289 if (eol) { in read_chan() 1299 if (!eol || (c != __DISABLED_CHAR)) { in read_chan() 1303 if (eol) in read_chan()
|
/linux-2.4.37.9/net/ipv4/ |
D | ip_options.c | 275 goto eol; in ip_options_compile() 448 eol: in ip_options_compile()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_res.c | 470 u8 eol = FALSE; /* end of list indicator */ in update_resources() local 496 eol = TRUE; in update_resources() 501 if (!eol) { in update_resources()
|