Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
H A Da2065.c134 ll->rap = LE_CSR1; in load_csrs()
136 ll->rap = LE_CSR2; in load_csrs()
138 ll->rap = LE_CSR3; in load_csrs()
142 ll->rap = LE_CSR0; in load_csrs()
223 ll->rap = LE_CSR0; in init_restart_lance()
357 ll->rap = LE_CSR0; in lance_tx()
374 ll->rap = LE_CSR0; in lance_tx()
417 ll->rap = LE_CSR0; /* LANCE Controller Status */ in lance_interrupt()
453 ll->rap = LE_CSR0; in lance_interrupt()
466 ll->rap = LE_CSR0; in lance_open()
[all …]
H A Da2065.h42 unsigned short rap; /* Register Address Port */ member
/linux/drivers/hid/
H A Dhid-logitech-hidpp.c131 struct rap { struct
142 struct rap rap; argument
321 response->rap.sub_id == HIDPP_ERROR) { in __do_hidpp_send_message_sync()
322 ret = response->rap.params[1]; in __do_hidpp_send_message_sync()
455 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync()
456 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync()
457 memcpy(&message->rap.params, params, param_count); in hidpp_send_rap_command_sync()
474 return ((answer->rap.sub_id == HIDPP_ERROR) || in hidpp_match_error()
486 (report->rap.sub_id == 0x41)); in hidpp_report_is_connect_event()
632 memcpy(params, response.rap.params, 3); in hidpp10_set_register()
[all …]