| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | txc43128_phy.c | 380 int rxctl = ef4_mdio_read(efx, mmd, TXC_ALRGS_ARXCTL); in txc_analog_lane_power() local 384 rxctl &= ~rxpd; in txc_analog_lane_power() 387 rxctl |= rxpd; in txc_analog_lane_power() 391 ef4_mdio_write(efx, mmd, TXC_ALRGS_ARXCTL, rxctl); in txc_analog_lane_power()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | aqc111.c | 536 aqc111_data->rxctl &= ~(SFR_RX_CTL_PRO | SFR_RX_CTL_AMALL | in aqc111_set_rx_mode() 540 aqc111_data->rxctl |= SFR_RX_CTL_PRO; in aqc111_set_rx_mode() 542 aqc111_data->rxctl |= SFR_RX_CTL_AMALL; in aqc111_set_rx_mode() 558 aqc111_data->rxctl |= SFR_RX_CTL_AM; in aqc111_set_rx_mode() 562 2, &aqc111_data->rxctl); in aqc111_set_rx_mode() 927 aqc111_data->rxctl = reg16; in aqc111_link_reset() 961 aqc111_data->rxctl |= SFR_RX_CTL_START; in aqc111_link_reset() 963 2, &aqc111_data->rxctl); in aqc111_link_reset() 973 aqc111_data->rxctl &= ~SFR_RX_CTL_START; in aqc111_link_reset() 975 2, &aqc111_data->rxctl); in aqc111_link_reset() [all …]
|
| H A D | ax88179_178a.c | 170 u16 rxctl; member 916 data->rxctl = (AX_RX_CTL_START | AX_RX_CTL_AB | AX_RX_CTL_IPE); in ax88179_set_multicast() 919 data->rxctl |= AX_RX_CTL_PRO; in ax88179_set_multicast() 922 data->rxctl |= AX_RX_CTL_AMALL; in ax88179_set_multicast() 943 data->rxctl |= AX_RX_CTL_AM; in ax88179_set_multicast() 947 2, 2, &data->rxctl); in ax88179_set_multicast() 1627 &ax179_data->rxctl); in ax88179_link_reset()
|
| H A D | aqc111.h | 162 u16 rxctl; member
|
| H A D | asix_devices.c | 996 u16 rxctl; in ax88178_set_mfb() local 1014 rxctl = asix_read_rx_ctl(dev, 0); in ax88178_set_mfb() 1015 asix_write_rx_ctl(dev, (rxctl & ~AX_RX_CTL_MFB_16384) | mfb, 0); in ax88178_set_mfb()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/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)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bus.h | 75 int (*rxctl)(struct device *dev, unsigned char *msg, uint len); member 186 return bus->ops->rxctl(bus->dev, msg, len); in brcmf_bus_rxctl()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ep93xx_eth.c | 265 RXCTL_RCRCA | RXCTL_MA, &mac->rxctl); in ep93xx_eth_open() 290 writel(0x00000000, &mac->rxctl); in ep93xx_eth_close()
|
| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A D | cthw20k2.c | 810 unsigned int rxctl[8]; member 955 set_field(&ctl->rxctl[idx], ARXCTL_EN, 1); in daio_mgr_enb_dai() 964 set_field(&ctl->rxctl[idx], ARXCTL_EN, 0); in daio_mgr_dsb_dai() 1065 data = ctl->rxctl[i]; in daio_mgr_commit_write() 1092 blk->rxctl[i] = hw_read_20kx(hw, AUDIO_IO_RX_CTL+(0x40*i)); in daio_mgr_get_ctrl_blk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 310 uint8 *rxctl; /* Aligned pointer into rxbuf */ member 3261 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 3282 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 5674 bus->rxctl = bus->rxbuf; in dhdsdio_read_control() 5676 bus->rxctl += firstread; in dhdsdio_read_control() 5677 if ((pad = ((uintptr)bus->rxctl % DHD_SDALIGN))) in dhdsdio_read_control() 5678 bus->rxctl += (DHD_SDALIGN - pad); in dhdsdio_read_control() 5679 bus->rxctl -= firstread; in dhdsdio_read_control() 5681 ASSERT(bus->rxctl >= bus->rxbuf); in dhdsdio_read_control() 5684 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcm_app_utils.c | 307 IDX_IN_WL_CNT_VER_6_T(rxctl), 437 IDX_IN_WL_CNT_VER_7_T(rxctl), 594 IDX_IN_WL_CNT_VER_11_T(rxctl),
|
| H A D | dhd_sdio.c | 330 uint8 *rxctl; /* Aligned pointer into rxbuf */ member 3301 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 3322 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 6238 bus->rxctl = bus->rxbuf; in dhdsdio_read_control() 6240 bus->rxctl += firstread; in dhdsdio_read_control() 6241 if ((pad = ((uintptr)bus->rxctl % DHD_SDALIGN))) in dhdsdio_read_control() 6242 bus->rxctl += (DHD_SDALIGN - pad); in dhdsdio_read_control() 6243 bus->rxctl -= firstread; in dhdsdio_read_control() 6245 ASSERT(bus->rxctl >= bus->rxbuf); in dhdsdio_read_control() 6248 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcm_app_utils.c | 307 IDX_IN_WL_CNT_VER_6_T(rxctl), 437 IDX_IN_WL_CNT_VER_7_T(rxctl), 594 IDX_IN_WL_CNT_VER_11_T(rxctl),
|
| H A D | dhd_sdio.c | 331 uint8 *rxctl; /* Aligned pointer into rxbuf */ member 3312 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 3333 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 6249 bus->rxctl = bus->rxbuf; in dhdsdio_read_control() 6251 bus->rxctl += firstread; in dhdsdio_read_control() 6252 if ((pad = ((uintptr)bus->rxctl % DHD_SDALIGN))) in dhdsdio_read_control() 6253 bus->rxctl += (DHD_SDALIGN - pad); in dhdsdio_read_control() 6254 bus->rxctl -= firstread; in dhdsdio_read_control() 6256 ASSERT(bus->rxctl >= bus->rxbuf); in dhdsdio_read_control() 6259 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 318 uint8 *rxctl; /* Aligned pointer into rxbuf */ member 2952 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 5883 bus->rxctl = bus->rxbuf; in dhdsdio_read_control() 5885 bus->rxctl += firstread; in dhdsdio_read_control() 5886 if ((pad = ((uintptr)bus->rxctl % DHD_SDALIGN))) in dhdsdio_read_control() 5887 bus->rxctl += (DHD_SDALIGN - pad); in dhdsdio_read_control() 5888 bus->rxctl -= firstread; in dhdsdio_read_control() 5890 ASSERT(bus->rxctl >= bus->rxbuf); in dhdsdio_read_control() 5893 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control() 5899 bcopy(hdr, bus->rxctl, len); in dhdsdio_read_control() [all …]
|
| H A D | bcm_app_utils.c | 308 IDX_IN_WL_CNT_VER_6_T(rxctl), 438 IDX_IN_WL_CNT_VER_11_T(rxctl),
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 333 uint8 *rxctl; /* Aligned pointer into rxbuf */ member 3009 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 5945 bus->rxctl = bus->rxbuf; in dhdsdio_read_control() 5947 bus->rxctl += firstread; in dhdsdio_read_control() 5948 if ((pad = ((uintptr)bus->rxctl % DHD_SDALIGN))) in dhdsdio_read_control() 5949 bus->rxctl += (DHD_SDALIGN - pad); in dhdsdio_read_control() 5950 bus->rxctl -= firstread; in dhdsdio_read_control() 5952 ASSERT(bus->rxctl >= bus->rxbuf); in dhdsdio_read_control() 5955 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control() 5961 bcopy(hdr, bus->rxctl, len); in dhdsdio_read_control() [all …]
|
| H A D | bcm_app_utils.c | 308 IDX_IN_WL_CNT_VER_6_T(rxctl), 438 IDX_IN_WL_CNT_VER_11_T(rxctl),
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 318 uint8 *rxctl; /* Aligned pointer into rxbuf */ member 2948 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 5879 bus->rxctl = bus->rxbuf; in dhdsdio_read_control() 5881 bus->rxctl += firstread; in dhdsdio_read_control() 5882 if ((pad = ((uintptr)bus->rxctl % DHD_SDALIGN))) in dhdsdio_read_control() 5883 bus->rxctl += (DHD_SDALIGN - pad); in dhdsdio_read_control() 5884 bus->rxctl -= firstread; in dhdsdio_read_control() 5886 ASSERT(bus->rxctl >= bus->rxbuf); in dhdsdio_read_control() 5889 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control() 5895 bcopy(hdr, bus->rxctl, len); in dhdsdio_read_control() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/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… 104 mpp13 13 gpio, dev(burstn), nf(rbn0), spi1(miso), ge0(rxctl), mss_spi(miso)
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/ |
| H A D | ep93xx.h | 93 uint32_t rxctl; member
|