Searched refs:RIO_HOST_DID_LOCK_CSR (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/rapidio/ |
D | rio-scan.c | 199 rio_local_write_config_32(port, RIO_HOST_DID_LOCK_CSR, in rio_clear_locks() 201 rio_local_read_config_32(port, RIO_HOST_DID_LOCK_CSR, &result); in rio_clear_locks() 209 rio_write_config_32(rdev, RIO_HOST_DID_LOCK_CSR, in rio_clear_locks() 211 rio_read_config_32(rdev, RIO_HOST_DID_LOCK_CSR, &result); in rio_clear_locks() 245 rio_local_write_config_32(port, RIO_HOST_DID_LOCK_CSR, in rio_enum_host() 248 rio_local_read_config_32(port, RIO_HOST_DID_LOCK_CSR, &result); in rio_enum_host() 510 RIO_HOST_DID_LOCK_CSR, &result); in rio_get_host_deviceid_lock() 564 RIO_HOST_DID_LOCK_CSR, port->host_deviceid); in rio_enum_peer() 572 RIO_HOST_DID_LOCK_CSR, in rio_enum_peer()
|
D | rio.c | 1540 RIO_HOST_DID_LOCK_CSR, port->host_deviceid); in rio_lock_device() 1542 RIO_HOST_DID_LOCK_CSR, &result); in rio_lock_device() 1557 RIO_HOST_DID_LOCK_CSR, in rio_lock_device() 1561 RIO_HOST_DID_LOCK_CSR, &result); in rio_lock_device() 1583 RIO_HOST_DID_LOCK_CSR, in rio_unlock_device() 1586 RIO_HOST_DID_LOCK_CSR, &result); in rio_unlock_device()
|
/linux-6.1.9/include/linux/ |
D | rio_regs.h | 160 #define RIO_HOST_DID_LOCK_CSR 0x68 /* [III] Host Base Device ID Lock CSR */ macro
|