Searched refs:sfc (Results 1 – 13 of 13) sorted by relevance
| /drivers/spi/ |
| A D | spi-rockchip-sfc.c | 481 ret = rockchip_sfc_fifo_transfer_dma(sfc, sfc->dma_buffer, len); in rockchip_sfc_xfer_data_dma() 544 sfc->speed[cs], rockchip_sfc_clk_get_rate(sfc)); in rockchip_sfc_exec_mem_op() 602 complete(&sfc->cp); in rockchip_sfc_irq_handler() 631 sfc->dev = dev; in rockchip_sfc_probe() 632 sfc->host = host; in rockchip_sfc_probe() 691 sfc->version = rockchip_sfc_get_version(sfc); in rockchip_sfc_probe() 692 sfc->max_iosize = rockchip_sfc_get_max_iosize(sfc); in rockchip_sfc_probe() 700 if (sfc->use_dma) { in rockchip_sfc_probe() 707 sfc->dma_buffer = virt_to_phys(sfc->buffer); in rockchip_sfc_probe() 718 free_pages((unsigned long)sfc->buffer, get_order(sfc->max_iosize)); in rockchip_sfc_probe() [all …]
|
| A D | Makefile | 70 obj-$(CONFIG_SPI_HISI_SFC_V3XX) += spi-hisi-sfc-v3xx.o 124 obj-$(CONFIG_SPI_ROCKCHIP_SFC) += spi-rockchip-sfc.o
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | Makefile | 2 sfc-siena-y += farch.o siena.o \ 8 sfc-siena-$(CONFIG_SFC_SIENA_MTD) += mtd.o 9 sfc-siena-$(CONFIG_SFC_SIENA_SRIOV) += siena_sriov.o 11 obj-$(CONFIG_SFC_SIENA) += sfc-siena.o
|
| A D | Kconfig | 13 will be called sfc-siena.
|
| /drivers/net/ethernet/sfc/ |
| A D | Makefile | 2 sfc-y += efx.o efx_common.o efx_channels.o nic.o \ 11 sfc-$(CONFIG_SFC_MTD) += mtd.o 12 sfc-$(CONFIG_SFC_SRIOV) += sriov.o ef10_sriov.o ef100_sriov.o ef100_rep.o \ 16 obj-$(CONFIG_SFC) += sfc.o
|
| A D | Kconfig | 34 will be called sfc. 70 source "drivers/net/ethernet/sfc/falcon/Kconfig" 71 source "drivers/net/ethernet/sfc/siena/Kconfig"
|
| /drivers/net/ethernet/sfc/falcon/ |
| A D | Makefile | 2 sfc-falcon-y += efx.o nic.o farch.o falcon.o tx.o rx.o selftest.o \ 6 sfc-falcon-$(CONFIG_SFC_FALCON_MTD) += mtd.o 7 obj-$(CONFIG_SFC_FALCON) += sfc-falcon.o
|
| A D | Kconfig | 14 will be called sfc-falcon.
|
| /drivers/net/phy/qcom/ |
| A D | qcom-phy-lib.c | 244 int sfc, speed; in at803x_read_specific_status() local 246 sfc = phy_read(phydev, AT803X_SPECIFIC_FUNCTION_CONTROL); in at803x_read_specific_status() 247 if (sfc < 0) in at803x_read_specific_status() 248 return sfc; in at803x_read_specific_status() 277 switch (FIELD_GET(AT803X_SFC_MDI_CROSSOVER_MODE_M, sfc)) { in at803x_read_specific_status()
|
| /drivers/mtd/spi-nor/controllers/ |
| A D | Makefile | 2 obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
|
| /drivers/net/ethernet/ |
| A D | Makefile | 90 obj-$(CONFIG_NET_VENDOR_SOLARFLARE) += sfc/
|
| A D | Kconfig | 188 source "drivers/net/ethernet/sfc/Kconfig"
|
| /drivers/mmc/core/ |
| A D | sd.c | 1212 u16 sfc, offset, ext = *next_ext_addr; in sd_parse_ext_reg() local 1224 memcpy(&sfc, &gen_info_buf[ext], 2); in sd_parse_ext_reg() 1249 if (sfc == 0x1) in sd_parse_ext_reg() 1253 if (sfc == 0x2) in sd_parse_ext_reg()
|
Completed in 19 milliseconds