/linux-4.4.14/drivers/irqchip/ |
D | spear-shirq.c | 43 u32 status_reg; member 93 .status_reg = SPEAR300_INT_STS_MASK_REG, 109 .status_reg = SPEAR310_INT_STS_MASK_REG, 117 .status_reg = SPEAR310_INT_STS_MASK_REG, 125 .status_reg = SPEAR310_INT_STS_MASK_REG, 133 .status_reg = SPEAR310_INT_STS_MASK_REG, 159 .status_reg = SPEAR320_INT_STS_MASK_REG, 167 .status_reg = SPEAR320_INT_STS_MASK_REG, 175 .status_reg = SPEAR320_INT_STS_MASK_REG, 190 pend = readl(shirq->base + shirq->status_reg) & shirq->mask; in shirq_handler()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-hub.c | 530 u32 __iomem *status_reg; in set_owner() local 534 status_reg = &ehci->regs->port_status[portnum]; in set_owner() 543 port_status = ehci_readl(ehci, status_reg); in set_owner() 551 ehci_writel(ehci, port_status, status_reg); in set_owner() 564 u32 __iomem *status_reg, in check_reset_complete() argument 587 ehci_writel(ehci, port_status, status_reg); in check_reset_complete() 871 u32 __iomem *status_reg = &ehci->regs->port_status[ in ehci_hub_control() local 902 temp = ehci_readl(ehci, status_reg); in ehci_hub_control() 914 ehci_writel(ehci, temp & ~PORT_PE, status_reg); in ehci_hub_control() 917 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control() [all …]
|
D | ehci-tegra.c | 195 u32 __iomem *status_reg; in tegra_ehci_hub_control() local 200 status_reg = &ehci->regs->port_status[(wIndex & 0xff) - 1]; in tegra_ehci_hub_control() 205 temp = ehci_readl(ehci, status_reg); in tegra_ehci_hub_control() 214 temp = ehci_readl(ehci, status_reg); in tegra_ehci_hub_control() 222 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in tegra_ehci_hub_control() 228 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in tegra_ehci_hub_control() 240 return tegra_ehci_internal_port_reset(ehci, status_reg); in tegra_ehci_hub_control() 252 temp = ehci_readl(ehci, status_reg); in tegra_ehci_hub_control() 268 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control() 276 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control() [all …]
|
D | oxu210hp-hcd.c | 424 u32 __iomem *status_reg, int port_status) in check_reset_complete() argument 3158 u32 __iomem *status_reg = &oxu->regs->port_status[wIndex - 1]; in oxu_hub_control() local 3187 temp = readl(status_reg); in oxu_hub_control() 3198 writel(temp & ~PORT_PE, status_reg); in oxu_hub_control() 3201 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control() 3211 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control() 3222 status_reg); in oxu_hub_control() 3225 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control() 3228 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control() 3251 temp = readl(status_reg); in oxu_hub_control() [all …]
|
D | fotg210-hcd.c | 1398 u32 __iomem *status_reg, int port_status) in check_reset_complete() argument 1490 u32 __iomem *status_reg = &fotg210->regs->port_status; in fotg210_hub_control() local 1519 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1531 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control() 1534 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control() 1545 fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); in fotg210_hub_control() 1553 fotg210_writel(fotg210, temp | PORT_CSC, status_reg); in fotg210_hub_control() 1581 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1614 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1617 status_reg); in fotg210_hub_control() [all …]
|
D | xhci-hub.c | 575 static void xhci_hub_report_usb2_link_state(u32 *status, u32 status_reg) in xhci_hub_report_usb2_link_state() argument 577 if ((status_reg & PORT_PLS_MASK) == XDEV_U2) in xhci_hub_report_usb2_link_state() 583 u32 *status, u32 status_reg) in xhci_hub_report_usb3_link_state() argument 585 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state() 599 if (status_reg & PORT_CAS) { in xhci_hub_report_usb3_link_state()
|
/linux-4.4.14/arch/mips/mti-sead3/ |
D | sead3-time.c | 17 static void __iomem *status_reg = (void __iomem *)0xbf000410; variable 32 orig = readl(status_reg) & 0x2; /* get original sample */ in estimate_cpu_frequency() 34 while ((readl(status_reg) & 0x2) == orig) in estimate_cpu_frequency() 43 while ((readl(status_reg) & 0x2) == orig) in estimate_cpu_frequency()
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | intc.c | 62 unsigned long status_reg; in do_IRQ() local 79 status_reg = sysreg_read(SR); in do_IRQ() 80 status_reg &= ~(SYSREG_BIT(I0M) | SYSREG_BIT(I1M) in do_IRQ() 82 sysreg_write(SR, status_reg); in do_IRQ()
|
/linux-4.4.14/arch/s390/kvm/ |
D | sigp.c | 291 u16 cpu_addr, u32 parameter, u64 *status_reg) in handle_sigp_dst() argument 302 rc = __sigp_sense(vcpu, dst_vcpu, status_reg); in handle_sigp_dst() 306 rc = __sigp_external_call(vcpu, dst_vcpu, status_reg); in handle_sigp_dst() 318 rc = __sigp_stop_and_store_status(vcpu, dst_vcpu, status_reg); in handle_sigp_dst() 323 status_reg); in handle_sigp_dst() 327 rc = __sigp_set_prefix(vcpu, dst_vcpu, parameter, status_reg); in handle_sigp_dst() 332 status_reg); in handle_sigp_dst() 336 rc = __sigp_sense_running(vcpu, dst_vcpu, status_reg); in handle_sigp_dst()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 193 u16 status_reg; in saa7134_go7007_write_interrupt() local 200 gpio_read(dev, HPI_ADDR_INTR_STATUS, &status_reg); in saa7134_go7007_write_interrupt() 201 if (!(status_reg & 0x0010)) in saa7134_go7007_write_interrupt() 207 status_reg); in saa7134_go7007_write_interrupt() 347 u16 status_reg; in saa7134_go7007_send_firmware() local 368 gpio_read(dev, HPI_ADDR_INTR_STATUS, &status_reg); in saa7134_go7007_send_firmware() 369 if (!(status_reg & 0x0002)) in saa7134_go7007_send_firmware() 374 status_reg); in saa7134_go7007_send_firmware()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_hw.c | 915 u32 status_reg; in ixgb_check_for_link() local 921 status_reg = IXGB_READ_REG(hw, STATUS); in ixgb_check_for_link() 924 (status_reg & IXGB_STATUS_LU)) { in ixgb_check_for_link() 927 (status_reg & IXGB_STATUS_LU)) { in ixgb_check_for_link() 1087 u32 status_reg; in ixgb_get_bus_info() local 1089 status_reg = IXGB_READ_REG(hw, STATUS); in ixgb_get_bus_info() 1091 hw->bus.type = (status_reg & IXGB_STATUS_PCIX_MODE) ? in ixgb_get_bus_info() 1095 hw->bus.speed = (status_reg & IXGB_STATUS_PCI_SPD) ? in ixgb_get_bus_info() 1098 switch (status_reg & IXGB_STATUS_PCIX_SPD_MASK) { in ixgb_get_bus_info() 1114 hw->bus.width = (status_reg & IXGB_STATUS_BUS64) ? in ixgb_get_bus_info()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | mcs_touchkey.c | 41 unsigned int status_reg; member 68 val = i2c_smbus_read_byte_data(client, chip->status_reg); in mcs_touchkey_interrupt() 130 data->chip.status_reg = MCS5000_TOUCHKEY_STATUS; in mcs_touchkey_probe() 135 data->chip.status_reg = MCS5080_TOUCHKEY_STATUS; in mcs_touchkey_probe()
|
/linux-4.4.14/drivers/media/i2c/ |
D | ml86v7667.c | 183 int status_reg; in ml86v7667_g_input_status() local 185 status_reg = i2c_smbus_read_byte_data(client, STATUS_REG); in ml86v7667_g_input_status() 186 if (status_reg < 0) in ml86v7667_g_input_status() 187 return status_reg; in ml86v7667_g_input_status() 189 *status = status_reg & STATUS_HLOCK_DETECT ? 0 : V4L2_IN_ST_NO_SIGNAL; in ml86v7667_g_input_status()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | evgpe.c | 339 u32 status_reg; in acpi_ev_gpe_detect() local 400 acpi_hw_read(&status_reg, in acpi_ev_gpe_detect() 421 status_reg, enable_reg, in acpi_ev_gpe_detect() 427 enabled_status_byte = (u8)(status_reg & enable_reg); in acpi_ev_gpe_detect()
|
/linux-4.4.14/drivers/mtd/lpddr/ |
D | lpddr2_nvm.c | 179 u_long i, status_reg, prg_buff_ofs; in lpddr2_nvm_do_op() local 228 status_reg = sr.x[0]; in lpddr2_nvm_do_op() 232 status_reg += sr.x[0] << 16; in lpddr2_nvm_do_op() 234 } while ((status_reg & sr_ok_datamask) != sr_ok_datamask); in lpddr2_nvm_do_op() 236 return (((status_reg & sr_ok_datamask) == sr_ok_datamask) ? 0 : -EIO); in lpddr2_nvm_do_op()
|
/linux-4.4.14/drivers/spi/ |
D | spi-tegra20-sflash.c | 137 u32 status_reg; member 375 if (tsd->tx_status || tsd->rx_status || (tsd->status_reg & SPI_BSY)) { in handle_cpu_based_xfer() 377 "CpuXfer ERROR bit set 0x%x\n", tsd->status_reg); in handle_cpu_based_xfer() 412 tsd->status_reg = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_isr() 414 tsd->tx_status = tsd->status_reg & SPI_TX_OVF; in tegra_sflash_isr() 417 tsd->rx_status = tsd->status_reg & SPI_RX_UNF; in tegra_sflash_isr()
|
D | spi-tegra20-slink.c | 195 u32 status_reg; member 857 (tspi->status_reg & SLINK_BSY)) { in handle_cpu_based_xfer() 859 "CpuXfer ERROR bit set 0x%x\n", tspi->status_reg); in handle_cpu_based_xfer() 932 "DmaXfer: ERROR bit set 0x%x\n", tspi->status_reg); in handle_dma_based_xfer() 983 tspi->status_reg = tegra_slink_readl(tspi, SLINK_STATUS); in tegra_slink_isr() 985 tspi->tx_status = tspi->status_reg & in tegra_slink_isr() 989 tspi->rx_status = tspi->status_reg & in tegra_slink_isr()
|
D | spi-tegra114.c | 196 u32 status_reg; member 889 tspi->status_reg); in handle_cpu_based_xfer() 961 tspi->status_reg); in handle_dma_based_xfer() 1011 tspi->status_reg = tegra_spi_readl(tspi, SPI_FIFO_STATUS); in tegra_spi_isr() 1013 tspi->tx_status = tspi->status_reg & in tegra_spi_isr() 1017 tspi->rx_status = tspi->status_reg & in tegra_spi_isr()
|
/linux-4.4.14/drivers/hsi/controllers/ |
D | omap_ssi.c | 256 u32 status_reg; in ssi_gdd_tasklet() local 260 status_reg = readl(sys + SSI_GDD_MPU_IRQ_STATUS_REG); in ssi_gdd_tasklet() 262 if (status_reg & SSI_GDD_LCH(lch)) in ssi_gdd_tasklet() 265 writel_relaxed(status_reg, sys + SSI_GDD_MPU_IRQ_STATUS_REG); in ssi_gdd_tasklet() 266 status_reg = readl(sys + SSI_GDD_MPU_IRQ_STATUS_REG); in ssi_gdd_tasklet() 270 if (status_reg) in ssi_gdd_tasklet()
|
D | omap_ssi_port.c | 921 u32 status_reg; in ssi_pio_tasklet() local 924 status_reg = readl(sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_tasklet() 925 status_reg &= readl(sys + SSI_MPU_ENABLE_REG(port->num, 0)); in ssi_pio_tasklet() 928 if (status_reg & SSI_DATAACCEPT(ch)) in ssi_pio_tasklet() 930 if (status_reg & SSI_DATAAVAILABLE(ch)) in ssi_pio_tasklet() 933 if (status_reg & SSI_BREAKDETECTED) in ssi_pio_tasklet() 935 if (status_reg & SSI_ERROROCCURED) in ssi_pio_tasklet() 938 status_reg = readl(sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_tasklet() 939 status_reg &= readl(sys + SSI_MPU_ENABLE_REG(port->num, 0)); in ssi_pio_tasklet() 942 if (status_reg) in ssi_pio_tasklet()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1480 u_short status_reg; in sym_set_workarounds() local 1508 pci_read_config_word(pdev, PCI_STATUS, &status_reg); in sym_set_workarounds() 1510 if (!(status_reg & PCI_STATUS_66MHZ)) in sym_set_workarounds() 1513 if (status_reg & PCI_STATUS_66MHZ) { in sym_set_workarounds() 1514 status_reg = PCI_STATUS_66MHZ; in sym_set_workarounds() 1515 pci_write_config_word(pdev, PCI_STATUS, status_reg); in sym_set_workarounds() 1516 pci_read_config_word(pdev, PCI_STATUS, &status_reg); in sym_set_workarounds() 1801 u_short status_reg; in sym2_reset_workarounds() local 1809 pci_read_config_word(pdev, PCI_STATUS, &status_reg); in sym2_reset_workarounds() 1810 if (!(chip->features & FE_66MHZ) && (status_reg & PCI_STATUS_66MHZ)) { in sym2_reset_workarounds() [all …]
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | spider_net.c | 1381 spider_net_handle_error_irq(struct spider_net_card *card, u32 status_reg, in spider_net_handle_error_irq() argument 1388 if (status_reg) in spider_net_handle_error_irq() 1390 if (status_reg & (1<<i)) in spider_net_handle_error_irq() 1589 status_reg, error_reg1, error_reg2); in spider_net_handle_error_irq() 1612 u32 status_reg, error_reg1, error_reg2; in spider_net_interrupt() local 1614 status_reg = spider_net_read_reg(card, SPIDER_NET_GHIINT0STS); in spider_net_interrupt() 1618 if (!(status_reg & SPIDER_NET_INT0_MASK_VALUE) && in spider_net_interrupt() 1623 if (status_reg & SPIDER_NET_RXINT ) { in spider_net_interrupt() 1628 if (status_reg & SPIDER_NET_TXINT) in spider_net_interrupt() 1631 if (status_reg & SPIDER_NET_LINKINT) in spider_net_interrupt() [all …]
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 2739 u32 abs_state, status_reg, reset_adapter; in megasas_reset_fusion() local 2755 status_reg = instance->instancet->read_fw_status_reg(instance->reg_set); in megasas_reset_fusion() 2756 abs_state = status_reg & MFI_STATE_MASK; in megasas_reset_fusion() 2764 status_reg = readl(&instance->reg_set->doorbell); in megasas_reset_fusion() 2765 writel(status_reg | MFI_STATE_FORCE_OCR, in megasas_reset_fusion() 2823 status_reg = instance->instancet->read_fw_status_reg( in megasas_reset_fusion() 2825 abs_state = status_reg & MFI_STATE_MASK; in megasas_reset_fusion() 2826 reset_adapter = status_reg & MFI_RESET_ADAPTER; in megasas_reset_fusion() 2857 status_reg = in megasas_reset_fusion() 2861 abs_state = status_reg & in megasas_reset_fusion() [all …]
|
/linux-4.4.14/arch/mips/pci/ |
D | msi-xlp.c | 209 uint32_t status_reg, bit; in xlp_msix_mask_ack() local 218 status_reg = PCIE_9XX_MSIX_STATUSX(link); in xlp_msix_mask_ack() 221 status_reg = PCIE_MSIX_STATUS; in xlp_msix_mask_ack() 224 nlm_write_reg(md->lnkbase, status_reg, 1u << bit); in xlp_msix_mask_ack()
|
/linux-4.4.14/drivers/hwmon/ |
D | coretemp.c | 92 u32 status_reg; member 141 rdmsr_on_cpu(tdata->cpu, tdata->status_reg, &eax, &edx); in show_crit_alarm() 176 rdmsr_on_cpu(tdata->cpu, tdata->status_reg, &eax, &edx); in show_temp() 461 tdata->status_reg = pkg_flag ? MSR_IA32_PACKAGE_THERM_STATUS : in init_temp_data() 506 err = rdmsr_safe_on_cpu(cpu, tdata->status_reg, &eax, &edx); in create_core_data()
|
D | max6639.c | 111 int status_reg; in max6639_update_device() local 120 status_reg = i2c_smbus_read_byte_data(client, in max6639_update_device() 122 if (status_reg < 0) { in max6639_update_device() 123 ret = ERR_PTR(status_reg); in max6639_update_device() 127 data->status = status_reg; in max6639_update_device()
|
/linux-4.4.14/include/linux/ |
D | sh_clk.h | 55 void __iomem *status_reg; member 125 .status_reg = _status_reg, \
|
/linux-4.4.14/drivers/scsi/ |
D | sym53c416.c | 333 unsigned char status_reg, pio_int_reg, int_reg; in sym53c416_intr_handle() local 338 status_reg = inb(base + STATUS_REG); in sym53c416_intr_handle() 364 if(status_reg & GE) /* Gross Error */ in sym53c416_intr_handle() 374 if(status_reg & PE) /* Parity Error */ in sym53c416_intr_handle() 408 switch(status_reg & PHBITS) /* Filter SCSI phase out of status reg */ in sym53c416_intr_handle()
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-pll.h | 53 u32 status_reg; member
|
D | lcc-ipq806x.c | 40 .status_reg = 0x18,
|
D | gcc-ipq806x.c | 41 .status_reg = 0x30d8, 68 .status_reg = 0x3178, 95 .status_reg = 0x3158, 122 .status_reg = 0x31d8, 163 .status_reg = 0x31b8,
|
D | mmcc-msm8974.c | 195 .status_reg = 0x001c, 222 .status_reg = 0x005c, 249 .status_reg = 0x411c, 264 .status_reg = 0x009c,
|
D | clk-pll.c | 201 ret = regmap_read(pll->clkr.regmap, pll->status_reg, &val); in wait_for_pll()
|
D | mmcc-apq8084.c | 230 .status_reg = 0x001c, 257 .status_reg = 0x005c, 284 .status_reg = 0x411c, 299 .status_reg = 0x009c, 315 .status_reg = 0x00bc,
|
D | lcc-msm8960.c | 40 .status_reg = 0x18,
|
D | gcc-msm8916.c | 275 .status_reg = 0x2101c, 302 .status_reg = 0x2001c, 329 .status_reg = 0x4a01c, 356 .status_reg = 0x2301c,
|
D | gcc-msm8974.c | 73 .status_reg = 0x001c, 136 .status_reg = 0x005c, 163 .status_reg = 0x1ddc,
|
D | gcc-msm8960.c | 41 .status_reg = 0x3178, 68 .status_reg = 0x3158, 95 .status_reg = 0x31d8,
|
D | gcc-apq8084.c | 117 .status_reg = 0x001c, 180 .status_reg = 0x005c, 207 .status_reg = 0x1ddc,
|
D | mmcc-msm8960.c | 122 .status_reg = 0x334, 138 .status_reg = 0x350,
|
D | gcc-msm8660.c | 41 .status_reg = 0x3158,
|
/linux-4.4.14/drivers/ipack/carriers/ |
D | tpci200.c | 141 u16 status_reg; in tpci200_interrupt() local 145 status_reg = ioread16(&tpci200->info->interface_regs->status); in tpci200_interrupt() 148 if (!(status_reg & TPCI200_SLOT_INT_MASK)) in tpci200_interrupt() 154 if (!(status_reg & ((TPCI200_A_INT0 | TPCI200_A_INT1) << (2 * i)))) in tpci200_interrupt()
|
/linux-4.4.14/drivers/block/paride/ |
D | pf.c | 388 static inline int status_reg(struct pf_unit *pf) in status_reg() function 408 while ((((r = status_reg(pf)) & go) || (stop && (!(r & stop)))) in pf_wait() 548 while ((k++ < PF_RESET_TMO) && (status_reg(pf) & STAT_BUSY)) in pf_reset() 772 return (((status_reg(pf_current) & (STAT_BUSY | pf_mask)) == pf_mask)); in pf_ready()
|
D | pcd.c | 339 static inline int status_reg(struct pcd_unit *cd) in status_reg() function 359 while ((((r = status_reg(cd)) & go) || (stop && (!(r & stop)))) in pcd_wait() 551 while ((k++ < PCD_RESET_TMO) && (status_reg(cd) & IDE_BUSY)) in pcd_reset() 783 return (((status_reg(pcd_current) & (IDE_BUSY | IDE_DRQ)) == IDE_DRQ)); in pcd_ready()
|
D | pg.c | 263 static inline int status_reg(struct pg *dev) in status_reg() function 295 while ((((r = status_reg(dev)) & go) || (stop && (!(r & stop)))) in pg_wait() 401 while ((k++ < PG_RESET_TMO) && (status_reg(dev) & STAT_BUSY)) in pg_reset()
|
D | pd.c | 252 static inline int status_reg(struct pd_unit *disk) in status_reg() function 306 r = status_reg(disk); in pd_wait_for() 541 return !(status_reg(pd_current) & STAT_BUSY); in pd_ready()
|
D | pt.c | 252 static inline int status_reg(struct pi_adapter *pi) in status_reg() function 278 while ((((r = status_reg(pi)) & go) || (stop && (!(r & stop)))) in pt_wait() 464 while ((k++ < PT_RESET_TMO) && (status_reg(pi) & STAT_BUSY)) in pt_reset()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm3380-l2-intc.txt | 17 <enable_reg 0x4 status_reg 0x4>...
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-usb.c | 688 u16 status_reg = 0; in go7007_usb_ezusb_write_interrupt() local 698 sizeof(status_reg), timeout); in go7007_usb_ezusb_write_interrupt() 701 status_reg = le16_to_cpu(*((__le16 *)go->usb_buf)); in go7007_usb_ezusb_write_interrupt() 702 if (!(status_reg & 0x0010)) in go7007_usb_ezusb_write_interrupt() 709 dev_err(go->dev, "device is hung, status reg = 0x%04x\n", status_reg); in go7007_usb_ezusb_write_interrupt()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_bsg.h | 205 uint8_t status_reg; member
|
D | qla_bsg.c | 1570 sizeof(sr->status_reg), sr->field_address.option); in qla2x00_read_fru_status() 1571 sr->status_reg = *sfp; in qla2x00_read_fru_status() 1616 *sfp = sr->status_reg; in qla2x00_write_fru_status() 1619 sizeof(sr->status_reg), sr->field_address.option); in qla2x00_write_fru_status()
|
/linux-4.4.14/drivers/sh/clk/ |
D | cpg.c | 57 if (clk->status_reg) { in sh_clk_mstp_enable() 60 void __iomem *mapped_status = (phys_addr_t)clk->status_reg - in sh_clk_mstp_enable()
|
/linux-4.4.14/drivers/iio/adc/ |
D | twl4030-madc.c | 538 u8 status_reg) in twl4030_madc_wait_conversion_ready() argument 547 ret = twl_i2c_read_u8(TWL4030_MODULE_MADC, ®, status_reg); in twl4030_madc_wait_conversion_ready() 551 status_reg); in twl4030_madc_wait_conversion_ready()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emuproc.c | 40 int status_reg, in snd_emu10k1_proc_spdif_status() argument 49 status = snd_emu10k1_ptr_read(emu, status_reg, 0); in snd_emu10k1_proc_spdif_status()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 2165 u16 status_reg = 0; in e1000_k1_gig_workaround_hv() local 2180 &status_reg); in e1000_k1_gig_workaround_hv() 2184 status_reg &= (BM_CS_STATUS_LINK_UP | in e1000_k1_gig_workaround_hv() 2188 if (status_reg == (BM_CS_STATUS_LINK_UP | in e1000_k1_gig_workaround_hv() 2195 ret_val = e1e_rphy_locked(hw, HV_M_STATUS, &status_reg); in e1000_k1_gig_workaround_hv() 2199 status_reg &= (HV_M_STATUS_LINK_UP | in e1000_k1_gig_workaround_hv() 2203 if (status_reg == (HV_M_STATUS_LINK_UP | in e1000_k1_gig_workaround_hv() 2698 u16 status_reg = 0; in e1000_k1_workaround_lv() local 2704 ret_val = e1e_rphy(hw, HV_M_STATUS, &status_reg); in e1000_k1_workaround_lv() 2708 if ((status_reg & (HV_M_STATUS_LINK_UP | HV_M_STATUS_AUTONEG_COMPLETE)) in e1000_k1_workaround_lv() [all …]
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
D | pinctrl-sunxi.c | 628 u32 status_reg = sunxi_irq_status_reg(d->hwirq, in sunxi_pinctrl_irq_ack() local 633 writel(1 << status_idx, pctl->membase + status_reg); in sunxi_pinctrl_irq_ack()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | vi.c | 972 u32 cntl_reg, u32 status_reg) in vi_set_uvd_clock() argument 991 if (RREG32_SMC(status_reg) & CG_DCLK_STATUS__DCLK_STATUS_MASK) in vi_set_uvd_clock()
|
D | cik.c | 1484 u32 cntl_reg, u32 status_reg) in cik_set_uvd_clock() argument 1503 if (RREG32_SMC(status_reg) & CG_DCLK_STATUS__DCLK_STATUS_MASK) in cik_set_uvd_clock()
|
/linux-4.4.14/drivers/usb/storage/ |
D | shuttle_usbat.c | 528 unsigned char status_reg, in usbat_hp8200e_rw_block_test() argument 587 command[cmdlen-5] = status_reg; in usbat_hp8200e_rw_block_test()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 872 const struct dsi_reg status_reg) in _omap_dsi_configure_irqs() argument 892 dsi_write_reg(dsidev, status_reg, (mask ^ old_mask) & mask); in _omap_dsi_configure_irqs() 897 dsi_read_reg(dsidev, status_reg); in _omap_dsi_configure_irqs()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 6650 u16 status_reg; in ixgbe_check_for_bad_vf() local 6652 pci_read_config_word(vfdev, PCI_STATUS, &status_reg); in ixgbe_check_for_bad_vf() 6653 if (status_reg & PCI_STATUS_REC_MASTER_ABORT) in ixgbe_check_for_bad_vf()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | evergreen.c | 1138 u32 cntl_reg, u32 status_reg) in sumo_set_uvd_clock() argument 1151 if (RREG32(status_reg) & DCLK_STATUS) in sumo_set_uvd_clock()
|
D | cik.c | 9711 u32 cntl_reg, u32 status_reg) in cik_set_uvd_clock() argument 9728 if (RREG32_SMC(status_reg) & DCLK_STATUS) in cik_set_uvd_clock()
|