Searched refs:a64 (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile2 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-amarula-relic.dtb
3 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-bananapi-m64.dtb
4 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-nanopi-a64.dtb
5 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-oceanic-5205-5inmfd.dtb
6 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-olinuxino.dtb
7 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-olinuxino-emmc.dtb
8 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-orangepi-win.dtb
9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
10 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64
[all...]
/linux-master/scripts/dtc/include-prefixes/arm64/allwinner/
H A DMakefile2 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-amarula-relic.dtb
3 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-bananapi-m64.dtb
4 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-nanopi-a64.dtb
5 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-oceanic-5205-5inmfd.dtb
6 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-olinuxino.dtb
7 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-olinuxino-emmc.dtb
8 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-orangepi-win.dtb
9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
10 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64
[all...]
/linux-master/drivers/clk/sunxi-ng/
H A Dccu-sun50i-a64.h11 #include <dt-bindings/clock/sun50i-a64-ccu.h>
12 #include <dt-bindings/reset/sun50i-a64-ccu.h>
H A DMakefile30 obj-$(CONFIG_SUN50I_A64_CCU) += sun50i-a64-ccu.o
55 sun50i-a64-ccu-y += ccu-sun50i-a64.o
/linux-master/drivers/scsi/esas2r/
H A Desas2r_io.c222 if (unlikely(sgc->sge.a64.curr > sgc->sge.a64.limit)) {
237 sgelen = (u8)((u8 *)sgc->sge.a64.curr
238 - (u8 *)sgc->sge.a64.last);
244 memcpy(sgl->virt_addr, sgc->sge.a64.last, sgelen);
247 sgc->sge.a64.curr =
252 sgc->sge.a64.limit =
257 sgc->sge.a64.last->length = cpu_to_le32(
259 sgc->sge.a64.last->address =
268 if (sgc->sge.a64
[all...]
H A Desas2r.h612 } a64; member in union:esas2r_sg_context::__anon1478
1179 sgc->sge.a64.limit = (struct atto_vda_sge *)((u8 *)rq->vrq
1186 sgc->sge.a64.last =
1187 sgc->sge.a64.curr = first;
1192 sgc->sge.a64.last =
1193 sgc->sge.a64.curr = &rq->vrq->scsi.u.sge[0];
1197 sgc->sge.a64.chain = NULL;
/linux-master/drivers/pinctrl/sunxi/
H A DMakefile14 obj-$(CONFIG_PINCTRL_SUN50I_A64) += pinctrl-sun50i-a64.o
15 obj-$(CONFIG_PINCTRL_SUN50I_A64_R) += pinctrl-sun50i-a64-r.o
/linux-master/arch/arm/include/asm/
H A Darch_gicv3.h41 #define CPUIF_MAP(a32, a64) \
42 static inline void write_ ## a64(u32 val) \
46 static inline u32 read_ ## a64(void) \
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1561 if (pasync_handle->pa.u.a64.address != phys_addr.u.a64.address ||
1568 pasync_handle->pa.u.a64.address,
1570 phys_addr.u.a64.address, ci);
1586 cid, code, ci, phys_addr.u.a64.address);
2534 a64.address = (__u64) bus_add;
2566 bus_address.u.a64.address);
2771 pasync_ctx->async_header.pa_base.u.a64.address =
2773 bus_address.u.a64.address;
2877 pasync_ctx->async_data.pa_base.u.a64
[all...]
H A Dbe_main.h191 struct be_bus_address64 a64; member in union:be_bus_address::__anon2293
/linux-master/tools/perf/util/
H A Dsymbol.h248 Elf64_Addr a64[3]; member in union:sdt_note::__anon344
H A Dsymbol-elf.c2699 tmp->addr.a64[SDT_NOTE_IDX_LOC] =
2700 tmp->addr.a64[SDT_NOTE_IDX_LOC] + base_off -
2701 tmp->addr.a64[SDT_NOTE_IDX_BASE];
2712 else if (tmp->addr.a64[SDT_NOTE_IDX_REFCTR])
2713 tmp->addr.a64[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off);
2737 Elf64_Addr a64[NR_ADDR]; member in union:__anon1618
H A Dprobe-file.c745 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_LOC];
752 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_REFCTR];

Completed in 344 milliseconds