Lines Matching refs:address

132 DEV_STATUS redcloud_id_msr_device(MSR * pDev, unsigned long address);
134 unsigned long *address);
136 unsigned long address);
262 * This routine walks through the MBUS and records the address value and
267 * nodes are nodes that forward the given MBUS address BACK to the initiator.
305 MBIU0[port].address = port << 29;
309 /* responds at address 0x40000xxx, which does not equal 0 << 29. */
318 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high),
352 MBIU1[port].address = (0x02l << 29) + (port << 26);
359 MSR_READ(MBD_MSR_CAP, MBIU1[port].address, &(msrValue.high),
395 MBIU2[port].address =
403 MSR_READ(MBD_MSR_CAP, MBIU2[port].address, &(msrValue.high),
417 MBIU2[port].address =
440 * 1 - If, for every device, its address was found.
500 /* port address. */
510 pDev->Address = MBIU0[i].address;
520 pDev->Address = MBIU1[i].address;
530 pDev->Address = MBIU2[i].address;
548 * address - device address.
558 redcloud_id_msr_device(MSR * pDev, unsigned long address)
561 gfx_id_msr_device(MSR * pDev, unsigned long address)
566 MSR_READ(MBD_MSR_CAP, address, &(msrValue.high), &(msrValue.low));
577 * This function returns the 32-bit address of the requested device.
579 * device table.) DEV_STATUS should be checked to verify that the address
585 * *address - ptr to location where address should be stored.
589 * *address - updated if 'device' is within range
598 redcloud_get_msr_dev_address(unsigned int device, unsigned long *address)
601 gfx_get_msr_dev_address(unsigned int device, unsigned long *address)
606 *address = msrDev[device].Address;
617 * This function returns the 16-bit deviceId at the requested address.
622 * address - address of desired device ID.
625 * FOUND if address is a valid address, NOT_KNOWN if address cannot be found
636 redcloud_get_glink_id_at_address(unsigned int *device, unsigned long address)
639 gfx_get_glink_id_at_address(unsigned int *device, unsigned long address)
645 if (MBIU0[port].address == address) {
648 } else if (MBIU1[port].address == address) {
651 } else if (MBIU2[port].address == address) {