Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfirewire.h42 #define CSR_CONFIG_ROM_END 0x800 macro
/linux/drivers/firewire/
H A Dcore-transaction.c548 .end = CSR_REGISTER_BASE | CSR_CONFIG_ROM_END, };
H A Dcore-device.c568 #define MAX_CONFIG_ROM_SIZE ((CSR_CONFIG_ROM_END - CSR_CONFIG_ROM) / sizeof(u32))
H A Dohci.c177 #define CONFIG_ROM_SIZE (CSR_CONFIG_ROM_END - CSR_CONFIG_ROM)
1716 if (csr >= CSR_CONFIG_ROM && csr < CSR_CONFIG_ROM_END) in handle_local_request()
H A Dcore-cdev.c1529 if (a->offset < CSR_REGISTER_BASE + CSR_CONFIG_ROM_END) in ioctl_send_broadcast_request()