/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_mac.c | 11 static void fbnic_init_readrq(struct fbnic_dev *fbd, unsigned int offset, in fbnic_init_readrq() 27 static void fbnic_init_mps(struct fbnic_dev *fbd, unsigned int offset, in fbnic_init_mps() 41 static void fbnic_mac_init_axi(struct fbnic_dev *fbd) in fbnic_mac_init_axi() 90 static void fbnic_mac_init_qm(struct fbnic_dev *fbd) in fbnic_mac_init_qm() 176 static void fbnic_mac_init_rxb(struct fbnic_dev *fbd) in fbnic_mac_init_rxb() 306 static void fbnic_mac_init_txb(struct fbnic_dev *fbd) in fbnic_mac_init_txb() 398 static void fbnic_mac_init_regs(struct fbnic_dev *fbd) in fbnic_mac_init_regs() 406 static void __fbnic_mac_stat_rd64(struct fbnic_dev *fbd, bool reset, u32 reg, in __fbnic_mac_stat_rd64() 418 #define fbnic_mac_stat_rd64(fbd, reset, __stat, __CSR) \ argument 421 static void fbnic_mac_tx_pause_config(struct fbnic_dev *fbd, bool tx_pause) in fbnic_mac_tx_pause_config() [all …]
|
H A D | fbnic_hw_stats.c | 6 static void fbnic_hw_stat_rst32(struct fbnic_dev *fbd, u32 reg, in fbnic_hw_stat_rst32() 17 static void fbnic_hw_stat_rd32(struct fbnic_dev *fbd, u32 reg, in fbnic_hw_stat_rd32() 27 u64 fbnic_stat_rd64(struct fbnic_dev *fbd, u32 reg, u32 offset) in fbnic_stat_rd64() 53 static void fbnic_hw_stat_rst64(struct fbnic_dev *fbd, u32 reg, s32 offset, in fbnic_hw_stat_rst64() 63 static void fbnic_hw_stat_rd64(struct fbnic_dev *fbd, u32 reg, s32 offset, in fbnic_hw_stat_rd64() 73 static void fbnic_reset_rpc_stats(struct fbnic_dev *fbd, in fbnic_reset_rpc_stats() 95 static void fbnic_get_rpc_stats32(struct fbnic_dev *fbd, in fbnic_get_rpc_stats32() 120 static void fbnic_reset_pcie_stats_asic(struct fbnic_dev *fbd, in fbnic_reset_pcie_stats_asic() 162 static void fbnic_get_pcie_stats_asic64(struct fbnic_dev *fbd, in fbnic_get_pcie_stats_asic64() 204 void fbnic_reset_hw_stats(struct fbnic_dev *fbd) in fbnic_reset_hw_stats() [all …]
|
H A D | fbnic_pci.c | 36 u32 fbnic_rd32(struct fbnic_dev *fbd, u32 reg) in fbnic_rd32() 69 bool fbnic_fw_present(struct fbnic_dev *fbd) in fbnic_fw_present() 74 void fbnic_fw_wr32(struct fbnic_dev *fbd, u32 reg, u32 val) in fbnic_fw_wr32() 82 u32 fbnic_fw_rd32(struct fbnic_dev *fbd, u32 reg) in fbnic_fw_rd32() 117 struct fbnic_dev *fbd = fbn->fbd; in fbnic_service_task_start() local 125 struct fbnic_dev *fbd = fbn->fbd; in fbnic_service_task_stop() local 171 static void fbnic_health_check(struct fbnic_dev *fbd) in fbnic_health_check() 197 struct fbnic_dev *fbd = container_of(to_delayed_work(work), in fbnic_service_task() local 232 struct fbnic_dev *fbd; in fbnic_probe() local 352 struct fbnic_dev *fbd = pci_get_drvdata(pdev); in fbnic_remove() local [all …]
|
H A D | fbnic_devlink.c | 67 struct fbnic_dev *fbd = devlink_priv(devlink); in fbnic_devlink_info_get() local 116 void fbnic_devlink_free(struct fbnic_dev *fbd) in fbnic_devlink_free() 127 struct fbnic_dev *fbd; in fbnic_devlink_alloc() local 151 void fbnic_devlink_register(struct fbnic_dev *fbd) in fbnic_devlink_register() 158 void fbnic_devlink_unregister(struct fbnic_dev *fbd) in fbnic_devlink_unregister()
|
H A D | fbnic_hwmon.c | 34 struct fbnic_dev *fbd = dev_get_drvdata(dev); in fbnic_hwmon_read() local 58 void fbnic_hwmon_register(struct fbnic_dev *fbd) in fbnic_hwmon_register() 74 void fbnic_hwmon_unregister(struct fbnic_dev *fbd) in fbnic_hwmon_unregister()
|
H A D | fbnic.h | 91 static inline bool fbnic_present(struct fbnic_dev *fbd) in fbnic_present() 96 static inline void fbnic_wr32(struct fbnic_dev *fbd, u32 reg, u32 val) in fbnic_wr32() 106 static inline void fbnic_wrfl(struct fbnic_dev *fbd) in fbnic_wrfl() 112 fbnic_rmw32(struct fbnic_dev *fbd, u32 reg, u32 mask, u32 val) in fbnic_rmw32() 134 static inline bool fbnic_bmc_present(struct fbnic_dev *fbd) in fbnic_bmc_present() 139 static inline bool fbnic_init_failure(struct fbnic_dev *fbd) in fbnic_init_failure()
|
H A D | fbnic_csr.c | 59 static void fbnic_csr_get_regs_rpc_ram(struct fbnic_dev *fbd, u32 **data_p) in fbnic_csr_get_regs_rpc_ram() 114 void fbnic_csr_get_regs(struct fbnic_dev *fbd, u32 *data, u32 *regs_version) in fbnic_csr_get_regs() 137 int fbnic_csr_regs_len(struct fbnic_dev *fbd) in fbnic_csr_regs_len()
|
/linux/drivers/media/platform/atmel/ |
H A D | atmel-isi.c | 43 struct fbd { struct 48 /* Physical address of the next fbd */ argument 49 u32 next_fbd_address; argument
|
/linux/drivers/gpu/drm/bridge/ |
H A D | tc358768.c | 159 u32 fbd; /* PLL feedback divider */ member 362 u32 fbd; in tc358768_calc_pll() local 615 u32 fbd, prd, frs; in tc358768_setup_pll() local
|
/linux/drivers/media/i2c/ |
H A D | tc358743_regs.h | 86 #define SET_PLL_FBD(fbd) (((fbd) - 1) & MASK_PLL_FBD) argument
|