Home
last modified time | relevance | path

Searched refs:CSR_CONFIG_ROM (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/firewire/
H A Dcore-device.c622 u64 offset = (CSR_REGISTER_BASE | CSR_CONFIG_ROM) + index * 4; in read_rom()
642 #define MAX_CONFIG_ROM_SIZE ((CSR_CONFIG_ROM_END - CSR_CONFIG_ROM) / sizeof(u32))
728 i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM); in read_config_rom()
757 i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM); in read_config_rom()
H A Dohci.c187 #define CONFIG_ROM_SIZE (CSR_CONFIG_ROM_END - CSR_CONFIG_ROM)
1471 i = csr - CSR_CONFIG_ROM; in handle_local_rom()
1552 if (csr >= CSR_CONFIG_ROM && csr < CSR_CONFIG_ROM_END) in handle_local_request()
H A Dcore-transaction.c1274 .end = CSR_REGISTER_BASE | CSR_CONFIG_ROM, };
H A Dsbp2.c1157 + CSR_CONFIG_ROM) & 0xffffff; in sbp2_probe()
/linux/include/linux/
H A Dfirewire.h42 #define CSR_CONFIG_ROM 0x400 macro