Home
last modified time | relevance | path

Searched refs:addr_idx (Results 1 – 7 of 7) sorted by relevance

/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c19 idx = config->addr_idx; in etm4_set_mode_exclude()
249 config->addr_idx = 0x0; in reset_store()
822 val = config->addr_idx; in addr_idx_show()
844 config->addr_idx = val; in addr_idx_store()
848 static DEVICE_ATTR_RW(addr_idx);
860 idx = config->addr_idx; in addr_instdatatype_show()
886 idx = config->addr_idx; in addr_instdatatype_store()
905 idx = config->addr_idx; in addr_single_show()
930 idx = config->addr_idx; in addr_single_store()
954 idx = config->addr_idx; in addr_range_show()
[all …]
Dcoresight-etm3x-sysfs.c277 val = config->addr_idx; in addr_idx_show()
302 config->addr_idx = val; in addr_idx_store()
307 static DEVICE_ATTR_RW(addr_idx);
318 idx = config->addr_idx; in addr_single_show()
346 idx = config->addr_idx; in addr_single_store()
370 idx = config->addr_idx; in addr_range_show()
406 idx = config->addr_idx; in addr_range_store()
439 idx = config->addr_idx; in addr_start_show()
467 idx = config->addr_idx; in addr_start_store()
493 idx = config->addr_idx; in addr_stop_show()
[all …]
Dcoresight-etm.h185 u8 addr_idx; member
Dcoresight-etm4x.h786 u8 addr_idx; member
/drivers/spi/
Dspi-hisi-sfc-v3xx.c286 int data_idx, addr_idx, cmd_idx; in hisi_sfc_v3xx_start_bus() local
289 addr_idx = op->addr.buswidth / 2; in hisi_sfc_v3xx_start_bus()
291 buswidth_mode = hisi_sfc_v3xx_io_modes[data_idx][addr_idx][cmd_idx]; in hisi_sfc_v3xx_start_bus()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h551 __u8 addr_idx:3; member
557 __u8 addr_idx:3; member
Dsge.c112 u8 addr_idx; /* buffer index of first SGL entry in descriptor */ member
241 int nfrags, frag_idx, curflit, j = d->addr_idx; in unmap_skb()
271 d->addr_idx = j; in unmap_skb()
1103 sd->addr_idx = 0; in write_wr_hdr_sgl()