| /linux/drivers/s390/char/ |
| H A D | raw3270.c | 101 static void __raw3270_disconnect(struct raw3270 *rp); 117 static inline int raw3270_state_ready(struct raw3270 *rp) in raw3270_state_ready() argument 119 return rp->state == RAW3270_STATE_READY; in raw3270_state_ready() 122 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y) in raw3270_buffer_address() argument 127 x = max_t(int, 0, rp->view->cols + x); in raw3270_buffer_address() 129 y = max_t(int, 0, rp->view->rows + y); in raw3270_buffer_address() 130 addr = (y * rp->view->cols) + x; in raw3270_buffer_address() 131 if (test_bit(RAW3270_FLAGS_14BITADDR, &rp->flags)) { in raw3270_buffer_address() 250 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument 255 if (list_empty(&rp->req_queue) && in __raw3270_start() [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | parent_repair.c | 189 struct xrep_parent *rp) in xrep_parent_teardown() argument 191 xrep_findparent_scan_teardown(&rp->pscan); in xrep_parent_teardown() 192 kvfree(rp->xattr_name); in xrep_parent_teardown() 193 rp->xattr_name = NULL; in xrep_parent_teardown() 194 kvfree(rp->xattr_value); in xrep_parent_teardown() 195 rp->xattr_value = NULL; in xrep_parent_teardown() 196 if (rp->xattr_blobs) in xrep_parent_teardown() 197 xfblob_destroy(rp->xattr_blobs); in xrep_parent_teardown() 198 rp->xattr_blobs = NULL; in xrep_parent_teardown() 199 if (rp->xattr_records) in xrep_parent_teardown() [all …]
|
| /linux/drivers/usb/mon/ |
| H A D | mon_bin.c | 205 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, in MON_OFF2HDR() argument 209 (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE); in MON_OFF2HDR() 212 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0) argument 225 static void mon_buff_area_fill(const struct mon_reader_bin *rp, 227 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp); 300 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc() argument 306 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc() 308 offset = rp->b_in; in mon_buff_area_alloc() 309 rp->b_cnt += size; in mon_buff_area_alloc() 310 if ((rp->b_in += size) >= rp->b_size) in mon_buff_area_alloc() [all …]
|
| H A D | mon_text.c | 106 mon_text_read_wait(struct mon_reader_text *rp, struct file *file); 107 static void mon_text_read_head_t(struct mon_reader_text *rp, 109 static void mon_text_read_head_u(struct mon_reader_text *rp, 111 static void mon_text_read_statset(struct mon_reader_text *rp, 113 static void mon_text_read_intstat(struct mon_reader_text *rp, 115 static void mon_text_read_isostat(struct mon_reader_text *rp, 117 static void mon_text_read_isodesc(struct mon_reader_text *rp, 119 static void mon_text_read_data(struct mon_reader_text *rp, 193 static void mon_text_event(struct mon_reader_text *rp, struct urb *urb, in mon_text_event() argument 204 if (rp->nevents >= EVENT_MAX || in mon_text_event() [all …]
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 521 static void rhine_wait_bit(struct rhine_private *rp, u8 reg, u8 mask, bool low) in rhine_wait_bit() argument 523 void __iomem *ioaddr = rp->base; in rhine_wait_bit() 534 netif_dbg(rp, hw, rp->dev, "%s bit wait (%02x/%02x) cycle " in rhine_wait_bit() 539 static void rhine_wait_bit_high(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_high() argument 541 rhine_wait_bit(rp, reg, mask, false); in rhine_wait_bit_high() 544 static void rhine_wait_bit_low(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_low() argument 546 rhine_wait_bit(rp, reg, mask, true); in rhine_wait_bit_low() 549 static u32 rhine_get_events(struct rhine_private *rp) in rhine_get_events() argument 551 void __iomem *ioaddr = rp->base; in rhine_get_events() 556 if (rp->quirks & rqStatusWBRace) in rhine_get_events() [all …]
|
| /linux/drivers/tee/optee/ |
| H A D | protmem.c | 35 static int init_dyn_protmem(struct optee_protmem_dyn_pool *rp) in init_dyn_protmem() argument 39 rp->protmem = tee_shm_alloc_dma_mem(rp->optee->ctx, rp->page_count); in init_dyn_protmem() 40 if (IS_ERR(rp->protmem)) { in init_dyn_protmem() 41 rc = PTR_ERR(rp->protmem); in init_dyn_protmem() 53 rc = rp->optee->ops->lend_protmem(rp->optee, rp->protmem, in init_dyn_protmem() 54 rp->mem_attrs, in init_dyn_protmem() 55 rp->mem_attr_count, rp->use_case); in init_dyn_protmem() 58 rp->protmem->flags |= TEE_SHM_DYNAMIC; in init_dyn_protmem() 60 rp->gen_pool = gen_pool_create(PAGE_SHIFT, -1); in init_dyn_protmem() 61 if (!rp->gen_pool) { in init_dyn_protmem() [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfscache.c | 91 struct nfsd_cacherep *rp; in nfsd_cacherep_alloc() local 93 rp = kmem_cache_alloc(drc_slab, GFP_KERNEL); in nfsd_cacherep_alloc() 94 if (rp) { in nfsd_cacherep_alloc() 95 rp->c_state = RC_UNUSED; in nfsd_cacherep_alloc() 96 rp->c_type = RC_NOCACHE; in nfsd_cacherep_alloc() 97 RB_CLEAR_NODE(&rp->c_node); in nfsd_cacherep_alloc() 98 INIT_LIST_HEAD(&rp->c_lru); in nfsd_cacherep_alloc() 100 memset(&rp->c_key, 0, sizeof(rp->c_key)); in nfsd_cacherep_alloc() 101 rp->c_key.k_xid = rqstp->rq_xid; in nfsd_cacherep_alloc() 102 rp->c_key.k_proc = rqstp->rq_proc; in nfsd_cacherep_alloc() [all …]
|
| /linux/arch/arm/include/debug/ |
| H A D | brcmstb.S | 37 #define checkuart(rp, rv, family_id, family) \ argument 39 ldr rp, =family_id ; \ 41 cmp rp, rv ; \ 43 ldreq rp, =UARTA_##family ; \ 47 .macro addruart, rp, rv, tmp 48 adr \rp, 99f @ actual addr of 99f 49 ldr \rv, [\rp] @ linked addr is stored there 50 sub \rv, \rv, \rp @ offset between the two 51 ldr \rp, [\rp, #4] @ linked brcmstb_uart_config 52 sub \tmp, \rp, \rv @ actual brcmstb_uart_config [all …]
|
| H A D | tegra.S | 45 #define checkuart(rp, rv, lhu, bit, uart) \ argument 47 ldr rp, =TEGRA_CLK_RST_DEVICES_##lhu ; \ 49 ldr rp, [rp, #0] ; \ 51 tst rp, #(1 << bit) ; \ 55 ldr rp, =TEGRA_CLK_OUT_ENB_##lhu ; \ 57 ldr rp, [rp, #0] ; \ 59 tst rp, #(1 << bit) ; \ 63 ldr rp, =TEGRA_UART##uart##_BASE ; \ 67 .macro addruart, rp, rv, tmp 68 adr \rp, 99f @ actual addr of 99f [all …]
|
| H A D | sa1100.S | 17 .macro addruart, rp, rv, tmp 18 mrc p15, 0, \rp, c1, c0 19 tst \rp, #1 @ MMU enabled? 20 moveq \rp, #0x80000000 @ physical base address 21 movne \rp, #0xf8000000 @ virtual address 28 add \rp, \rp, #0x00050000 29 ldr \rv, [\rp, #UTCR3] 33 addeq \rp, \rp, #(0x00010000 - 0x00050000) 34 ldreq \rv, [\rp, #UTCR3] 38 addeq \rp, \rp, #(0x00030000 - 0x00010000) [all …]
|
| H A D | omap2plus.S | 27 .macro addruart, rp, rv, tmp 30 10: adr \rp, 99f @ get effective addr of 99f 31 ldr \rv, [\rp] @ get absolute addr of 99f 32 sub \rv, \rv, \rp @ offset between the two 33 ldr \rp, [\rp, #4] @ abs addr of omap_uart_phys 34 sub \tmp, \rp, \rv @ make it effective 35 ldr \rp, [\tmp, #0] @ omap_uart_phys 37 cmp \rp, #0 @ is port configured? 43 ldr \rp, =ZOOM_UART_BASE 44 str \rp, [\tmp, #0] @ omap_uart_phys [all …]
|
| H A D | vexpress.S | 22 .macro addruart,rp,rv,tmp 30 mrc p15, 0, \rp, c0, c0, 0 33 cmp \rp, \rv 36 moveq \rp, #DEBUG_LL_UART_OFFSET 37 orreq \rv, \rp, #DEBUG_LL_VIRT_BASE 38 orreq \rp, \rp, #DEBUG_LL_PHYS_BASE 41 movne \rp, #DEBUG_LL_UART_OFFSET_RS1 42 orrne \rv, \rp, #DEBUG_LL_VIRT_BASE 43 orrne \rp, \rp, #DEBUG_LL_PHYS_BASE_RS1
|
| /linux/drivers/powercap/ |
| H A D | intel_rapl_common.c | 135 if (rd->rp->priv->type == RAPL_IF_TPMI) { in get_pl_lock_prim() 152 if (rd->rp->priv->limits[rd->id] & BIT(POWER_LIMIT2)) in get_pl_lock_prim() 163 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim() 177 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim() 220 static struct rapl_defaults *get_defaults(struct rapl_package *rp) in get_defaults() argument 222 return rp->priv->defaults; in get_defaults() 253 static void rapl_init_domains(struct rapl_package *rp); 269 static void package_power_limit_irq_save(struct rapl_package *rp); 315 struct rapl_package *rp = rd->rp; in release_zone() local 322 rp->domains = NULL; in release_zone() [all …]
|
| H A D | intel_rapl_msr.c | 77 struct rapl_package *rp; in rapl_cpu_online() local 79 rp = rapl_find_package_domain_cpuslocked(cpu, rapl_msr_priv, true); in rapl_cpu_online() 80 if (!rp) { in rapl_cpu_online() 81 rp = rapl_add_package_cpuslocked(cpu, rapl_msr_priv, true); in rapl_cpu_online() 82 if (IS_ERR(rp)) in rapl_cpu_online() 83 return PTR_ERR(rp); in rapl_cpu_online() 85 rapl_package_add_pmu_locked(rp); in rapl_cpu_online() 87 cpumask_set_cpu(cpu, &rp->cpumask); in rapl_cpu_online() 93 struct rapl_package *rp; in rapl_cpu_down_prep() local 96 rp = rapl_find_package_domain_cpuslocked(cpu, rapl_msr_priv, true); in rapl_cpu_down_prep() [all …]
|
| /linux/lib/crypto/mpi/ |
| H A D | mpi-pow.c | 32 mpi_ptr_t rp, ep, mp, bp; in mpi_powm() local 48 rp = res->d; in mpi_powm() 61 rp = res->d; in mpi_powm() 62 rp[0] = 1; in mpi_powm() 110 if (rp == ep || rp == mp || rp == bp) { in mpi_powm() 111 rp = mpi_alloc_limb_space(size); in mpi_powm() 112 if (!rp) in mpi_powm() 118 rp = res->d; in mpi_powm() 121 if (rp == bp) { in mpi_powm() 127 MPN_COPY(bp, rp, bsize); in mpi_powm() [all …]
|
| H A D | mpi-div.c | 64 mpi_ptr_t qp, rp; in mpi_tdiv_qr() local 111 rp = rem->d; in mpi_tdiv_qr() 124 rp[0] = rlimb; in mpi_tdiv_qr() 144 qp = rp + dsize; in mpi_tdiv_qr() 170 nlimb = mpihelp_lshift(rp, np, nsize, normalization_steps); in mpi_tdiv_qr() 172 rp[nsize] = nlimb; in mpi_tdiv_qr() 180 if (dp == rp || (quot && (dp == qp))) { in mpi_tdiv_qr() 191 if (rp != np) in mpi_tdiv_qr() 192 MPN_COPY(rp, np, nsize); in mpi_tdiv_qr() 197 q_limb = mpihelp_divrem(qp, 0, rp, rsize, dp, dsize); in mpi_tdiv_qr() [all …]
|
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 86 struct hci_ev_status *rp = data; in hci_cc_inquiry_cancel() local 88 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_inquiry_cancel() 97 if (rp->status == HCI_ERROR_COMMAND_DISALLOWED && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel() 99 rp->status = 0x00; in hci_cc_inquiry_cancel() 102 if (rp->status) in hci_cc_inquiry_cancel() 103 return rp->status; in hci_cc_inquiry_cancel() 118 return rp->status; in hci_cc_inquiry_cancel() 124 struct hci_ev_status *rp = data; in hci_cc_periodic_inq() local 126 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_periodic_inq() 128 if (rp in hci_cc_periodic_inq() 139 struct hci_ev_status *rp = data; hci_cc_exit_periodic_inq() local 154 struct hci_rp_remote_name_req_cancel *rp = data; hci_cc_remote_name_req_cancel() local 164 struct hci_rp_role_discovery *rp = data; hci_cc_role_discovery() local 186 struct hci_rp_read_link_policy *rp = data; hci_cc_read_link_policy() local 208 struct hci_rp_write_link_policy *rp = data; hci_cc_write_link_policy() local 235 struct hci_rp_read_def_link_policy *rp = data; hci_cc_read_def_link_policy() local 250 struct hci_ev_status *rp = data; hci_cc_write_def_link_policy() local 269 struct hci_ev_status *rp = data; hci_cc_reset() local 305 struct hci_rp_read_stored_link_key *rp = data; hci_cc_read_stored_link_key() local 325 struct hci_rp_delete_stored_link_key *rp = data; hci_cc_delete_stored_link_key() local 346 struct hci_ev_status *rp = data; hci_cc_write_local_name() local 370 struct hci_rp_read_local_name *rp = data; hci_cc_read_local_name() local 387 struct hci_ev_status *rp = data; hci_cc_write_auth_enable() local 418 struct hci_ev_status *rp = data; hci_cc_write_encrypt_mode() local 444 struct hci_ev_status *rp = data; hci_cc_write_scan_enable() local 482 struct hci_ev_status *rp = data; hci_cc_set_event_filter() local 508 struct hci_rp_read_class_of_dev *rp = data; hci_cc_read_class_of_dev() local 529 struct hci_ev_status *rp = data; hci_cc_write_class_of_dev() local 554 struct hci_rp_read_voice_setting *rp = data; hci_cc_read_voice_setting() local 580 struct hci_ev_status *rp = data; hci_cc_write_voice_setting() local 611 struct hci_rp_read_num_supported_iac *rp = data; hci_cc_read_num_supported_iac() local 628 struct hci_ev_status *rp = data; hci_cc_write_ssp_mode() local 661 struct hci_ev_status *rp = data; hci_cc_write_sc_support() local 694 struct hci_rp_read_local_version *rp = data; hci_cc_read_local_version() local 716 struct hci_rp_read_enc_key_size *rp = data; hci_cc_read_enc_key_size() local 782 struct hci_rp_read_local_commands *rp = data; hci_cc_read_local_commands() local 799 struct hci_rp_read_auth_payload_to *rp = data; hci_cc_read_auth_payload_timeout() local 821 struct hci_rp_write_auth_payload_to *rp = data; hci_cc_write_auth_payload_timeout() local 851 struct hci_rp_read_local_features *rp = data; hci_cc_read_local_features() local 903 struct hci_rp_read_local_ext_features *rp = data; hci_cc_read_local_ext_features() local 927 struct hci_rp_read_buffer_size *rp = data; hci_cc_read_buffer_size() local 962 struct hci_rp_read_bd_addr *rp = data; hci_cc_read_bd_addr() local 981 struct hci_rp_read_local_pairing_opts *rp = data; hci_cc_read_local_pairing_opts() local 1000 struct hci_rp_read_page_scan_activity *rp = data; hci_cc_read_page_scan_activity() local 1018 struct hci_ev_status *rp = data; hci_cc_write_page_scan_activity() local 1039 struct hci_rp_read_page_scan_type *rp = data; hci_cc_read_page_scan_type() local 1055 struct hci_ev_status *rp = data; hci_cc_write_page_scan_type() local 1073 struct hci_rp_read_clock *rp = data; hci_cc_read_clock() local 1107 struct hci_rp_read_inq_rsp_tx_power *rp = data; hci_cc_read_inq_rsp_tx_power() local 1122 struct hci_rp_read_def_err_data_reporting *rp = data; hci_cc_read_def_err_data_reporting() local 1137 struct hci_ev_status *rp = data; hci_cc_write_def_err_data_reporting() local 1157 struct hci_rp_pin_code_reply *rp = data; hci_cc_pin_code_reply() local 1187 struct hci_rp_pin_code_neg_reply *rp = data; hci_cc_pin_code_neg_reply() local 1205 struct hci_rp_le_read_buffer_size *rp = data; hci_cc_le_read_buffer_size() local 1228 struct hci_rp_le_read_local_features *rp = data; hci_cc_le_read_local_features() local 1243 struct hci_rp_le_read_adv_tx_power *rp = data; hci_cc_le_read_adv_tx_power() local 1258 struct hci_rp_user_confirm_reply *rp = data; hci_cc_user_confirm_reply() local 1276 struct hci_rp_user_confirm_reply *rp = data; hci_cc_user_confirm_neg_reply() local 1294 struct hci_rp_user_confirm_reply *rp = data; hci_cc_user_passkey_reply() local 1312 struct hci_rp_user_confirm_reply *rp = data; hci_cc_user_passkey_neg_reply() local 1330 struct hci_rp_read_local_oob_data *rp = data; hci_cc_read_local_oob_data() local 1340 struct hci_rp_read_local_oob_ext_data *rp = data; hci_cc_read_local_oob_ext_data() local 1350 struct hci_ev_status *rp = data; hci_cc_le_set_random_addr() local 1380 struct hci_ev_status *rp = data; hci_cc_le_set_default_phy() local 1405 struct hci_ev_status *rp = data; hci_cc_le_set_adv_set_random_addr() local 1443 struct hci_ev_status *rp = data; hci_cc_le_remove_adv_set() local 1471 struct hci_ev_status *rp = data; hci_cc_le_clear_adv_sets() local 1502 struct hci_rp_le_read_transmit_power *rp = data; hci_cc_le_read_transmit_power() local 1518 struct hci_ev_status *rp = data; hci_cc_le_set_privacy_mode() local 1545 struct hci_ev_status *rp = data; hci_cc_le_set_adv_enable() local 1587 struct hci_ev_status *rp = data; hci_cc_le_set_ext_adv_enable() local 1654 struct hci_ev_status *rp = data; hci_cc_le_set_scan_param() local 1678 struct hci_ev_status *rp = data; hci_cc_le_set_ext_scan_param() local 1793 struct hci_ev_status *rp = data; hci_cc_le_set_scan_enable() local 1813 struct hci_ev_status *rp = data; hci_cc_le_set_ext_scan_enable() local 1832 struct hci_rp_le_read_num_supported_adv_sets *rp = data; hci_cc_le_read_num_adv_sets() local 1848 struct hci_rp_le_read_accept_list_size *rp = data; hci_cc_le_read_accept_list_size() local 1863 struct hci_ev_status *rp = data; hci_cc_le_clear_accept_list() local 1881 struct hci_ev_status *rp = data; hci_cc_le_add_to_accept_list() local 1904 struct hci_ev_status *rp = data; hci_cc_le_del_from_accept_list() local 1926 struct hci_rp_le_read_supported_states *rp = data; hci_cc_le_read_supported_states() local 1941 struct hci_rp_le_read_def_data_len *rp = data; hci_cc_le_read_def_data_len() local 1958 struct hci_ev_status *rp = data; hci_cc_le_write_def_data_len() local 1979 struct hci_ev_status *rp = data; hci_cc_le_add_to_resolv_list() local 2003 struct hci_ev_status *rp = data; hci_cc_le_del_from_resolv_list() local 2025 struct hci_ev_status *rp = data; hci_cc_le_clear_resolv_list() local 2042 struct hci_rp_le_read_resolv_list_size *rp = data; hci_cc_le_read_resolv_list_size() local 2057 struct hci_ev_status *rp = data; hci_cc_le_set_addr_resolution_enable() local 2084 struct hci_rp_le_read_max_data_len *rp = data; hci_cc_le_read_max_data_len() local 2103 struct hci_ev_status *rp = data; hci_cc_write_le_host_supported() local 2139 struct hci_ev_status *rp = data; hci_cc_set_adv_param() local 2160 struct hci_rp_read_rssi *rp = data; hci_cc_read_rssi() local 2183 struct hci_rp_read_tx_power *rp = data; hci_cc_read_tx_power() local 2218 struct hci_ev_status *rp = data; hci_cc_write_ssp_debug_mode() local 3758 struct hci_rp_le_read_buffer_size_v2 *rp = data; hci_cc_le_read_buffer_size_v2() local 3801 struct hci_rp_le_set_cig_params *rp = data; hci_cc_le_set_cig_params() local 3866 struct hci_rp_le_setup_iso_path *rp = data; hci_cc_le_setup_iso_path() local 3917 struct hci_rp_le_read_all_local_features *rp = data; hci_cc_le_read_all_local_features() local 3960 struct hci_ev_status *rp = data; hci_cc_set_per_adv_param() local 3979 struct hci_ev_status *rp = data; hci_cc_le_set_per_adv_enable() local [all...] |
| H A D | hci_codec.c | 11 struct hci_rp_read_local_codec_caps *rp, in hci_codec_list_add() argument 29 if (rp) { in hci_codec_list_add() 30 entry->num_caps = rp->num_caps; in hci_codec_list_add() 56 struct hci_rp_read_local_codec_caps *rp; in hci_read_codec_capabilities() local 83 if (skb->len < sizeof(*rp)) in hci_read_codec_capabilities() 86 rp = (void *)skb->data; in hci_read_codec_capabilities() 88 if (rp->status) in hci_read_codec_capabilities() 91 if (!rp->num_caps) { in hci_read_codec_capabilities() 97 skb_pull(skb, sizeof(*rp)); in hci_read_codec_capabilities() 99 for (j = 0, len = 0; j < rp->num_caps; j++) { in hci_read_codec_capabilities() [all …]
|
| H A D | mgmt.c | 360 struct mgmt_rp_read_version *rp = ver; in mgmt_fill_version_info() local 362 rp->version = MGMT_VERSION; in mgmt_fill_version_info() 363 rp->revision = cpu_to_le16(MGMT_REVISION); in mgmt_fill_version_info() 369 struct mgmt_rp_read_version rp; in read_version() local 373 mgmt_fill_version_info(&rp); in read_version() 376 &rp, sizeof(rp)); in read_version() 382 struct mgmt_rp_read_commands *rp; in read_commands() local 397 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands() 399 rp = kmalloc(rp_size, GFP_KERNEL); in read_commands() 400 if (!rp) in read_commands() [all …]
|
| /linux/drivers/pci/controller/mobiveil/ |
| H A D | pcie-mobiveil-host.c | 52 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_map_bus() local 74 return rp->config_axi_slave_base + where; in mobiveil_pcie_map_bus() 88 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_isr() local 89 struct mobiveil_msi *msi = &rp->msi; in mobiveil_pcie_isr() 116 ret = generic_handle_domain_irq(rp->intx_domain, in mobiveil_pcie_isr() 171 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_parse_dt() local 177 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt() 178 if (IS_ERR(rp->config_axi_slave_base)) in mobiveil_pcie_parse_dt() 179 return PTR_ERR(rp->config_axi_slave_base); in mobiveil_pcie_parse_dt() 180 rp->ob_io_res = res; in mobiveil_pcie_parse_dt() [all …]
|
| /linux/drivers/pwm/ |
| H A D | pwm-rcar.c | 51 static void rcar_pwm_write(struct rcar_pwm_chip *rp, u32 data, in rcar_pwm_write() argument 54 writel(data, rp->base + offset); in rcar_pwm_write() 57 static u32 rcar_pwm_read(struct rcar_pwm_chip *rp, unsigned int offset) in rcar_pwm_read() argument 59 return readl(rp->base + offset); in rcar_pwm_read() 62 static void rcar_pwm_update(struct rcar_pwm_chip *rp, u32 mask, u32 data, in rcar_pwm_update() argument 67 value = rcar_pwm_read(rp, offset); in rcar_pwm_update() 70 rcar_pwm_write(rp, value, offset); in rcar_pwm_update() 73 static int rcar_pwm_get_clock_division(struct rcar_pwm_chip *rp, int period_ns) in rcar_pwm_get_clock_division() argument 75 unsigned long clk_rate = clk_get_rate(rp->clk); in rcar_pwm_get_clock_division() 89 static void rcar_pwm_set_clock_control(struct rcar_pwm_chip *rp, in rcar_pwm_set_clock_control() argument [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | hpmc.S | 153 ldil L%PA(os_hpmc_2), rp 155 ldo R%PA(os_hpmc_2)(rp), rp 168 ldil L%PA(os_hpmc_3),rp 170 ldo R%PA(os_hpmc_3)(rp),rp 198 ldil L%PA(os_hpmc_4),rp 200 ldo R%PA(os_hpmc_4)(rp),rp 220 ldil L%PA(os_hpmc_5),rp 222 ldo R%PA(os_hpmc_5)(rp),rp 268 ldil L%PA(os_hpmc_6),rp 270 ldo R%PA(os_hpmc_6)(rp),rp
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc_partition.c | 135 struct xpc_rsvd_page *rp; in xpc_setup_rsvd_page() local 148 rp = (struct xpc_rsvd_page *)__va(xp_socket_pa(rp_pa)); in xpc_setup_rsvd_page() 150 if (rp->SAL_version < 3) { in xpc_setup_rsvd_page() 152 rp->SAL_partid &= 0xff; in xpc_setup_rsvd_page() 154 BUG_ON(rp->SAL_partid != xp_partition_id); in xpc_setup_rsvd_page() 156 if (rp->SAL_partid < 0 || rp->SAL_partid >= xp_max_npartitions) { in xpc_setup_rsvd_page() 158 "supported range (< 0 || >= %d)\n", rp->SAL_partid, in xpc_setup_rsvd_page() 163 rp->version = XPC_RP_VERSION; in xpc_setup_rsvd_page() 164 rp->max_npartitions = xp_max_npartitions; in xpc_setup_rsvd_page() 167 if (rp->SAL_version == 1) { in xpc_setup_rsvd_page() [all …]
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 3289 static unsigned int niu_hash_rxaddr(struct rx_ring_info *rp, u64 a) in niu_hash_rxaddr() argument 3297 static struct page *niu_find_rxpage(struct rx_ring_info *rp, u64 addr, in niu_find_rxpage() argument 3300 unsigned int h = niu_hash_rxaddr(rp, addr); in niu_find_rxpage() 3304 pp = &rp->rxhash[h]; in niu_find_rxpage() 3317 static void niu_hash_page(struct rx_ring_info *rp, struct page *page, u64 base) in niu_hash_page() argument 3319 unsigned int h = niu_hash_rxaddr(rp, base); in niu_hash_page() 3322 niu_next_page(page) = rp->rxhash[h]; in niu_hash_page() 3323 rp->rxhash[h] = page; in niu_hash_page() 3326 static int niu_rbr_add_page(struct niu *np, struct rx_ring_info *rp, in niu_rbr_add_page() argument 3344 niu_hash_page(rp, page, addr); in niu_rbr_add_page() [all …]
|
| /linux/include/linux/ |
| H A D | intel_rapl.h | 121 struct rapl_package *rp; member 209 void rapl_remove_package_cpuslocked(struct rapl_package *rp); 213 void rapl_remove_package(struct rapl_package *rp); 216 int rapl_package_add_pmu(struct rapl_package *rp); 217 int rapl_package_add_pmu_locked(struct rapl_package *rp); 218 void rapl_package_remove_pmu(struct rapl_package *rp); 219 void rapl_package_remove_pmu_locked(struct rapl_package *rp); 221 static inline int rapl_package_add_pmu(struct rapl_package *rp) { return 0; } in rapl_package_add_pmu() argument 222 static inline int rapl_package_add_pmu_locked(struct rapl_package *rp) { return 0; } in rapl_package_add_pmu_locked() argument 223 static inline void rapl_package_remove_pmu(struct rapl_package *rp) { } in rapl_package_remove_pmu() argument [all …]
|