Searched refs:dev_rev (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/misc/mchp_pci1xxxx/ |
H A D | mchp_pci1xxxx_gpio.c | 47 u8 dev_rev; member 61 priv->dev_rev = val; in pci1xxxx_gpio_get_device_revision() 375 if (priv->dev_rev >= 0xC0) in pci1xxxx_gpio_suspend() 418 if (priv->dev_rev >= 0xC0) in pci1xxxx_gpio_resume()
|
/linux/drivers/pci/controller/ |
H A D | pci-mvebu.c | 251 u32 ctrl, lnkcap, cmd, dev_rev, unmask, sspl; in mvebu_pcie_setup_hw() local 296 dev_rev = mvebu_readl(port, PCIE_DEV_REV_OFF); in mvebu_pcie_setup_hw() 297 dev_rev &= ~0xffffff00; in mvebu_pcie_setup_hw() 298 dev_rev |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in mvebu_pcie_setup_hw() 299 mvebu_writel(port, dev_rev, PCIE_DEV_REV_OFF); in mvebu_pcie_setup_hw() 905 u32 dev_rev = mvebu_readl(port, PCIE_DEV_REV_OFF); in mvebu_pci_bridge_emul_init() local 912 bridge->conf.class_revision = cpu_to_le32(dev_rev & 0xff); in mvebu_pci_bridge_emul_init()
|
/linux/drivers/spi/ |
H A D | spi-pci1xxxx.c | 164 u8 dev_rev; member 245 spi_bus->dev_rev = regval & DEV_REV_MASK; in pci1xxxx_check_spi_can_dma() 246 if (spi_bus->dev_rev >= 0xC0) { in pci1xxxx_check_spi_can_dma() 258 if (spi_bus->dev_rev < 0xC0 || pf_num) in pci1xxxx_check_spi_can_dma() 391 else if (par->dev_rev >= 0xC0 && hz >= PCI1XXXX_SPI_CLK_25MHZ) in pci1xxxx_get_clock_div()
|
/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 732 u16 dev_rev; member
|
H A D | atl1.c | 1546 switch (hw->dev_rev) { in atl1_configure() 3001 adapter->hw.dev_rev = ioread16(adapter->hw.hw_addr + in atl1_probe()
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 177 #define __CHK_IO_SIZE(pci_id, dev_rev) \ argument 178 (( ((pci_id)==PCI_DM9132_ID) || ((dev_rev) >= 0x30) ) ? \
|