Searched refs:LPC_CTRL_FD (Results 1 – 4 of 4) sorted by relevance
56 context->fds[LPC_CTRL_FD].fd = fd; in __init_lpc_dev()92 close(context->fds[LPC_CTRL_FD].fd); in free_lpc_dev()129 if (ioctl(context->fds[LPC_CTRL_FD].fd, ASPEED_LPC_CTRL_IOCTL_MAP, &map) in point_to_flash()169 if (ioctl(context->fds[LPC_CTRL_FD].fd, ASPEED_LPC_CTRL_IOCTL_MAP, in point_to_memory()
84 #define LPC_CTRL_FD 3 macro
56 context->fds[LPC_CTRL_FD].fd = fd; in __lpc_dev_init()92 close(context->fds[LPC_CTRL_FD].fd); in lpc_dev_free()129 if (ioctl(context->fds[LPC_CTRL_FD].fd, ASPEED_LPC_CTRL_IOCTL_MAP, &map) in lpc_map_flash()170 if (ioctl(context->fds[LPC_CTRL_FD].fd, ASPEED_LPC_CTRL_IOCTL_MAP, in lpc_map_memory()
53 #define LPC_CTRL_FD 3 macro