Searched refs:rap (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/amd/ |
D | a2065.c | 138 ll->rap = LE_CSR1; in load_csrs() 140 ll->rap = LE_CSR2; in load_csrs() 142 ll->rap = LE_CSR3; in load_csrs() 146 ll->rap = LE_CSR0; in load_csrs() 227 ll->rap = LE_CSR0; in init_restart_lance() 361 ll->rap = LE_CSR0; in lance_tx() 378 ll->rap = LE_CSR0; in lance_tx() 421 ll->rap = LE_CSR0; /* LANCE Controller Status */ in lance_interrupt() 457 ll->rap = LE_CSR0; in lance_interrupt() 470 ll->rap = LE_CSR0; in lance_open() [all …]
|
D | declance.c | 288 volatile unsigned short rap; /* register address port */ member 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() 691 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() [all …]
|
D | a2065.h | 42 unsigned short rap; /* Register Address Port */ member
|
/Linux-v5.4/drivers/hid/ |
D | hid-logitech-hidpp.c | 119 struct rap { struct 130 struct rap rap; argument 289 response->rap.sub_id == HIDPP_ERROR) { in hidpp_send_message_sync() 290 ret = response->rap.params[1]; in hidpp_send_message_sync() 364 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync() 365 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync() 366 memcpy(&message->rap.params, params, param_count); in hidpp_send_rap_command_sync() 390 return ((answer->rap.sub_id == HIDPP_ERROR) || in hidpp_match_error() 399 (report->rap.sub_id == 0x41); in hidpp_report_is_connect_event() 524 memcpy(params, response.rap.params, 3); in hidpp10_set_register() [all …]
|
/Linux-v5.4/net/ipv6/ |
D | ipv6_sockglue.c | 60 struct ip6_ra_chain *ra, *new_ra, **rap; in ip6_ra_control() local 71 for (rap = &ip6_ra_chain; (ra = *rap) != NULL; rap = &ra->next) { in ip6_ra_control() 79 *rap = ra->next; in ip6_ra_control() 94 *rap = new_ra; in ip6_ra_control()
|
/Linux-v5.4/net/ipv4/ |
D | ip_sockglue.c | 339 struct ip_ra_chain __rcu **rap; in ip_ra_control() local 350 for (rap = &net->ipv4.ra_chain; in ip_ra_control() 351 (ra = rcu_dereference_protected(*rap, in ip_ra_control() 353 rap = &ra->next) { in ip_ra_control() 362 RCU_INIT_POINTER(*rap, ra->next); in ip_ra_control() 385 rcu_assign_pointer(*rap, new_ra); in ip_ra_control()
|
/Linux-v5.4/arch/x86/platform/uv/ |
D | tlb_uv.c | 374 struct reset_args *rap = (struct reset_args *)ptr; in do_reset() local 391 (msg->sending_cpu == rap->sender) && in do_reset()
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | fscache.txt | 300 rap=N Number of in-progress read_or_alloc_page() cache ops
|