Searched refs:moduleid (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326.c | 246 ((moduleid & 0xff) << 0)); in bist_rd() 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() 306 (bist_rd(adapter,moduleid, 0x0d))); in check_bist() 309 result, moduleid, column); in check_bist() [all …]
|
/openbmc/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); 1471 u16 moduleid, u16 value, void *data, int size) in ti_command_out_sync() argument 1477 value, moduleid, data, size, 1000); in ti_command_out_sync() 1485 u16 moduleid, u16 value, void *data, int size) in ti_command_in_sync() argument 1491 value, moduleid, data, size, 1000); in ti_command_in_sync()
|