Lines Matching full:muxed
132 * @muxed_regmap: Regmap for all muxed registers.
515 /* Regmap for muxed registers CY8C95X0_INTMASK - CY8C95X0_DRV_HIZ */
517 .name = "muxed",
605 * @reg: The register to write to. Can be direct access or muxed register.
607 * @port: The port to be used for muxed registers or quick path direct access
613 * the muxed registers while caching all register accesses, internally handling
614 * the correct state of the PORTSEL register and protecting the access to muxed
629 * @reg: The register to write to. Can be direct access or muxed register.
631 * @port: The port to be used for muxed registers or quick path direct access
637 * the muxed registers while caching all register accesses, internally handling
638 * the correct state of the PORTSEL register and protecting the access to muxed
653 * @reg: The register to read from. Can be direct access or muxed register.
654 * @port: The port to be used for muxed registers or quick path direct access
659 * the muxed registers while caching all register accesses, internally handling
660 * the correct state of the PORTSEL register and protecting the access to muxed
1586 "Failed to register muxed regmap\n"); in cy8c95x0_probe()