Searched refs:port_addr (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/host/ |
D | uhci-hub.c | 81 status = uhci_readw(uhci, port_addr); \ 85 uhci_writew(uhci, status, port_addr) 88 status = uhci_readw(uhci, port_addr); \ 91 uhci_writew(uhci, status, port_addr) 97 unsigned long port_addr) in uhci_finish_suspend() argument 102 if (uhci_readw(uhci, port_addr) & SUSPEND_BITS) { in uhci_finish_suspend() 113 if (!(uhci_readw(uhci, port_addr) & SUSPEND_BITS)) in uhci_finish_suspend() 124 static void wait_for_HP(struct uhci_hcd *uhci, unsigned long port_addr) in wait_for_HP() argument 129 if (uhci_readw(uhci, port_addr) & USBPORTSC_CSC) in wait_for_HP() 139 unsigned long port_addr; in uhci_check_ports() local [all …]
|
/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 475 u32 port_addr; in nes_write_10G_phy_reg() local 479 port_addr = phy_addr; in nes_write_10G_phy_reg() 483 0x00020000 | (u32)phy_reg | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_write_10G_phy_reg() 498 0x10020000 | (u32)data | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_write_10G_phy_reg() 520 u32 port_addr; in nes_read_10G_phy_reg() local 524 port_addr = phy_addr; in nes_read_10G_phy_reg() 528 0x00020000 | (u32)phy_reg | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_read_10G_phy_reg() 543 0x30020000 | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_read_10G_phy_reg()
|
/drivers/tty/serial/ |
D | clps711x.c | 190 unsigned int port_addr; in clps711xuart_get_mctrl() local 194 port_addr = SYSFLG(port); in clps711xuart_get_mctrl() 195 if (port_addr == SYSFLG1) { in clps711xuart_get_mctrl()
|
/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 496 u64 port_addr[8]; member 512 u64 port_addr[8]; member
|