Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dibmphp_hpc.c368 static u8 ctrl_read(struct controller *ctlr, void __iomem *base, u8 offset) in ctrl_read() function
558 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
562 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); in ibmphp_hpc_readslot()
568 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
573 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
582 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
585 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
588 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
592 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
603 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
[all …]
/linux-6.12.1/drivers/isdn/hardware/mISDN/
Dhfcsusb.h292 struct usb_ctrlrequest ctrl_read; member
Dhfcsusb.c1732 hw->ctrl_read.bRequestType = 0xc0; in setup_hfcsusb()
1733 hw->ctrl_read.bRequest = 1; in setup_hfcsusb()
1734 hw->ctrl_read.wLength = cpu_to_le16(1); in setup_hfcsusb()