Home
last modified time | relevance | path

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

/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() argument
133 if (ctlr_ptr->ctlr_type == 0x02) { in i2c_ctrl_read()
136 ultemp = (unsigned long)ctlr_ptr->u.wpeg_ctlr.i2c_addr; in i2c_ctrl_read()
142 } else if (ctlr_ptr->ctlr_type == 0x04) { 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() argument
244 if (ctlr_ptr->ctlr_type == 0x02) { in i2c_ctrl_write()
247 ultemp = (unsigned long)ctlr_ptr->u.wpeg_ctlr.i2c_addr; in i2c_ctrl_write()
253 } else if (ctlr_ptr->ctlr_type == 0x04) { in i2c_ctrl_write()
325 static u8 isa_ctrl_read(struct controller *ctlr_ptr, u8 offset) in isa_ctrl_read() argument
330 start_address = ctlr_ptr in isa_ctrl_read()
338 isa_ctrl_write(struct controller * ctlr_ptr,u8 offset,u8 data) isa_ctrl_write() argument
506 struct controller *ctlr_ptr; ibmphp_hpc_readslot() local
644 struct controller *ctlr_ptr; ibmphp_hpc_writeslot() local
1066 hpc_wait_ctlr_notworking(int timeout,struct controller * ctlr_ptr,void __iomem * wpg_bbar,u8 * pstatus) hpc_wait_ctlr_notworking() argument
[all...]