Lines Matching refs:GPMC_CS_CONFIG4

123 #define GPMC_CS_CONFIG4		0x0c  macro
395 gpmc_cs_modify_reg(cs, GPMC_CS_CONFIG4, in gpmc_cs_bool_timings()
397 gpmc_cs_modify_reg(cs, GPMC_CS_CONFIG4, in gpmc_cs_bool_timings()
497 GPMC_PRINT_CONFIG(cs, GPMC_CS_CONFIG4); in gpmc_show_regs()
531 GPMC_GET_RAW_BOOL(GPMC_CS_CONFIG4, 23, 23, "we-extra-delay"); in gpmc_cs_show_timings()
532 GPMC_GET_RAW_BOOL(GPMC_CS_CONFIG4, 7, 7, "oe-extra-delay"); in gpmc_cs_show_timings()
553 GPMC_GET_TICKS(GPMC_CS_CONFIG4, 0, 3, "oe-on-ns"); in gpmc_cs_show_timings()
554 GPMC_GET_TICKS(GPMC_CS_CONFIG4, 8, 12, "oe-off-ns"); in gpmc_cs_show_timings()
556 GPMC_GET_TICKS(GPMC_CS_CONFIG4, 4, 6, "oe-aad-mux-on-ns"); in gpmc_cs_show_timings()
557 GPMC_GET_TICKS(GPMC_CS_CONFIG4, 13, 15, "oe-aad-mux-off-ns"); in gpmc_cs_show_timings()
559 GPMC_GET_TICKS(GPMC_CS_CONFIG4, 16, 19, "we-on-ns"); in gpmc_cs_show_timings()
560 GPMC_GET_TICKS(GPMC_CS_CONFIG4, 24, 28, "we-off-ns"); in gpmc_cs_show_timings()
755 GPMC_SET_ONE(GPMC_CS_CONFIG4, 0, 3, oe_on); in gpmc_cs_set_timings()
756 GPMC_SET_ONE(GPMC_CS_CONFIG4, 8, 12, oe_off); in gpmc_cs_set_timings()
758 GPMC_SET_ONE(GPMC_CS_CONFIG4, 4, 6, oe_aad_mux_on); in gpmc_cs_set_timings()
759 GPMC_SET_ONE(GPMC_CS_CONFIG4, 13, 15, oe_aad_mux_off); in gpmc_cs_set_timings()
761 GPMC_SET_ONE(GPMC_CS_CONFIG4, 16, 19, we_on); in gpmc_cs_set_timings()
762 GPMC_SET_ONE(GPMC_CS_CONFIG4, 24, 28, we_off); in gpmc_cs_set_timings()
2517 gpmc_cs_read_reg(i, GPMC_CS_CONFIG4); in omap3_gpmc_save_context()
2550 gpmc_cs_write_reg(i, GPMC_CS_CONFIG4, in omap3_gpmc_restore_context()