/Linux-v4.19/drivers/net/bonding/ |
D | bond_procfs.c | 10 static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos) in bond_info_seq_start() argument 13 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_start() 30 static void *bond_info_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bond_info_seq_next() argument 32 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_next() 51 static void bond_info_seq_stop(struct seq_file *seq, void *v) in bond_info_seq_stop() argument 57 static void bond_info_show_master(struct seq_file *seq) in bond_info_show_master() argument 59 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_show_master() 66 seq_printf(seq, "Bonding Mode: %s", in bond_info_show_master() 73 seq_printf(seq, " (fail_over_mac %s)", optval->string); in bond_info_show_master() 76 seq_printf(seq, "\n"); in bond_info_show_master() [all …]
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | debug.c | 72 static void cw1200_queue_status_show(struct seq_file *seq, in cw1200_queue_status_show() argument 76 seq_printf(seq, "Queue %d:\n", q->queue_id); in cw1200_queue_status_show() 77 seq_printf(seq, " capacity: %zu\n", q->capacity); in cw1200_queue_status_show() 78 seq_printf(seq, " queued: %zu\n", q->num_queued); in cw1200_queue_status_show() 79 seq_printf(seq, " pending: %zu\n", q->num_pending); in cw1200_queue_status_show() 80 seq_printf(seq, " sent: %zu\n", q->num_sent); in cw1200_queue_status_show() 81 seq_printf(seq, " locked: %s\n", q->tx_locked_cnt ? "yes" : "no"); in cw1200_queue_status_show() 82 seq_printf(seq, " overfull: %s\n", q->overfull ? "yes" : "no"); in cw1200_queue_status_show() 83 seq_puts(seq, " link map: 0-> "); in cw1200_queue_status_show() 85 seq_printf(seq, "%.2d ", q->link_map_cache[i]); in cw1200_queue_status_show() [all …]
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 27 static int rsi_sdio_stats_read(struct seq_file *seq, void *data) in rsi_sdio_stats_read() argument 29 struct rsi_common *common = seq->private; in rsi_sdio_stats_read() 34 seq_printf(seq, "total_sdio_interrupts: %d\n", in rsi_sdio_stats_read() 36 seq_printf(seq, "sdio_msdu_pending_intr_count: %d\n", in rsi_sdio_stats_read() 38 seq_printf(seq, "sdio_buff_full_count : %d\n", in rsi_sdio_stats_read() 40 seq_printf(seq, "sdio_buf_semi_full_count %d\n", in rsi_sdio_stats_read() 42 seq_printf(seq, "sdio_unknown_intr_count: %d\n", in rsi_sdio_stats_read() 45 seq_printf(seq, "BUFFER FULL STATUS : %d\n", in rsi_sdio_stats_read() 47 seq_printf(seq, "SEMI BUFFER FULL STATUS : %d\n", in rsi_sdio_stats_read() 49 seq_printf(seq, "MGMT BUFFER FULL STATUS : %d\n", in rsi_sdio_stats_read() [all …]
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_replay.c | 26 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local 32 seq = ntohl(net_seq); in xfrm_replay_seqhi() 34 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi() 36 if (likely(replay_esn->seq >= replay_esn->replay_window - 1)) { in xfrm_replay_seqhi() 38 if (unlikely(seq < bottom)) in xfrm_replay_seqhi() 42 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi() 66 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify() 102 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; in xfrm_replay_overflow() 103 XFRM_SKB_CB(skb)->seq.output.hi = 0; in xfrm_replay_overflow() 122 u32 seq = ntohl(net_seq); in xfrm_replay_check() local [all …]
|
/Linux-v4.19/net/sctp/ |
D | proc.c | 74 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show() argument 77 struct net *net = seq->private; in sctp_snmp_seq_show() 85 seq_printf(seq, "%-32s\t%ld\n", sctp_snmp_list[i].name, in sctp_snmp_seq_show() 92 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() argument 120 seq_printf(seq, "*"); in sctp_seq_dump_local_addrs() 122 af->seq_dump_addr(seq, addr); in sctp_seq_dump_local_addrs() 128 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs() argument 141 seq_printf(seq, "*"); in sctp_seq_dump_remote_addrs() 143 af->seq_dump_addr(seq, addr); in sctp_seq_dump_remote_addrs() 147 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start() argument [all …]
|
/Linux-v4.19/kernel/trace/ |
D | trace_seq.c | 31 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) 34 #define TRACE_SEQ_BUF_USED(s) seq_buf_used(&(s)->seq) 41 if (unlikely(!s->seq.size)) in __trace_seq_init() 60 ret = seq_buf_print_seq(m, &s->seq); in trace_print_seq() 86 unsigned int save_len = s->seq.len; in trace_seq_printf() 95 seq_buf_vprintf(&s->seq, fmt, ap); in trace_seq_printf() 99 if (unlikely(seq_buf_has_overflowed(&s->seq))) { in trace_seq_printf() 100 s->seq.len = save_len; in trace_seq_printf() 117 unsigned int save_len = s->seq.len; in trace_seq_bitmask() 124 seq_buf_printf(&s->seq, "%*pb", nmaskbits, maskp); in trace_seq_bitmask() [all …]
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-proc.c | 42 static int rtc_proc_show(struct seq_file *seq, void *offset) in rtc_proc_show() argument 45 struct rtc_device *rtc = seq->private; in rtc_proc_show() 52 seq_printf(seq, in rtc_proc_show() 61 seq_printf(seq, "alrm_time\t: "); in rtc_proc_show() 63 seq_printf(seq, "%02d:", alrm.time.tm_hour); in rtc_proc_show() 65 seq_printf(seq, "**:"); in rtc_proc_show() 67 seq_printf(seq, "%02d:", alrm.time.tm_min); in rtc_proc_show() 69 seq_printf(seq, "**:"); in rtc_proc_show() 71 seq_printf(seq, "%02d\n", alrm.time.tm_sec); in rtc_proc_show() 73 seq_printf(seq, "**\n"); in rtc_proc_show() [all …]
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_proc.c | 38 static void seq_printf_with_thousands_grouping(struct seq_file *seq, long v) in seq_printf_with_thousands_grouping() argument 43 seq_printf(seq, "%ld,", v / 1000000); in seq_printf_with_thousands_grouping() 45 seq_printf(seq, "%03ld,%03ld", v/1000, v % 1000); in seq_printf_with_thousands_grouping() 47 seq_printf(seq, "%ld,%03ld", v/1000, v % 1000); in seq_printf_with_thousands_grouping() 49 seq_printf(seq, "%ld", v); in seq_printf_with_thousands_grouping() 102 static void drbd_syncer_progress(struct drbd_device *device, struct seq_file *seq, in drbd_syncer_progress() argument 114 seq_puts(seq, "\t["); in drbd_syncer_progress() 116 seq_putc(seq, '='); in drbd_syncer_progress() 117 seq_putc(seq, '>'); in drbd_syncer_progress() 119 seq_putc(seq, '.'); in drbd_syncer_progress() [all …]
|
/Linux-v4.19/net/kcm/ |
D | kcmproc.c | 18 static struct kcm_mux *kcm_get_first(struct seq_file *seq) in kcm_get_first() argument 20 struct net *net = seq_file_net(seq); in kcm_get_first() 35 static struct kcm_mux *kcm_get_idx(struct seq_file *seq, loff_t pos) in kcm_get_idx() argument 37 struct net *net = seq_file_net(seq); in kcm_get_idx() 49 static void *kcm_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kcm_seq_next() argument 54 p = kcm_get_first(seq); in kcm_seq_next() 61 static void *kcm_seq_start(struct seq_file *seq, loff_t *pos) in kcm_seq_start() argument 69 return kcm_get_idx(seq, *pos - 1); in kcm_seq_start() 72 static void kcm_seq_stop(struct seq_file *seq, void *v) in kcm_seq_stop() argument 83 static void kcm_format_mux_header(struct seq_file *seq) in kcm_format_mux_header() argument [all …]
|
/Linux-v4.19/net/atm/ |
D | proc.c | 44 static void add_stats(struct seq_file *seq, const char *aal, in add_stats() argument 47 seq_printf(seq, "%s ( %d %d %d %d %d )", aal, in add_stats() 53 static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev) in atm_dev_info() argument 57 seq_printf(seq, "%3d %-8s", dev->number, dev->type); in atm_dev_info() 59 seq_printf(seq, "%02x", dev->esi[i]); in atm_dev_info() 60 seq_puts(seq, " "); in atm_dev_info() 61 add_stats(seq, "0", &dev->stats.aal0); in atm_dev_info() 62 seq_puts(seq, " "); in atm_dev_info() 63 add_stats(seq, "5", &dev->stats.aal5); in atm_dev_info() 64 seq_printf(seq, "\t[%d]", refcount_read(&dev->refcnt)); in atm_dev_info() [all …]
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | debugfs.c | 126 static int state_show(struct seq_file *seq, void *v) in state_show() argument 128 struct dwc2_hsotg *hsotg = seq->private; in state_show() 131 seq_printf(seq, "DCFG=0x%08x, DCTL=0x%08x, DSTS=0x%08x\n", in state_show() 136 seq_printf(seq, "DIEPMSK=0x%08x, DOEPMASK=0x%08x\n", in state_show() 139 seq_printf(seq, "GINTMSK=0x%08x, GINTSTS=0x%08x\n", in state_show() 143 seq_printf(seq, "DAINTMSK=0x%08x, DAINT=0x%08x\n", in state_show() 147 seq_printf(seq, "GNPTXSTS=0x%08x, GRXSTSR=%08x\n", in state_show() 151 seq_puts(seq, "\nEndpoint status:\n"); in state_show() 159 seq_printf(seq, "ep%d: DIEPCTL=0x%08x, DOEPCTL=0x%08x", in state_show() 165 seq_printf(seq, ", DIEPTSIZ=0x%08x, DOEPTSIZ=0x%08x", in state_show() [all …]
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 60 static void *seq_tab_start(struct seq_file *seq, loff_t *pos) in seq_tab_start() argument 62 struct seq_tab *tb = seq->private; in seq_tab_start() 70 static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos) in seq_tab_next() argument 72 v = seq_tab_get_idx(seq->private, *pos + 1); in seq_tab_next() 78 static void seq_tab_stop(struct seq_file *seq, void *v) in seq_tab_stop() argument 82 static int seq_tab_show(struct seq_file *seq, void *v) in seq_tab_show() argument 84 const struct seq_tab *tb = seq->private; in seq_tab_show() 86 return tb->show(seq, v, ((char *)v - tb->data) / tb->width); in seq_tab_show() 98 int (*show)(struct seq_file *seq, void *v, int i)) in seq_open_tab() argument 123 static int cim_la_show(struct seq_file *seq, void *v, int idx) in cim_la_show() argument [all …]
|
/Linux-v4.19/drivers/remoteproc/ |
D | remoteproc_debugfs.c | 159 static int rproc_rsc_table_show(struct seq_file *seq, void *p) in rproc_rsc_table_show() argument 162 struct rproc *rproc = seq->private; in rproc_rsc_table_show() 171 seq_puts(seq, "No resource table found\n"); in rproc_rsc_table_show() 183 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show() 184 seq_printf(seq, " Device Address 0x%x\n", c->da); in rproc_rsc_table_show() 185 seq_printf(seq, " Physical Address 0x%x\n", c->pa); in rproc_rsc_table_show() 186 seq_printf(seq, " Length 0x%x Bytes\n", c->len); in rproc_rsc_table_show() 187 seq_printf(seq, " Flags 0x%x\n", c->flags); in rproc_rsc_table_show() 188 seq_printf(seq, " Reserved (should be zero) [%d]\n", c->reserved); in rproc_rsc_table_show() 189 seq_printf(seq, " Name %s\n\n", c->name); in rproc_rsc_table_show() [all …]
|
/Linux-v4.19/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 33 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max() argument 35 seq_printf(seq, "MAX: F=%lu, H=%lu, P=%lu, A=%lu\n", in show_max() 39 static int board_show(struct seq_file *seq, void *p) in board_show() argument 46 seq_printf(seq, "no configuration registered\n"); in board_show() 52 seq_printf(seq, "no board definition set?\n"); in board_show() 56 seq_printf(seq, "SDRAM refresh %u ns\n", brd->refresh); in board_show() 57 seq_printf(seq, "auto_io=%u\n", brd->auto_io); in board_show() 58 seq_printf(seq, "need_io=%u\n", brd->need_io); in board_show() 60 show_max(seq, &brd->max); in board_show() 79 static int info_show(struct seq_file *seq, void *p) in info_show() argument [all …]
|
/Linux-v4.19/net/ipv4/ |
D | proc.c | 54 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show() argument 56 struct net *net = seq->private; in sockstat_seq_show() 62 socket_seq_show(seq); in sockstat_seq_show() 63 seq_printf(seq, "TCP: inuse %d orphan %d tw %d alloc %d mem %ld\n", in sockstat_seq_show() 67 seq_printf(seq, "UDP: inuse %d mem %ld\n", in sockstat_seq_show() 70 seq_printf(seq, "UDPLITE: inuse %d\n", in sockstat_seq_show() 72 seq_printf(seq, "RAW: inuse %d\n", in sockstat_seq_show() 74 seq_printf(seq, "FRAG: inuse %u memory %lu\n", in sockstat_seq_show() 296 static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals, in icmpmsg_put_line() argument 302 seq_puts(seq, "\nIcmpMsg:"); in icmpmsg_put_line() [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_trace.h | 14 TP_PROTO(int crtc, unsigned int seq), 15 TP_ARGS(crtc, seq), 18 __field(unsigned int, seq) 22 __entry->seq = seq; 24 TP_printk("crtc=%d, seq=%u", __entry->crtc, __entry->seq) 28 TP_PROTO(struct drm_file *file, int crtc, unsigned int seq), 29 TP_ARGS(file, crtc, seq), 33 __field(unsigned int, seq) 38 __entry->seq = seq; 41 __entry->seq) [all …]
|
/Linux-v4.19/kernel/cgroup/ |
D | debug.c | 40 static int current_css_set_read(struct seq_file *seq, void *v) in current_css_set_read() argument 42 struct kernfs_open_file *of = seq->private; in current_css_set_read() 55 seq_printf(seq, "css_set %pK %d", cset, refcnt); in current_css_set_read() 57 seq_printf(seq, " +%d", refcnt - cset->nr_tasks); in current_css_set_read() 58 seq_puts(seq, "\n"); in current_css_set_read() 67 seq_printf(seq, "%2d: %-4s\t- %lx[%d]\n", ss->id, ss->name, in current_css_set_read() 87 static int current_css_set_cg_links_read(struct seq_file *seq, void *v) in current_css_set_cg_links_read() argument 104 seq_printf(seq, "Root %d group %s\n", in current_css_set_cg_links_read() 114 static int cgroup_css_links_read(struct seq_file *seq, void *v) in cgroup_css_links_read() argument 116 struct cgroup_subsys_state *css = seq_css(seq); in cgroup_css_links_read() [all …]
|
/Linux-v4.19/net/8021q/ |
D | vlanproc.c | 39 static int vlan_seq_show(struct seq_file *seq, void *v); 40 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos); 41 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos); 42 static void vlan_seq_stop(struct seq_file *seq, void *); 43 static int vlandev_seq_show(struct seq_file *seq, void *v); 170 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start() argument 174 struct net *net = seq_file_net(seq); in vlan_seq_start() 192 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next() argument 195 struct net *net = seq_file_net(seq); in vlan_seq_next() 213 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop() argument [all …]
|
/Linux-v4.19/drivers/char/ |
D | nvram.c | 127 static void mach_proc_infos(unsigned char *contents, struct seq_file *seq, 377 static int nvram_proc_read(struct seq_file *seq, void *offset) in nvram_proc_read() argument 387 mach_proc_infos(contents, seq, offset); in nvram_proc_read() 498 static void pc_proc_infos(unsigned char *nvram, struct seq_file *seq, in pc_proc_infos() argument 508 seq_printf(seq, "Checksum status: %svalid\n", checksum ? "" : "not "); in pc_proc_infos() 510 seq_printf(seq, "# floppies : %d\n", in pc_proc_infos() 512 seq_printf(seq, "Floppy 0 type : "); in pc_proc_infos() 515 seq_printf(seq, "%s\n", floppy_types[type]); in pc_proc_infos() 517 seq_printf(seq, "%d (unknown)\n", type); in pc_proc_infos() 518 seq_printf(seq, "Floppy 1 type : "); in pc_proc_infos() [all …]
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.c | 218 struct asd_seq_data *seq = &asd_ha->seq; in asd_init_scbs() local 222 asd_ha->seq.tc_index_bitmap_bits = asd_ha->hw_prof.max_scbs; in asd_init_scbs() 223 asd_ha->seq.tc_index_array = kcalloc(asd_ha->seq.tc_index_bitmap_bits, in asd_init_scbs() 226 if (!asd_ha->seq.tc_index_array) in asd_init_scbs() 229 bitmap_bytes = (asd_ha->seq.tc_index_bitmap_bits+7)/8; in asd_init_scbs() 231 asd_ha->seq.tc_index_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL); in asd_init_scbs() 232 if (!asd_ha->seq.tc_index_bitmap) { in asd_init_scbs() 233 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs() 234 asd_ha->seq.tc_index_array = NULL; in asd_init_scbs() 238 spin_lock_init(&seq->tc_index_lock); in asd_init_scbs() [all …]
|
/Linux-v4.19/sound/core/seq/ |
D | Makefile | 7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \ 10 snd-seq-$(CONFIG_SND_PROC_FS) += seq_info.o 11 snd-seq-midi-objs := seq_midi.o 12 snd-seq-midi-emul-objs := seq_midi_emul.o 13 snd-seq-midi-event-objs := seq_midi_event.o 14 snd-seq-dummy-objs := seq_dummy.o 15 snd-seq-virmidi-objs := seq_virmidi.o 17 obj-$(CONFIG_SND_SEQUENCER) += snd-seq.o 20 obj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o 21 obj-$(CONFIG_SND_SEQ_MIDI) += snd-seq-midi.o [all …]
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_seqadj.c | 22 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_init() 30 __be32 seq, s32 off) in nf_ct_seqadj_set() argument 47 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_set() 49 before(this_way->correction_pos, ntohl(seq))) { in nf_ct_seqadj_set() 50 this_way->correction_pos = ntohl(seq); in nf_ct_seqadj_set() 69 nf_ct_seqadj_set(ct, ctinfo, th->seq, off); in nf_ct_tcp_seqadj_set() 78 struct nf_ct_seqadj *seq) in nf_ct_sack_block_adjust() argument 85 if (after(ntohl(sack->start_seq) - seq->offset_before, in nf_ct_sack_block_adjust() 86 seq->correction_pos)) in nf_ct_sack_block_adjust() 88 seq->offset_after); in nf_ct_sack_block_adjust() [all …]
|
/Linux-v4.19/kernel/time/ |
D | timekeeping.c | 51 seqcount_t seq; member 68 seqcount_t seq; member 219 unsigned int seq; in timekeeping_get_delta() local 229 seq = read_seqcount_begin(&tk_core.seq); in timekeeping_get_delta() 234 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_get_delta() 404 raw_write_seqcount_latch(&tkf->seq); in update_fast_timekeeper() 410 raw_write_seqcount_latch(&tkf->seq); in update_fast_timekeeper() 451 unsigned int seq; in __ktime_get_fast_ns() local 455 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_fast_ns() 456 tkr = tkf->base + (seq & 0x01); in __ktime_get_fast_ns() [all …]
|
/Linux-v4.19/net/core/ |
D | net-procfs.c | 16 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket() argument 18 struct net *net = seq_file_net(seq); in dev_from_same_bucket() 32 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket() argument 38 dev = dev_from_same_bucket(seq, pos); in dev_from_bucket() 53 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() argument 63 return dev_from_bucket(seq, pos); in dev_seq_start() 66 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() argument 69 return dev_from_bucket(seq, pos); in dev_seq_next() 72 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() argument 78 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() argument [all …]
|
/Linux-v4.19/drivers/mtd/devices/ |
D | st_spi_fsm.c | 255 uint8_t seq[16]; member 524 static int stfsm_mx25_en_32bit_addr_seq(struct stfsm_seq *seq) in stfsm_mx25_en_32bit_addr_seq() argument 526 seq->seq_opc[0] = (SEQ_OPC_PADS_1 | in stfsm_mx25_en_32bit_addr_seq() 531 seq->seq[0] = STFSM_INST_CMD1; in stfsm_mx25_en_32bit_addr_seq() 532 seq->seq[1] = STFSM_INST_WAIT; in stfsm_mx25_en_32bit_addr_seq() 533 seq->seq[2] = STFSM_INST_STOP; in stfsm_mx25_en_32bit_addr_seq() 535 seq->seq_cfg = (SEQ_CFG_PADS_1 | in stfsm_mx25_en_32bit_addr_seq() 581 .seq = { 597 .seq = { 617 .seq = { [all …]
|