Searched defs:ctlr_ptr (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/pci/hotplug/ | 
| D | ibmphp_hpc.c | 149 static u8 i2c_ctrl_read (struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index)  in i2c_ctrl_read()257 static u8 i2c_ctrl_write (struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index, u8 cmd)  in i2c_ctrl_write()
 356 static u8 isa_ctrl_read (struct controller *ctlr_ptr, u8 offset)  in isa_ctrl_read()
 371 static void isa_ctrl_write (struct controller *ctlr_ptr, u8 offset, u8 data)  in isa_ctrl_write()
 539 	struct controller *ctlr_ptr;  in ibmphp_hpc_readslot()  local
 678 	struct controller *ctlr_ptr;  in ibmphp_hpc_writeslot()  local
 1103 static int hpc_wait_ctlr_notworking (int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bb…  in hpc_wait_ctlr_notworking()
 
 |