Searched refs:rap (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/amd/ |
| A D | a2065.c | 134 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() 374 ll->rap = LE_CSR0; in lance_tx() 453 ll->rap = LE_CSR0; in lance_interrupt() 466 ll->rap = LE_CSR0; in lance_open() 492 ll->rap = LE_CSR0; in lance_close() 506 ll->rap = LE_CSR0; in lance_reset() [all …]
|
| A D | declance.c | 313 writereg(&ll->rap, LE_CSR1); in load_csrs() 315 writereg(&ll->rap, LE_CSR2); in load_csrs() 317 writereg(&ll->rap, LE_CSR3); in load_csrs() 321 writereg(&ll->rap, LE_CSR0); in load_csrs() 532 writereg(&ll->rap, LE_CSR0); in init_restart_lance() 675 writereg(&ll->rap, LE_CSR0); in lance_tx() 741 writereg(&ll->rap, LE_CSR0); in lance_interrupt() 788 writereg(&ll->rap, LE_CSR0); in lance_open() 848 writereg(&ll->rap, LE_CSR0); in lance_close() 877 writereg(&ll->rap, LE_CSR0); in lance_reset() [all …]
|
| A D | a2065.h | 42 unsigned short rap; /* Register Address Port */ member
|
| /drivers/hid/ |
| A D | hid-logitech-hidpp.c | 130 struct rap { struct 141 struct rap rap; argument 318 response->rap.sub_id == HIDPP_ERROR) { in __do_hidpp_send_message_sync() 319 ret = response->rap.params[1]; in __do_hidpp_send_message_sync() 443 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync() 444 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync() 474 (report->rap.sub_id == 0x41)); in hidpp_report_is_connect_event() 620 memcpy(params, response.rap.params, 3); in hidpp10_set_register() 800 switch (report->rap.sub_id) { in hidpp10_battery_event() 807 capacity = report->rap.params[0]; in hidpp10_battery_event() [all …]
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_ct.c | 3667 struct lpfc_vmid_rapp_ident_list *rap; in lpfc_vmid_cmd() local 3725 rap = (struct lpfc_vmid_rapp_ident_list *) in lpfc_vmid_cmd() 3727 rap->no_of_objects = cpu_to_be32(1); in lpfc_vmid_cmd() 3728 rap->obj[0].entity_id_len = vmid->vmid_len; in lpfc_vmid_cmd() 3729 memcpy(rap->obj[0].entity_id, vmid->host_vmid, vmid->vmid_len); in lpfc_vmid_cmd() 3731 struct_size(rap, obj, be32_to_cpu(rap->no_of_objects)); in lpfc_vmid_cmd()
|
Completed in 33 milliseconds