Home
last modified time | relevance | path

Searched refs:__ALIGNED__ (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/tty/hvc/
Dhvsi.c69 #define __ALIGNED__ __attribute__((__aligned__(sizeof(long)))) macro
295 struct hvsi_query_response packet __ALIGNED__; in hvsi_version_respond() local
579 struct hvsi_query packet __ALIGNED__; in hvsi_query() local
622 struct hvsi_control packet __ALIGNED__; in hvsi_set_mctrl() local
648 uint8_t buf[HVSI_MAX_READ] __ALIGNED__; in hvsi_drain_input()
703 struct hvsi_data packet __ALIGNED__; in hvsi_put_chars() local
723 struct hvsi_control packet __ALIGNED__; in hvsi_close_protocol() local
1126 char c[HVSI_MAX_OUTGOING_DATA] __ALIGNED__; in hvsi_console_print()
Dhvc_console.c66 #define __ALIGNED__ __attribute__((__aligned__(sizeof(long)))) macro
146 char c[N_OUTBUF] __ALIGNED__; in hvc_console_print()
589 char buf[N_INBUF] __ALIGNED__; in hvc_poll()
Dhvcs.c173 #define __ALIGNED__ __attribute__((__aligned__(8))) macro
598 char buf[HVCS_BUFF_LEN] __ALIGNED__; in hvcs_io()