Searched refs:CSR_REGISTER_BASE (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/firewire/
H A Dcore-iso.c224 CSR_REGISTER_BASE + CSR_BANDWIDTH_AVAILABLE,
301 offset = channel < 32 ? CSR_REGISTER_BASE + CSR_CHANNELS_AVAILABLE_HI :
302 CSR_REGISTER_BASE + CSR_CHANNELS_AVAILABLE_LO;
352 CSR_REGISTER_BASE + CSR_CHANNELS_AVAILABLE_HI,
356 CSR_REGISTER_BASE + CSR_CHANNELS_AVAILABLE_LO,
H A Dcore.h269 return offset >= (CSR_REGISTER_BASE | CSR_FCP_COMMAND) &&
270 offset + length <= (CSR_REGISTER_BASE | CSR_FCP_END);
H A Dcore-transaction.c574 { .start = CSR_REGISTER_BASE,
575 .end = CSR_REGISTER_BASE | CSR_CONFIG_ROM_END, };
958 if ((offset != (CSR_REGISTER_BASE | CSR_FCP_COMMAND) &&
959 offset != (CSR_REGISTER_BASE | CSR_FCP_RESPONSE)) ||
1128 { .start = CSR_REGISTER_BASE | CSR_TOPOLOGY_MAP,
1129 .end = CSR_REGISTER_BASE | CSR_TOPOLOGY_MAP_END, };
1160 { .start = CSR_REGISTER_BASE,
1161 .end = CSR_REGISTER_BASE | CSR_CONFIG_ROM, };
1181 int reg = offset & ~CSR_REGISTER_BASE;
H A Dcore-device.c555 u64 offset = (CSR_REGISTER_BASE | CSR_CONFIG_ROM) + index * 4;
686 i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM);
715 i * 4 | CSR_REGISTER_BASE | CSR_CONFIG_ROM);
1026 CSR_REGISTER_BASE + CSR_BROADCAST_CHANNEL,
1045 CSR_REGISTER_BASE + CSR_BROADCAST_CHANNEL,
H A Dcore-card.c368 CSR_REGISTER_BASE + CSR_BUS_MANAGER_ID,
527 CSR_REGISTER_BASE + CSR_STATE_SET,
H A Dsbp2.c792 CSR_REGISTER_BASE + CSR_BUSY_TIMEOUT, &d, 4);
1031 CSR_REGISTER_BASE + 4 * value;
H A Dcore-cdev.c1524 if (a->offset < CSR_REGISTER_BASE + CSR_CONFIG_ROM_END)
H A Dohci.c1653 csr = offset - CSR_REGISTER_BASE;
/linux-master/sound/firewire/
H A Dcmp.c60 return CSR_REGISTER_BASE + CSR_IMPR;
62 return CSR_REGISTER_BASE + CSR_OMPR;
68 return CSR_REGISTER_BASE + CSR_IPCR(c->pcr_index);
70 return CSR_REGISTER_BASE + CSR_OPCR(c->pcr_index);
H A Dfcp.c253 CSR_REGISTER_BASE + CSR_FCP_COMMAND,
384 .start = CSR_REGISTER_BASE + CSR_FCP_RESPONSE,
385 .end = CSR_REGISTER_BASE + CSR_FCP_END,
H A Disight.c608 return CSR_REGISTER_BASE + value * 4;
/linux-master/sound/firewire/oxfw/
H A Doxfw.c10 #define OXFORD_FIRMWARE_ID_ADDRESS (CSR_REGISTER_BASE + 0x50000)
13 #define OXFORD_HARDWARE_ID_ADDRESS (CSR_REGISTER_BASE + 0x90020)
/linux-master/drivers/media/firewire/
H A Dfiredtv-fw.c237 .start = CSR_REGISTER_BASE + CSR_FCP_RESPONSE,
238 .end = CSR_REGISTER_BASE + CSR_FCP_END,
/linux-master/include/linux/
H A Dfirewire.h21 #define CSR_REGISTER_BASE 0xfffff0000000ULL macro
23 /* register offsets are relative to CSR_REGISTER_BASE */
/linux-master/drivers/target/sbp/
H A Dsbp_target.c32 .start = CSR_REGISTER_BASE + 0x10000,
60 (CSR_REGISTER_BASE | CSR_CONFIG_ROM) + 3 * 4,
67 (CSR_REGISTER_BASE | CSR_CONFIG_ROM) + 4 * 4,
1834 mgt_agt_addr = (tport->mgt_agt->handler.offset - CSR_REGISTER_BASE) / 4;

Completed in 302 milliseconds