Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Dgianfar.c153 u32 lstatus; in gfar_init_rxbdp() local
157 lstatus = BD_LFLAG(RXBD_EMPTY | RXBD_INTERRUPT); in gfar_init_rxbdp()
159 lstatus |= BD_LFLAG(RXBD_WRAP); in gfar_init_rxbdp()
163 bdp->lstatus = lstatus; in gfar_init_rxbdp()
187 txbdp->lstatus = 0; in gfar_init_bds()
1714 txbdp->lstatus = 0; in free_skb_tx_queue()
1745 rxbdp->lstatus = 0; in free_skb_rx_queue()
2063 u32 lstatus; in gfar_start_xmit() local
2137 lstatus = txbdp->lstatus; in gfar_start_xmit()
2146 txbdp_tstamp->lstatus |= BD_LFLAG(TXBD_LAST | in gfar_start_xmit()
[all …]
Dgianfar.h539 u32 lstatus; member
560 u32 lstatus; member
/drivers/usb/host/
Duhci-hub.c247 int status, lstatus, retval = 0, len = 0; in uhci_hub_control() local
277 wPortChange = lstatus = 0; in uhci_hub_control()
287 lstatus |= 1; in uhci_hub_control()
290 lstatus |= 4; in uhci_hub_control()
310 wIndex, status, lstatus); in uhci_hub_control()
/drivers/spi/
Dspi-ppc4xx.c318 u8 lstatus; in spi_ppc4xx_int() local
324 lstatus = in_8(&hw->regs->sr); in spi_ppc4xx_int()
325 } while (++cnt < 100 && lstatus & SPI_PPC4XX_SR_BSY); in spi_ppc4xx_int()
/drivers/scsi/csiostor/
Dcsio_lnode.c1474 enum fw_fcoe_link_status lstatus; in csio_fcoe_fwevt_handler() local
1481 lstatus = lcmd->lstatus; in csio_fcoe_fwevt_handler()
1487 if (lstatus == FCOE_LINKUP) { in csio_fcoe_fwevt_handler()
1495 } else if (lstatus == FCOE_LINKDOWN) { in csio_fcoe_fwevt_handler()
1504 lcmd->lstatus); in csio_fcoe_fwevt_handler()
Dt4fw_api_stor.h333 u8 lstatus; member
Dcsio_mb.c927 cmdp->lstatus = link_status; in csio_write_fcoe_link_cond_init_mb()
/drivers/tty/
Dcyclades.c2427 u32 lstatus; in cy_tiocmget() local
2434 lstatus = readl(&info->u.cyz.ch_ctrl->rs_status); in cy_tiocmget()
2435 result = ((lstatus & C_RS_RTS) ? TIOCM_RTS : 0) | in cy_tiocmget()
2436 ((lstatus & C_RS_DTR) ? TIOCM_DTR : 0) | in cy_tiocmget()
2437 ((lstatus & C_RS_DCD) ? TIOCM_CAR : 0) | in cy_tiocmget()
2438 ((lstatus & C_RS_RI) ? TIOCM_RNG : 0) | in cy_tiocmget()
2439 ((lstatus & C_RS_DSR) ? TIOCM_DSR : 0) | in cy_tiocmget()
2440 ((lstatus & C_RS_CTS) ? TIOCM_CTS : 0); in cy_tiocmget()