Searched refs:SH4_PCIC_IO_MASK (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sh3/include/
H A Dpcicreg.h41 #define SH4_PCIC_IO_MASK (SH4_PCIC_IO_SIZE-1) macro
/netbsd-current/sys/arch/sh3/dev/
H A Dshpcic.c454 u_long adr = (u_long)(bsh + offset) & SH4_PCIC_IO_MASK;
462 u_long adr = (u_long)(bsh + offset) & SH4_PCIC_IO_MASK;
470 u_long adr = (u_long)(bsh + offset) & SH4_PCIC_IO_MASK;
713 u_long adr = (u_long)(bsh + offset) & SH4_PCIC_IO_MASK;
722 u_long adr = (u_long)(bsh + offset) & SH4_PCIC_IO_MASK;
731 u_long adr = (u_long)(bsh + offset) & SH4_PCIC_IO_MASK;

Completed in 180 milliseconds