Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/maps/
Dsa1100-flash.c86 subdev->map.bankwidth = (MSC0 & MSC_RBW) ? 2 : 4; in sa1100_probe_subdev()
90 subdev->map.bankwidth = ((MSC0 >> 16) & MSC_RBW) ? 2 : 4; in sa1100_probe_subdev()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1463 #define MSC_RBW 0x0004 /* ROM/static memory Bus Width */ macro
1464 #define MSC_32BitStMem (MSC_RBW*0) /* 32-Bit Static Memory */
1465 #define MSC_16BitStMem (MSC_RBW*1) /* 16-Bit Static Memory */