Searched refs:lane (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/drivers/edac/ |
D | thunderx_edac.c | 1081 int lane; in thunderx_ocx_com_isr() local 1088 for (lane = 0; lane < OCX_RX_LANES; lane++) { in thunderx_ocx_com_isr() 1089 ctx->reg_lane_int[lane] = in thunderx_ocx_com_isr() 1090 readq(ocx->regs + OCX_LNE_INT(lane)); in thunderx_ocx_com_isr() 1091 ctx->reg_lane_stat11[lane] = in thunderx_ocx_com_isr() 1092 readq(ocx->regs + OCX_LNE_STAT(lane, 11)); in thunderx_ocx_com_isr() 1094 writeq(ctx->reg_lane_int[lane], ocx->regs + OCX_LNE_INT(lane)); in thunderx_ocx_com_isr() 1114 int lane; in thunderx_ocx_com_threaded_isr() local 1138 for (lane = 0; lane < OCX_RX_LANES; lane++) in thunderx_ocx_com_threaded_isr() 1139 if (ctx->reg_com_int & BIT(lane)) { in thunderx_ocx_com_threaded_isr() [all …]
|
D | ppc4xx_edac.h | 159 #define SDRAM_ECCES_BNCE_ENCODE(lane) PPC_REG_VAL(((lane) & 0xF), 1) argument
|
D | ppc4xx_edac.c | 442 unsigned int lane, lanes; in ppc4xx_edac_generate_lane_message() local 455 for (lanes = 0, lane = first_lane; lane < lane_count; lane++) { in ppc4xx_edac_generate_lane_message() 456 if ((status->ecces & SDRAM_ECCES_BNCE_ENCODE(lane)) != 0) { in ppc4xx_edac_generate_lane_message() 459 (lanes++ ? ", " : ""), lane); in ppc4xx_edac_generate_lane_message()
|
/linux-4.19.296/include/linux/platform_data/media/ |
D | mmp-camera.h | 27 int lane; /* ccic used lane number; 0 means DVP mode */ member
|
/linux-4.19.296/include/linux/ |
D | libnvdimm.h | 202 void nd_region_release_lane(struct nd_region *nd_region, unsigned int lane);
|
/linux-4.19.296/drivers/pci/controller/ |
D | pci-mvebu.c | 147 u32 lane; member 1007 if (of_property_read_u32(child, "marvell,pcie-lane", &port->lane)) in mvebu_pcie_parse_port() 1008 port->lane = 0; in mvebu_pcie_parse_port() 1011 port->lane); in mvebu_pcie_parse_port()
|
D | pci-tegra.c | 1905 unsigned int lane = 0; in tegra_pcie_parse_dt() local 2010 lane += value; in tegra_pcie_parse_dt() 2014 mask |= ((1 << value) - 1) << lane; in tegra_pcie_parse_dt() 2015 lane += value; in tegra_pcie_parse_dt()
|
D | pcie-rcar.c | 517 unsigned int lane, unsigned int data) in phy_write_reg() argument 523 ((lane & 0xf) << LANE_POS) | in phy_write_reg()
|
D | pcie-mediatek.c | 188 u32 lane; member 892 err = of_property_read_u32(node, "num-lanes", &port->lane); in mtk_pcie_parse_port()
|
/linux-4.19.296/include/drm/ |
D | drm_dp_helper.h | 959 int lane); 961 int lane);
|
/linux-4.19.296/include/linux/mlx5/ |
D | mlx5_ifc.h | 7552 u8 lane[0x4]; member 7577 u8 lane[0x4]; member 8076 u8 lane[0x4]; member
|