Home
last modified time | relevance | path

Searched refs:icd (Results 1 – 3 of 3) sorted by relevance

/arch/mips/pci/
Dops-tx3927.c85 *val = *(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)); in tx3927_pci_read_config()
89 *val = le16_to_cpu(*(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3))); in tx3927_pci_read_config()
93 *val = le32_to_cpu(tx3927_pcicptr->icd); in tx3927_pci_read_config()
108 *(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)) = val; in tx3927_pci_write_config()
112 *(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 2)) = in tx3927_pci_write_config()
117 tx3927_pcicptr->icd = cpu_to_le32(val); in tx3927_pci_write_config()
/arch/mips/include/asm/txx9/
Dtx3927.h132 volatile unsigned long icd; member
/arch/mips/include/asm/octeon/
Dcvmx-iob-defs.h97 uint64_t icd:1; member