Home
last modified time | relevance | path

Searched defs:ctlr_ptr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_hpc.c118 static u8 i2c_ctrl_read(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index) in i2c_ctrl_read()
226 static u8 i2c_ctrl_write(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index, u8 cmd) in i2c_ctrl_write()
325 static u8 isa_ctrl_read(struct controller *ctlr_ptr, u8 offset) in isa_ctrl_read()
338 static void isa_ctrl_write(struct controller *ctlr_ptr, u8 offset, u8 data) in isa_ctrl_write()
506 struct controller *ctlr_ptr; in ibmphp_hpc_readslot() local
644 struct controller *ctlr_ptr; in ibmphp_hpc_writeslot() local
1066 static int hpc_wait_ctlr_notworking(int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bba… in hpc_wait_ctlr_notworking()