Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dasm-offsets.c62 OFFSET(DWCDDR21MCTL_IOCR, dwcddr21mctl, iocr); /* 0x08 */ in main()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h18 u32 iocr; /* 0x08 i/o configuration register */ member
/OK3568_Linux_fs/u-boot/include/synopsys/
H A Ddwcddr21mctl.h18 unsigned int iocr; /* I/O Configuration */ member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth.c1169 gdth_raw_iochan_str *iocr; in gdth_search_drives() local
1216 iocr = (gdth_raw_iochan_str *)ha->pscratch; in gdth_search_drives()
1217 iocr->hdr.version = 0xffffffff; in gdth_search_drives()
1218 iocr->hdr.list_entries = MAXBUS; in gdth_search_drives()
1219 iocr->hdr.first_chan = 0; in gdth_search_drives()
1220 iocr->hdr.last_chan = MAXBUS-1; in gdth_search_drives()
1221 iocr->hdr.list_offset = GDTOFFSOF(gdth_raw_iochan_str, list[0]); in gdth_search_drives()
1225 ha->bus_cnt = iocr->hdr.chan_count; in gdth_search_drives()
1227 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives()
1228 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id; in gdth_search_drives()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c559 writel(DRAM_IOCR_ODT_EN, &dram->iocr); in mctl_set_impedance()