Home
last modified time | relevance | path

Searched refs:ob (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/tee/qcomtee/
H A Dcore.c401 int i, ib, ob, io, oo; in qcomtee_prepare_msg() local
433 ob = ib; in qcomtee_prepare_msg()
436 msg->args[ob].b.offset = offset; in qcomtee_prepare_msg()
437 msg->args[ob].b.size = u[i].b.size; in qcomtee_prepare_msg()
440 ob++; in qcomtee_prepare_msg()
443 io = ob; in qcomtee_prepare_msg()
447 for (io--; io >= ob; io--) in qcomtee_prepare_msg()
461 qcomtee_msg_init(msg, object_id, op, ib, ob, io, oo); in qcomtee_prepare_msg()
484 int i, ib, ob, io, oo; in qcomtee_update_args() local
494 ob = ib; in qcomtee_update_args()
[all …]
H A Dcall.c324 int io = 0, oo = 0, ib = 0, ob = 0; in qcomtee_params_check() local
338 ob++; in qcomtee_params_check()
353 ib > QCOMTEE_ARGS_PER_TYPE || ob > QCOMTEE_ARGS_PER_TYPE) in qcomtee_params_check()
/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c764 u8 ob[5], db1[5], db2[5]; in ath9k_hw_4k_set_board_values() local
827 ob[0] = pModal->ob_0; in ath9k_hw_4k_set_board_values()
828 ob[1] = pModal->ob_1; in ath9k_hw_4k_set_board_values()
829 ob[2] = pModal->ob_2; in ath9k_hw_4k_set_board_values()
830 ob[3] = pModal->ob_3; in ath9k_hw_4k_set_board_values()
831 ob[4] = pModal->ob_4; in ath9k_hw_4k_set_board_values()
845 ob[0] = pModal->ob_0; in ath9k_hw_4k_set_board_values()
846 ob[1] = ob[2] = ob[3] = ob[4] = pModal->ob_1; in ath9k_hw_4k_set_board_values()
855 ob[i] = pModal->ob_0; in ath9k_hw_4k_set_board_values()
867 ob[0]); in ath9k_hw_4k_set_board_values()
[all …]
H A Deeprom_def.c173 PR_EEP("Chain0 OutputBias", modal_hdr->ob); in ath9k_def_dump_modal_eeprom()
361 return pModal[0].ob; in ath9k_hw_def_get_eeprom()
365 return pModal[1].ob; in ath9k_hw_def_get_eeprom()
513 pModal->ob); in ath9k_hw_def_set_board_values()
530 pModal->ob); in ath9k_hw_def_set_board_values()
H A Deeprom.h358 u8 ob; member
/linux/drivers/pinctrl/meson/
H A Dpinctrl-meson.h146 #define BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, \ argument
158 [MESON_REG_OUT] = { or, ob }, \
164 #define BANK(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
165 BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, 0, 0)
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c203 unsigned int ob = 0; /* offset in buf */ in sun4i_ss_cipher_poll() local
288 if (todo && !ob) { in sun4i_ss_cipher_poll()
301 todo = min(rx_cnt * 4 - ob, ileft); in sun4i_ss_cipher_poll()
303 memcpy(ss->buf + ob, mi.addr + oi, todo); in sun4i_ss_cipher_poll()
306 ob += todo; in sun4i_ss_cipher_poll()
307 if (!(ob % 4)) { in sun4i_ss_cipher_poll()
309 ob / 4); in sun4i_ss_cipher_poll()
310 ob = 0; in sun4i_ss_cipher_poll()
/linux/drivers/media/dvb-frontends/
H A Dbcm3510.c207 u8 ob[MAX_XFER_SIZE], ib[MAX_XFER_SIZE]; in bcm3510_do_hab_cmd() local
215 if (olen + 2 > sizeof(ob)) { in bcm3510_do_hab_cmd()
220 ob[0] = cmd; in bcm3510_do_hab_cmd()
221 ob[1] = msgid; in bcm3510_do_hab_cmd()
222 memcpy(&ob[2],obuf,olen); in bcm3510_do_hab_cmd()
225 dbufout(ob,olen+2,deb_hab); in bcm3510_do_hab_cmd()
231 if ((ret = bcm3510_hab_send_request(st, ob, olen+2)) < 0 || in bcm3510_do_hab_cmd()
/linux/drivers/firmware/tegra/
H A Dbpmp.c237 tegra_bpmp_mb_write_field(&channel->ob, code, mrq); in __tegra_bpmp_channel_write()
238 tegra_bpmp_mb_write_field(&channel->ob, flags, flags); in __tegra_bpmp_channel_write()
241 tegra_bpmp_mb_write(&channel->ob, data, size); in __tegra_bpmp_channel_write()
431 tegra_bpmp_mb_write_field(&channel->ob, code, code); in tegra_bpmp_mrq_return()
434 tegra_bpmp_mb_write(&channel->ob, data, size); in tegra_bpmp_mrq_return()
662 unsigned long flags = tegra_bpmp_mb_read_field(&channel->ob, flags); in tegra_bpmp_channel_signal()
H A Dbpmp-tegra186.c63 err = tegra_ivc_write_get_next_frame(channel->ivc, &channel->ob); in tegra186_bpmp_is_channel_free()
65 iosys_map_clear(&channel->ob); in tegra186_bpmp_is_channel_free()
H A Dbpmp-tegra210.c153 iosys_map_set_vaddr_iomem(&channel->ob, p); in tegra210_bpmp_channel_init()
/linux/drivers/pci/controller/
H A Dpcie-iproc.h102 struct iproc_pcie_ob ob; member
/linux/drivers/net/wireless/ath/carl9170/
H A Deeprom.h66 u8 ob; member
/linux/include/soc/tegra/
H A Dbpmp.h55 struct iosys_map ob; member
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-nanopi-r5s.dts127 num-ob-windows = <8>;
H A Drk3562.dtsi351 num-ob-windows = <2>;
H A Drk3576.dtsi701 num-ob-windows = <2>;
756 num-ob-windows = <2>;
/linux/Documentation/devicetree/bindings/pci/
H A Dti-pci.txt53 - num-ob-windows : number of outbound address translation windows
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c2834 u64 ib = 0, ob = 0, ir = 0, or = 0; in qla2x00_get_fc_host_stats() local
2879 ob += qpair->counters.output_bytes; in qla2x00_get_fc_host_stats()
2884 ob += ha->base_qpair->counters.output_bytes; in qla2x00_get_fc_host_stats()
2889 ob += vha->qla_stats.output_bytes; in qla2x00_get_fc_host_stats()
2912 p->tx_words = ob >> 2; in qla2x00_get_fc_host_stats()
2920 p->fcp_output_megabytes = ob >> 20; in qla2x00_get_fc_host_stats()
/linux/arch/arm/boot/dts/axis/
H A Dartpec6.dtsi197 num-ob-windows = <2>;
/linux/drivers/md/
H A Ddm-cache-metadata.c898 dm_oblock_t ob; in block_clean_combined_dirty() local
905 unpack_value(value, &ob, &flags); in block_clean_combined_dirty()
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a.dtsi685 num-ob-windows = <8>;
724 num-ob-windows = <8>;
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-pro5.dtsi638 num-ob-windows = <16>;
/linux/drivers/iommu/intel/
H A Diommu.c4177 int ecmd_submit_sync(struct intel_iommu *iommu, u8 ecmd, u64 oa, u64 ob) in ecmd_submit_sync() argument
4201 dmar_writeq(iommu->reg + DMAR_ECEO_REG, ob); in ecmd_submit_sync()
/linux/arch/arm/boot/dts/ti/omap/
H A Ddra7.dtsi241 num-ob-windows = <16>;

12