Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/firewire/
Dcore-device.c457 u64 offset = (CSR_REGISTER_BASE | CSR_CONFIG_ROM) + index * 4; in read_rom()
581 i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM); in read_config_rom()
610 i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM); in read_config_rom()
Dcore-transaction.c1031 .end = CSR_REGISTER_BASE | CSR_CONFIG_ROM, };
Dsbp2.c1180 + CSR_CONFIG_ROM) & 0xffffff; in sbp2_probe()
Dohci.c1503 i = csr - CSR_CONFIG_ROM; in handle_local_rom()
1582 if (csr >= CSR_CONFIG_ROM && csr < CSR_CONFIG_ROM_END) in handle_local_request()
/linux-3.4.99/include/linux/
Dfirewire.h40 #define CSR_CONFIG_ROM 0x400 macro