Searched refs:LUBBOCK_OBIO_VBASE (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dlubbock_var.h75 #define hex_led(value) ioreg_write( LUBBOCK_OBIO_VBASE+LUBBOCK_HEXLED, (value) )
78 #define d_led(value) ioreg16_write( LUBBOCK_OBIO_VBASE+LUBBOCK_LEDCTL, (value) )
86 #define obio_read(offset) ioreg_read(LUBBOCK_OBIO_VBASE+(offset))
88 ioreg_write(LUBBOCK_OBIO_VBASE+(offset), (value))
91 #define obio16_read(offset) ioreg16_read(LUBBOCK_OBIO_VBASE+(offset))
93 ioreg16_write(LUBBOCK_OBIO_VBASE+(offset), (value))
95 #define obio8_read(offset) ioreg8_read(LUBBOCK_OBIO_VBASE+(offset))
97 ioreg8_write(LUBBOCK_OBIO_VBASE+(offset), (value))
H A Dlubbock_reg.h57 #define LUBBOCK_OBIO_VBASE 0xfd000000 macro
H A Dlubbock_machdep.c381 LUBBOCK_OBIO_VBASE,
588 ioreg_read(LUBBOCK_OBIO_VBASE+LUBBOCK_MISCRD);
941 uint16_t sw = ioreg16_read(LUBBOCK_OBIO_VBASE+LUBBOCK_USERSW);
1038 if (0 == (ioreg_read(LUBBOCK_OBIO_VBASE+LUBBOCK_USERSW) & (1<<15))) {
1118 ioreg_write(LUBBOCK_OBIO_VBASE+0x10, value);
1121 ioreg_write(LUBBOCK_OBIO_VBASE+0x40, led_control_value);

Completed in 91 milliseconds