/linux-6.12.1/drivers/firewire/ |
D | nosy.c | 85 lynx_get(struct pcilynx *lynx) in lynx_get() argument 87 kref_get(&lynx->kref); in lynx_get() 89 return lynx; in lynx_get() 99 lynx_put(struct pcilynx *lynx) in lynx_put() argument 101 kref_put(&lynx->kref, lynx_release); in lynx_put() 105 struct pcilynx *lynx; member 145 list_empty(&client->lynx->link)) in packet_buffer_get() 216 reg_write(struct pcilynx *lynx, int offset, u32 data) in reg_write() argument 218 writel(data, lynx->registers + offset); in reg_write() 222 reg_read(struct pcilynx *lynx, int offset) in reg_read() argument [all …]
|
/linux-6.12.1/drivers/net/pcs/ |
D | pcs-lynx.c | 3 * Lynx PCS MDIO helpers 8 #include <linux/pcs-lynx.h> 36 #define lynx_to_phylink_pcs(lynx) (&(lynx)->pcs) argument 85 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state() local 91 phylink_mii_c22_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 94 lynx_pcs_get_state_2500basex(lynx->mdio, state); in lynx_pcs_get_state() 97 lynx_pcs_get_state_usxgmii(lynx->mdio, state); in lynx_pcs_get_state() 100 phylink_mii_c45_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 106 dev_dbg(&lynx->mdio->dev, in lynx_pcs_get_state() 174 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config() local [all …]
|
D | Makefile | 8 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
|
D | Kconfig | 18 This module provides helpers to phylink for managing the Lynx PCS
|
/linux-6.12.1/Documentation/devicetree/bindings/net/pcs/ |
D | fsl,lynx-pcs.yaml | 4 $id: http://devicetree.org/schemas/net/pcs/fsl,lynx-pcs.yaml# 7 title: NXP Lynx PCS 13 NXP Lynx 10G and 28G SerDes have Ethernet PCS devices which can be used as 19 const: fsl,lynx-pcs 37 compatible = "fsl,lynx-pcs";
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | fsl,lynx-28g.yaml | 4 $id: http://devicetree.org/schemas/phy/fsl,lynx-28g.yaml# 7 title: Freescale Lynx 28G SerDes PHY 15 - fsl,lynx-28g 36 compatible = "fsl,lynx-28g";
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1043-post.dtsi | 59 compatible = "fsl,lynx-pcs"; 64 compatible = "fsl,lynx-pcs"; 69 compatible = "fsl,lynx-pcs";
|
D | fsl-ls1046-post.dtsi | 63 compatible = "fsl,lynx-pcs"; 68 compatible = "fsl,lynx-pcs"; 73 compatible = "fsl,lynx-pcs";
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6dl-yapp4-lynx.dts | 11 model = "Y Soft IOTA Lynx i.MX6DualLite board"; 12 compatible = "ysoft,imx6dl-yapp4-lynx", "fsl,imx6dl";
|
/linux-6.12.1/drivers/phy/freescale/ |
D | Kconfig | 54 tristate "Freescale Layerscape Lynx 28G SerDes PHY support" 59 Enable this to add support for the Lynx SerDes 28G PHY as
|
D | Makefile | 7 obj-$(CONFIG_PHY_FSL_LYNX_28G) += phy-fsl-lynx-28g.o
|
/linux-6.12.1/drivers/misc/mei/ |
D | hw-me-regs.h | 52 #define MEI_DEV_ID_LPT_H 0x8C3A /* Lynx Point H */ 53 #define MEI_DEV_ID_LPT_W 0x8D3A /* Lynx Point - Wellsburg */ 54 #define MEI_DEV_ID_LPT_LP 0x9C3A /* Lynx Point LP */ 55 #define MEI_DEV_ID_LPT_HR 0x8CBA /* Lynx Point H Refresh */
|
/linux-6.12.1/sound/soc/intel/boards/ |
D | hsw_rt5640.c | 3 * Sound card driver for Intel Haswell Lynx Point with Realtek 5640 175 MODULE_DESCRIPTION("Sound card driver for Intel Haswell Lynx Point with Realtek 5640");
|
/linux-6.12.1/drivers/ata/ |
D | ahci.c | 341 { PCI_VDEVICE(INTEL, 0x8c02), board_ahci_pcs_quirk }, /* Lynx Point AHCI */ 342 { PCI_VDEVICE(INTEL, 0x8c03), board_ahci_pcs_quirk }, /* Lynx M AHCI */ 343 { PCI_VDEVICE(INTEL, 0x8c04), board_ahci_pcs_quirk }, /* Lynx Point RAID */ 344 { PCI_VDEVICE(INTEL, 0x8c05), board_ahci_pcs_quirk }, /* Lynx M RAID */ 345 { PCI_VDEVICE(INTEL, 0x8c06), board_ahci_pcs_quirk }, /* Lynx Point RAID */ 346 { PCI_VDEVICE(INTEL, 0x8c07), board_ahci_pcs_quirk }, /* Lynx M RAID */ 347 { PCI_VDEVICE(INTEL, 0x8c0e), board_ahci_pcs_quirk }, /* Lynx Point RAID */ 348 { PCI_VDEVICE(INTEL, 0x8c0f), board_ahci_pcs_quirk }, /* Lynx M RAID */ 349 { PCI_VDEVICE(INTEL, 0x9c02), board_ahci_pcs_quirk }, /* Lynx LP AHCI */ 350 { PCI_VDEVICE(INTEL, 0x9c03), board_ahci_pcs_quirk }, /* Lynx LP AHCI */ [all …]
|
/linux-6.12.1/include/linux/ |
D | pcs-lynx.h | 3 * Lynx PCS helpers
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | qoriq-fman3-0-10g-1-best-effort.dtsi | 64 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-1g-3.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-1g-5.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-1g-2.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-1g-1.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-10g-1.dtsi | 61 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-10g-1.dtsi | 61 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-1g-5.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-1g-2.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-10g-0.dtsi | 61 compatible = "fsl,lynx-pcs";
|