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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsx.h28 struct sx_board *board;
33 struct sx_board { struct
H A Dsx.c81 static int sx_init_board(struct sx_board *board);
90 static struct sx_board boards[SX_NBOARDS];
276 static inline void write_sx_byte(struct sx_board *board, int offset, u8 byte)
281 static inline u8 read_sx_byte(struct sx_board *board, int offset)
286 static inline void write_sx_word(struct sx_board *board, int offset, u16 word)
291 static inline u16 read_sx_word(struct sx_board *board, int offset)
296 static int sx_busy_wait_eq(struct sx_board *board,
321 static int sx_busy_wait_neq(struct sx_board *board,
347 static int sx_reset(struct sx_board *board)
426 static int sx_start_board(struct sx_board *boar
[all...]
H A Dspecialix.c186 static struct specialix_board sx_board[SX_NBOARD] = { variable in typeref:struct:specialix_board
234 return bp - sx_board;
248 return &sx_board[SX_BOARD(port - sx_port)];
1444 if (board >= SX_NBOARD || !(sx_board[board].flags & SX_BOARD_PRESENT)) {
1449 bp = &sx_board[board];
2394 spin_lock_init(&sx_board[i].lock);
2402 if (sx_board[i].base && !sx_probe(&sx_board[i]))
2411 if (sx_board[i].flags & SX_BOARD_PRESENT) {
2423 sx_board[
[all...]

Completed in 103 milliseconds