Home
last modified time | relevance | path

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

/linux/arch/sh/boards/mach-lboxre2/
H A Dsetup.c55 prot = PAGE_KERNEL_PCC(1, _PAGE_PCC_IO16); in lboxre2_devices_setup()
/linux/arch/sh/boards/mach-sh03/
H A Dsetup.c77 prot = PAGE_KERNEL_PCC(1, _PAGE_PCC_IO16); in sh03_devices_setup()
/linux/arch/sh/boards/mach-landisk/
H A Dsetup.c60 prot = PAGE_KERNEL_PCC(1, _PAGE_PCC_IO16); in landisk_devices_setup()
/linux/arch/sh/include/asm/
H A Dpgtable_32.h88 #define _PAGE_PCC_IO16 0x20000001 /* IO space, 16 bit bus */ macro