Searched refs:icd (Results 1 – 3 of 3) sorted by relevance
86 *val = *(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)); in tx3927_pci_read_config()90 *val = le16_to_cpu(*(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3))); in tx3927_pci_read_config()94 *val = le32_to_cpu(tx3927_pcicptr->icd); in tx3927_pci_read_config()109 *(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)) = val; in tx3927_pci_write_config()113 *(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 2)) = in tx3927_pci_write_config()118 tx3927_pcicptr->icd = cpu_to_le32(val); in tx3927_pci_write_config()
72 uint64_t icd:1; member74 uint64_t icd:1;99 uint64_t icd:1; member101 uint64_t icd:1;147 uint64_t icd:1; member149 uint64_t icd:1;195 uint64_t icd:1; member197 uint64_t icd:1;
132 volatile unsigned long icd; member