Searched refs:ctrl_read (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
D | ibmphp_hpc.c | 370 static u8 ctrl_read(struct controller *ctlr, void __iomem *base, u8 offset) in ctrl_read() function 560 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 564 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); in ibmphp_hpc_readslot() 570 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 575 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 584 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 587 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 590 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 594 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 605 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() [all …]
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.h | 292 struct usb_ctrlrequest ctrl_read; member
|
D | hfcsusb.c | 1727 hw->ctrl_read.bRequestType = 0xc0; in setup_hfcsusb() 1728 hw->ctrl_read.bRequest = 1; in setup_hfcsusb() 1729 hw->ctrl_read.wLength = cpu_to_le16(1); in setup_hfcsusb()
|