Home
last modified time | relevance | path

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

/arch/mips/txx9/rbtx4939/
Dsetup.c293 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_flash_fixup_ofs()
330 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_flash_copy_from()
386 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_mtd_init()
468 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_device_init()
532 readb(rbtx4939_udipsw_addr), readb(rbtx4939_bdipsw_addr)); in rbtx4939_setup()
/arch/mips/include/asm/txx9/
Drbtx4939.h92 #define rbtx4939_bdipsw_addr ((u8 __iomem *)RBTX4939_BDIPSW_ADDR) macro