HomeSort by: relevance | last modified time | path
    Searched refs:LUBBOCK_OBIO_VBASE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbarm/lubbock/
lubbock_var.h 75 #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))
lubbock_reg.h 57 #define LUBBOCK_OBIO_VBASE 0xfd000000
lubbock_machdep.c 352 LUBBOCK_OBIO_VBASE,
546 ioreg_read(LUBBOCK_OBIO_VBASE+LUBBOCK_MISCRD);
899 uint16_t sw = ioreg16_read(LUBBOCK_OBIO_VBASE+LUBBOCK_USERSW);
996 if (0 == (ioreg_read(LUBBOCK_OBIO_VBASE+LUBBOCK_USERSW) & (1<<15))) {
1076 ioreg_write(LUBBOCK_OBIO_VBASE+0x10, value);
1079 ioreg_write(LUBBOCK_OBIO_VBASE+0x40, led_control_value);

Completed in 13 milliseconds