Searched refs:mvpp2 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | mvpp2.c | 908 struct mvpp2 { struct 967 struct mvpp2 *priv; argument 1297 static void mvpp2_write(struct mvpp2 *priv, u32 offset, u32 data) in mvpp2_write() 1302 static u32 mvpp2_read(struct mvpp2 *priv, u32 offset) in mvpp2_read() 1419 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() 1443 static int mvpp2_prs_hw_read(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_read() 1470 static void mvpp2_prs_hw_inv(struct mvpp2 *priv, int index) in mvpp2_prs_hw_inv() 1479 static void mvpp2_prs_shadow_set(struct mvpp2 *priv, int index, int lu) in mvpp2_prs_shadow_set() 1486 static void mvpp2_prs_shadow_ri_set(struct mvpp2 *priv, int index, in mvpp2_prs_shadow_ri_set() 1720 static struct mvpp2_prs_entry *mvpp2_prs_flow_find(struct mvpp2 *priv, int flow) in mvpp2_prs_flow_find() [all …]
|
| H A D | Makefile | 45 obj-$(CONFIG_MVPP2) += mvpp2.o
|