Home
last modified time | relevance | path

Searched defs:ifc (Results 1 – 22 of 22) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c227 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in set_addr() local
261 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_run_command() local
336 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_do_read() local
374 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_cmdfunc() local
675 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_wait() local
804 struct fsl_ifc_runtime *ifc = ifc_ctrl->regs.rregs; in fsl_ifc_sram_init() local
Dfsl_ifc_spl.c70 struct fsl_ifc_runtime *ifc = runtime_regs_address(); in nand_wait() local
111 struct fsl_ifc_runtime *ifc = NULL; in nand_spl_load_image() local
/third_party/uboot/u-boot-2020.01/board/freescale/p1010rdb/
Dspl.c29 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in board_init_f() local
Dp1010rdb.c81 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in board_early_init_f() local
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dfsl-ls1088a.dtsi118 ifc: ifc@1530000 { label
Dfsl-ls1043a.dtsi81 ifc: ifc@1530000 { label
Dfsl-ls1046a.dtsi81 ifc: ifc@1530000 { label
Dls1021a.dtsi78 ifc: ifc@1530000 { label
/third_party/typescript/tests/cases/compiler/
DnewOperator.ts1 interface ifc { } interface
/third_party/uboot/u-boot-2020.01/board/freescale/c29xpcie/
Dc29xpcie.c42 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in board_early_init_f() local
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-ptp-helper.c255 struct ifconf ifc; in setup_sockets() local
337 struct ifconf ifc; in setup_sockets() local
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9132qds/
Dbsc9132qds.c40 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in board_early_init_f() local
/third_party/ltp/testcases/kernel/syscalls/sockioctl/
Dsockioctl01.c50 static struct ifconf ifc; variable
/third_party/libuv/src/unix/
Dos390.c278 __net_ifconf6header_t ifc; in uv__interface_addresses_v6() local
361 struct ifconf ifc; in uv_interface_addresses() local
Daix.c1103 struct ifconf ifc; in uv_interface_addresses() local
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c195 struct ifaddrs *ifc; in lws_interface_to_sa() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Denum_converter_test.cc322 inline std::ostream& operator<<(std::ostream& out, ImageFormatCase ifc) { in operator <<()
/third_party/e2fsprogs/lib/uuid/
Dgen_uuid.c230 struct ifconf ifc; in get_node_id() local
/third_party/libcoap/src/
Dcoap_session.c558 struct ifconf ifc = {0}; in loopback_packet_check() local
Dcoap_io.c250 struct ifconf ifc; local
/third_party/libusb/libusb/os/
Dsunos_usb.c835 uint8_t ifc = 0; in sunos_check_device_and_status_open() local
Ddarwin_usb.c1323 static IOReturn darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbI… in darwin_get_interface()