Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Duhci-hub.c244 int status, lstatus, retval = 0, len = 0; in uhci_hub_control() local
274 wPortChange = lstatus = 0; in uhci_hub_control()
284 lstatus |= 1; in uhci_hub_control()
287 lstatus |= 4; in uhci_hub_control()
307 wIndex, status, lstatus); in uhci_hub_control()
/linux-3.4.99/drivers/net/ethernet/freescale/
Dgianfar.c155 u32 lstatus; in gfar_init_rxbdp() local
159 lstatus = BD_LFLAG(RXBD_EMPTY | RXBD_INTERRUPT); in gfar_init_rxbdp()
161 lstatus |= BD_LFLAG(RXBD_WRAP); in gfar_init_rxbdp()
165 bdp->lstatus = lstatus; in gfar_init_rxbdp()
189 txbdp->lstatus = 0; in gfar_init_bds()
1692 txbdp->lstatus = 0; in free_skb_tx_queue()
1722 rxbdp->lstatus = 0; in free_skb_rx_queue()
2030 u32 lstatus; in gfar_start_xmit() local
2105 lstatus = txbdp->lstatus; in gfar_start_xmit()
2114 txbdp_tstamp->lstatus |= BD_LFLAG(TXBD_LAST | in gfar_start_xmit()
[all …]
Dgianfar.h537 u32 lstatus; member
558 u32 lstatus; member
/linux-3.4.99/drivers/spi/
Dspi-ppc4xx.c319 u8 lstatus; in spi_ppc4xx_int() local
325 lstatus = in_8(&hw->regs->sr); in spi_ppc4xx_int()
326 } while (++cnt < 100 && lstatus & SPI_PPC4XX_SR_BSY); in spi_ppc4xx_int()
/linux-3.4.99/drivers/tty/
Dcyclades.c2449 u32 lstatus; in cy_tiocmget() local
2456 lstatus = readl(&info->u.cyz.ch_ctrl->rs_status); in cy_tiocmget()
2457 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) | in cy_tiocmget()
2458 ((lstatus & C_RS_DTR) ? TIOCM_DTR : 0) | in cy_tiocmget()
2459 ((lstatus & C_RS_DCD) ? TIOCM_CAR : 0) | in cy_tiocmget()
2460 ((lstatus & C_RS_RI) ? TIOCM_RNG : 0) | in cy_tiocmget()
2461 ((lstatus & C_RS_DSR) ? TIOCM_DSR : 0) | in cy_tiocmget()
2462 ((lstatus & C_RS_CTS) ? TIOCM_CTS : 0); in cy_tiocmget()