Searched refs:moduleid (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326.c | 233 static int bist_rd(adapter_t *adapter, int moduleid, int address) in bist_rd() argument 246 ((moduleid & 0xff) << 0)); in bist_rd() 260 static int bist_wr(adapter_t *adapter, int moduleid, int address, int value) in bist_wr() argument 276 ((moduleid & 0xff) << 0)); in bist_wr() 290 static int run_bist(adapter_t *adapter, int moduleid) in run_bist() argument 293 (void) bist_wr(adapter,moduleid, 0x00, 0x02); in run_bist() 294 (void) bist_wr(adapter,moduleid, 0x01, 0x01); in run_bist() 299 static int check_bist(adapter_t *adapter, int moduleid) in check_bist() argument 304 result = bist_rd(adapter,moduleid, 0x02); in check_bist() 305 column = ((bist_rd(adapter,moduleid, 0x0e)<<8) + in check_bist() [all …]
|
/linux/drivers/usb/serial/ |
H A D | ti_usb_3410_5052.c | 339 u16 moduleid, u16 value, void *data, int size); 341 u16 moduleid, u16 value, void *data, int size); 1469 u16 moduleid, u16 value, void *data, int size) in ti_command_out_sync() argument 1475 value, moduleid, data, size, 1000); in ti_command_out_sync() 1483 u16 moduleid, u16 value, void *data, int size) in ti_command_in_sync() argument 1489 value, moduleid, data, size, 1000); in ti_command_in_sync()
|