Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/txx9/rbtx4939/
Dsetup.c292 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_flash_fixup_ofs() local
295 if (bdipsw & 8) { in rbtx4939_flash_fixup_ofs()
297 shift = bdipsw & 3; in rbtx4939_flash_fixup_ofs()
302 if (bdipsw == 0) in rbtx4939_flash_fixup_ofs()
329 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_flash_copy_from() local
334 if (bdipsw & 8) { in rbtx4939_flash_copy_from()
336 shift = bdipsw & 3; in rbtx4939_flash_copy_from()
351 if (bdipsw == 0) { in rbtx4939_flash_copy_from()
385 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_mtd_init() local
387 if (bdipsw & 8) { in rbtx4939_mtd_init()
[all …]