Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/txx9/rbtx4939/
Dsetup.c292 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_flash_fixup_ofs()
329 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_flash_copy_from()
385 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_mtd_init()
467 u8 bdipsw = readb(rbtx4939_bdipsw_addr) & 0x0f; in rbtx4939_device_init()
531 readb(rbtx4939_udipsw_addr), readb(rbtx4939_bdipsw_addr)); in rbtx4939_setup()
/Linux-v4.19/arch/mips/include/asm/txx9/
Drbtx4939.h92 #define rbtx4939_bdipsw_addr ((u8 __iomem *)RBTX4939_BDIPSW_ADDR) macro