Searched defs:kcs_bmc (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
D | kcs_bmc.h | 69 struct kcs_bmc { struct 77 u8 (*io_inputb)(struct kcs_bmc *kcs_bmc, u32 reg); argument 78 void (*io_outputb)(struct kcs_bmc *kcs_bmc, u32 reg, u8 b); argument 100 static inline void *kcs_bmc_priv(struct kcs_bmc *kcs_bmc) in kcs_bmc_priv()
|
D | kcs_bmc.c | 48 static inline u8 read_data(struct kcs_bmc *kcs_bmc) in read_data() 53 static inline void write_data(struct kcs_bmc *kcs_bmc, u8 data) in write_data() 58 static inline u8 read_status(struct kcs_bmc *kcs_bmc) in read_status() 63 static inline void write_status(struct kcs_bmc *kcs_bmc, u8 data) in write_status() 68 static void update_status_bits(struct kcs_bmc *kcs_bmc, u8 mask, u8 val) in update_status_bits() 78 static inline void set_state(struct kcs_bmc *kcs_bmc, u8 state) in set_state() 84 static void kcs_force_abort(struct kcs_bmc *kcs_bmc) in kcs_force_abort() 95 static void kcs_bmc_handle_data(struct kcs_bmc *kcs_bmc) in kcs_bmc_handle_data() 171 static void kcs_bmc_handle_cmd(struct kcs_bmc *kcs_bmc) in kcs_bmc_handle_cmd() 212 int kcs_bmc_handle_event(struct kcs_bmc *kcs_bmc) in kcs_bmc_handle_event() [all …]
|
D | kcs_bmc_npcm7xx.c | 79 static u8 npcm7xx_kcs_inb(struct kcs_bmc *kcs_bmc, u32 reg) in npcm7xx_kcs_inb() 91 static void npcm7xx_kcs_outb(struct kcs_bmc *kcs_bmc, u32 reg, u8 data) in npcm7xx_kcs_outb() 100 static void npcm7xx_kcs_enable_channel(struct kcs_bmc *kcs_bmc, bool enable) in npcm7xx_kcs_enable_channel() 113 struct kcs_bmc *kcs_bmc = arg; in npcm7xx_kcs_irq() local 121 static int npcm7xx_kcs_config_irq(struct kcs_bmc *kcs_bmc, in npcm7xx_kcs_config_irq() 139 struct kcs_bmc *kcs_bmc; in npcm7xx_kcs_probe() local 189 struct kcs_bmc *kcs_bmc = dev_get_drvdata(&pdev->dev); in npcm7xx_kcs_remove() local
|
D | kcs_bmc_aspeed.c | 70 static u8 aspeed_kcs_inb(struct kcs_bmc *kcs_bmc, u32 reg) in aspeed_kcs_inb() 82 static void aspeed_kcs_outb(struct kcs_bmc *kcs_bmc, u32 reg, u8 data) in aspeed_kcs_outb() 105 static void aspeed_kcs_set_address(struct kcs_bmc *kcs_bmc, u16 addr) in aspeed_kcs_set_address() 139 static void aspeed_kcs_enable_channel(struct kcs_bmc *kcs_bmc, bool enable) in aspeed_kcs_enable_channel() 208 struct kcs_bmc *kcs_bmc = arg; in aspeed_kcs_irq() local 216 static int aspeed_kcs_config_irq(struct kcs_bmc *kcs_bmc, in aspeed_kcs_config_irq() 347 struct kcs_bmc *kcs_bmc; in aspeed_kcs_probe() local 391 struct kcs_bmc *kcs_bmc = dev_get_drvdata(&pdev->dev); in aspeed_kcs_remove() local
|