Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_hpc.c387 static u8 ctrl_read(struct controller *ctlr, void __iomem *base, u8 offset) in ctrl_read() function
577 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
581 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); in ibmphp_hpc_readslot()
587 *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()
601 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
604 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
607 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
611 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
622 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
[all …]
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcsusb.h292 struct usb_ctrlrequest ctrl_read; member
Dhfcsusb.c1745 hw->ctrl_read.bRequestType = 0xc0; in setup_hfcsusb()
1746 hw->ctrl_read.bRequest = 1; in setup_hfcsusb()
1747 hw->ctrl_read.wLength = cpu_to_le16(1); in setup_hfcsusb()
/linux-4.19.296/drivers/isdn/hisax/
Dhfc_usb.c194 struct usb_ctrlrequest ctrl_read; /* same for read request */ member
1172 hfc->ctrl_read.bRequestType = 0xc0; in hfc_usb_init()
1173 hfc->ctrl_read.bRequest = 1; in hfc_usb_init()
1174 hfc->ctrl_read.wLength = cpu_to_le16(1); in hfc_usb_init()