Searched refs:devstat (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | omap_udc.c | 1143 if (udc->devstat & UDC_SUS) { in omap_wakeup() 1147 if (udc->devstat & (UDC_B_HNP_ENABLE|UDC_R_WK_OK)) { in omap_wakeup() 1154 } else if (!(udc->devstat & UDC_ATT)) { in omap_wakeup() 1362 u16 devstat; in update_otg() local 1368 devstat = omap_readw(UDC_DEVSTAT); in update_otg() 1370 devstat = 0; in update_otg() 1372 udc->gadget.b_hnp_enable = !!(devstat & UDC_B_HNP_ENABLE); in update_otg() 1373 udc->gadget.a_hnp_support = !!(devstat & UDC_A_HNP_SUPPORT); in update_otg() 1374 udc->gadget.a_alt_hnp_support = !!(devstat & UDC_A_ALT_HNP_SUPPORT); in update_otg() 1722 u16 devstat, change; in devstate_irq() local [all …]
|
D | omap_udc.h | 165 u16 devstat; member
|
D | lpc32xx_udc.c | 2727 u32 tmp, devstat; in lpc32xx_usb_lp_irq() local 2733 devstat = readl(USBD_DEVINTST(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq() 2735 devstat &= ~USBD_EP_FAST; in lpc32xx_usb_lp_irq() 2736 writel(devstat, USBD_DEVINTCLR(udc->udp_baseaddr)); in lpc32xx_usb_lp_irq() 2737 devstat = devstat & udc->enabled_devints; in lpc32xx_usb_lp_irq() 2740 if (devstat & USBD_DEV_STAT) in lpc32xx_usb_lp_irq() 2748 if (devstat & ERR_INT) { in lpc32xx_usb_lp_irq()
|
/Linux-v4.19/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 34 - ti,dscr-devstat 35 offset of the devstat register 107 ti,dscr-devstat = <0>;
|
/Linux-v4.19/arch/c6x/boot/dts/ |
D | tms320c6457.dtsi | 48 ti,dscr-devstat = <0x20>;
|
D | tms320c6474.dtsi | 76 ti,dscr-devstat = <0x004>;
|
D | tms320c6455.dtsi | 83 ti,dscr-devstat = <0>;
|
D | tms320c6472.dtsi | 117 ti,dscr-devstat = <0>;
|
D | tms320c6678.dtsi | 139 ti,dscr-devstat = <0x20>;
|
/Linux-v4.19/drivers/net/ethernet/agere/ |
D | et131x.c | 3590 struct ce_stats *devstat = &adapter->stats; in et131x_stats() local 3592 stats->rx_errors = devstat->rx_length_errs + in et131x_stats() 3593 devstat->rx_align_errs + in et131x_stats() 3594 devstat->rx_crc_errs + in et131x_stats() 3595 devstat->rx_code_violations + in et131x_stats() 3596 devstat->rx_other_errs; in et131x_stats() 3597 stats->tx_errors = devstat->tx_max_pkt_errs; in et131x_stats() 3598 stats->multicast = devstat->multicast_pkts_rcvd; in et131x_stats() 3599 stats->collisions = devstat->tx_collisions; in et131x_stats() 3601 stats->rx_length_errors = devstat->rx_length_errs; in et131x_stats() [all …]
|
/Linux-v4.19/arch/c6x/platforms/ |
D | dscr.c | 114 struct devstate_stat_reg devstat[MAX_DEVSTAT_REGS]; member 540 r = &dscr.devstat[i]; in dscr_parse_devstate_stat_regs()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_utils.c | 1528 struct i40iw_vsi_pestat *devstat = vsi->pestat; in i40iw_hw_stats_start_timer() local 1530 timer_setup(&devstat->stats_timer, i40iw_hw_stats_timeout, 0); in i40iw_hw_stats_start_timer() 1531 mod_timer(&devstat->stats_timer, in i40iw_hw_stats_start_timer() 1541 struct i40iw_vsi_pestat *devstat = vsi->pestat; in i40iw_hw_stats_stop_timer() local 1543 del_timer_sync(&devstat->stats_timer); in i40iw_hw_stats_stop_timer()
|
D | i40iw_verbs.c | 2671 struct i40iw_vsi_pestat *devstat = iwdev->vsi.pestat; in i40iw_get_hw_stats() local 2672 struct i40iw_dev_hw_stats *hw_stats = &devstat->hw_stats; in i40iw_get_hw_stats() 2675 i40iw_hw_stats_read_all(devstat, &devstat->hw_stats); in i40iw_get_hw_stats() 2677 if (i40iw_vchnl_vf_get_pe_stats(dev, &devstat->hw_stats)) in i40iw_get_hw_stats()
|
/Linux-v4.19/drivers/usb/core/ |
D | driver.c | 1341 u16 devstat; in usb_suspend_both() local 1344 &devstat); in usb_suspend_both()
|
D | hub.c | 4979 u16 devstat; in hub_port_connect() local 4982 &devstat); in hub_port_connect() 4987 if ((devstat & (1 << USB_DEVICE_SELF_POWERED)) == 0) { in hub_port_connect()
|
/Linux-v4.19/Documentation/s390/ |
D | cds.txt | 52 Moreover, they don't return a devstat, but an irb.
|