Searched refs:icd (Results 1 – 3 of 3) sorted by relevance
85 *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()
132 volatile unsigned long icd; member
97 uint64_t icd:1; member