Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/kernel/
Dcplbinfo.c31 char cplb_type; member
71 if (cdata->cplb_type == 'I') { in cplbinfo_seq_init()
87 seq_printf(m, "%cCPLBs are %sabled: 0x%x\n", cdata->cplb_type, in cplbinfo_start()
124 char cplb_type; in cplbinfo_open() local
130 cplb_type = cpu & CPLBINFO_DCPLB_FLAG ? 'D' : 'I'; in cplbinfo_open()
143 cdata->cplb_type = cplb_type; in cplbinfo_open()