Searched refs:ctrl_read (Results 1 – 4 of 4) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_hpc.c | 401 static u8 ctrl_read (struct controller *ctlr, void __iomem *base, u8 offset) in ctrl_read() function 592 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 596 pslot->ext_status = ctrl_read (ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); in ibmphp_hpc_readslot() 602 *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() 616 pslot->busstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 619 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 622 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 626 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 637 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() [all …]
|
/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.h | 291 struct usb_ctrlrequest ctrl_read; member
|
D | hfcsusb.c | 1737 hw->ctrl_read.bRequestType = 0xc0; in setup_hfcsusb() 1738 hw->ctrl_read.bRequest = 1; in setup_hfcsusb() 1739 hw->ctrl_read.wLength = cpu_to_le16(1); in setup_hfcsusb()
|
/drivers/isdn/hisax/ |
D | hfc_usb.c | 194 struct usb_ctrlrequest ctrl_read; /* same for read request */ member 1178 hfc->ctrl_read.bRequestType = 0xc0; in hfc_usb_init() 1179 hfc->ctrl_read.bRequest = 1; in hfc_usb_init() 1180 hfc->ctrl_read.wLength = cpu_to_le16(1); in hfc_usb_init()
|