Home
last modified time | relevance | path

Searched refs:TRCCONFIGR_INSTP0_LOAD (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h176 #define TRCCONFIGR_INSTP0_LOAD BIT(1) macro
178 #define TRCCONFIGR_INSTP0_LOAD_STORE (TRCCONFIGR_INSTP0_LOAD | TRCCONFIGR_INSTP0_STORE)
Dcoresight-etm4x-sysfs.c183 config->cfg &= ~(TRCCONFIGR_INSTP0_LOAD | TRCCONFIGR_INSTP0_STORE); in reset_store()
310 config->cfg |= TRCCONFIGR_INSTP0_LOAD; in mode_store()