Searched refs:doff_u32 (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 34 doff_u32 = 0, enumerator 314 case doff_u32: in wil6210_debugfs_init_offset() 1259 WIL_FIELD(secure_pcp, S_IRUGO | S_IWUSR, doff_u32), 1261 WIL_FIELD(fw_version, S_IRUGO, doff_u32), 1263 WIL_FIELD(recovery_count, S_IRUGO, doff_u32), 1276 {"desc_index", S_IRUGO | S_IWUSR, (ulong)&dbg_txdesc_index, doff_u32}, 1277 {"vring_index", S_IRUGO | S_IWUSR, (ulong)&dbg_vring_index, doff_u32}, 1278 {"mem_addr", S_IRUGO | S_IWUSR, (ulong)&mem_addr, doff_u32},
|