/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pci_hostb.c | 450 uint16_t rxctl; in bhnd_pci_wars_hwup() local 452 rxctl = BHND_PCI_MDIO_READ(sc, BHND_PCIE_PHY_SDR9_TXRX, in bhnd_pci_wars_hwup() 455 rxctl |= BHND_PCIE_SDR9_RX_CTRL_FORCE; in bhnd_pci_wars_hwup() 457 rxctl |= BHND_PCIE_SDR9_RX_CTRL_POLARITY_INV; in bhnd_pci_wars_hwup() 459 rxctl &= ~BHND_PCIE_SDR9_RX_CTRL_POLARITY_INV; in bhnd_pci_wars_hwup() 462 BHND_PCIE_SDR9_RX_CTRL, rxctl); in bhnd_pci_wars_hwup()
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | marvell,armada-375-pinctrl.txt | 51 mpp35 35 gpio, ge1(rxctl), spi1(cs1), spi0(cs2) 70 mpp54 54 gpio, pcie0(rstout), ge0(rxctl), ge1(rxctl)
|
H A D | marvell,armada-xp-pinctrl.txt | 31 mpp10 10 gpio, ge0(rxctl), lcd(d10) 43 mpp22 22 gpio, ge0(rxd6), ge1(rxctl), lcd(d22), sata0(prsnt)
|
H A D | marvell,armada-370-pinctrl.txt | 35 mpp15 15 gpio, ge0(rxctl), pcie(clkreq1), sd0(d3), spi1(miso), 50 mpp29 29 gpio, ge0(rxd6), ge1(rxctl), i2c1(sda)
|
H A D | marvell,armada-38x-pinctrl.txt | 34 mpp16 16 gpio, ge0(rxctl), ge(mdio slave), dram(deccerr), spi0(miso), pcie0(clkreq), … 59 mpp41 41 gpio, ua1(rxd), ge1(rxctl), ua0(cts), spi1(cs3), dev(burst/last), nand(rb0)
|
H A D | marvell,armada-39x-pinctrl.txt | 60 mpp41 41 gpio, ua1(rxd), ua0(cts), spi1(cs3), dev(burst/last), nand(rb0), ge(rxctl)
|
/freebsd/sys/dev/vge/ |
H A D | if_vge.c | 1433 uint32_t rxstat, rxctl; in vge_rxeof() local 1453 rxctl = le32toh(cur_rx->vge_ctl); in vge_rxeof() 1548 (rxctl & VGE_RDCTL_FRAG) == 0) { in vge_rxeof() 1550 if ((rxctl & VGE_RDCTL_IPPKT) != 0) in vge_rxeof() 1552 if ((rxctl & VGE_RDCTL_IPCSUMOK) != 0) in vge_rxeof() 1556 if (rxctl & (VGE_RDCTL_TCPPKT | VGE_RDCTL_UDPPKT) && in vge_rxeof() 1557 rxctl & VGE_RDCTL_PROTOCSUMOK) { in vge_rxeof() 1571 bswap16(rxctl & VGE_RDCTL_VLANID); in vge_rxeof()
|
/freebsd/sys/dev/vr/ |
H A D | if_vr.c | 1291 uint32_t rxstat, rxctl; in vr_rxeof() local 1312 rxctl = le32toh(cur_rx->vr_ctl); in vr_rxeof() 1386 (rxctl & VR_RXCTL_IP) != 0) { in vr_rxeof() 1389 if ((rxctl & VR_RXCTL_IPOK) == VR_RXCTL_IPOK) { in vr_rxeof() 1391 if (rxctl & (VR_RXCTL_TCP | VR_RXCTL_UDP)) { in vr_rxeof() 1394 if ((rxctl & VR_RXCTL_TCPUDPOK) != 0) in vr_rxeof()
|
/freebsd/sys/dev/lge/ |
H A D | if_lge.c | 854 u_int32_t rxsts, rxctl; in lge_rxeof() local 867 rxctl = cur_rx->lge_ctl; in lge_rxeof() 881 if (rxctl & LGE_RXCTL_ERRMASK) { in lge_rxeof()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | cp110-system-controller.txt | 95 mpp4 4 gpio, dev(ad13), au(i2sbclk), ge0(rxctl), tdm(rstn), mss_uart(rxd), uart1(cts), pcie0(clkreq), uart3(rxd), ge(mdc) 104 mpp13 13 gpio, dev(burstn), nf(rbn0), spi1(miso), ge0(rxctl), mss_spi(miso)
|
/freebsd/sys/dev/nfe/ |
H A D | if_nfe.c | 878 uint32_t rxctl, txctl; in nfe_miibus_statchg() local 901 rxctl = NFE_READ(sc, NFE_RX_CTL); in nfe_miibus_statchg() 904 rxctl |= NFE_RX_START; in nfe_miibus_statchg() 907 rxctl &= ~NFE_RX_START; in nfe_miibus_statchg() 910 NFE_WRITE(sc, NFE_RX_CTL, rxctl); in nfe_miibus_statchg()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am437x-cm-t43.dts | 116 AM4372_IOPAD(0x844, PIN_INPUT_PULLDOWN | MUX_MODE2) /* gpmc_a1.rxctl */
|