Lines Matching refs:access
505 pr_info("gpmc cs%i access configuration:\n", cs);
559 GPMC_GET_TICKS(GPMC_CS_CONFIG5, 16, 20, "access-ns");
561 GPMC_GET_TICKS(GPMC_CS_CONFIG5, 24, 27, "page-burst-access-ns");
574 GPMC_GET_TICKS(GPMC_CS_CONFIG6, 24, 28, "wr-access-ns");
781 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG5, 16, 20, 0, t->access,
782 GPMC_CD_FCLK, "access");
1517 /* access */
1520 * access = clk_activation + round to sync clk ?
1527 gpmc_t->access = gpmc_round_ps_to_ticks(temp);
1529 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1);
1535 gpmc_t->access;
1581 gpmc_t->wr_access = gpmc_t->access;
1624 /* access */
1629 gpmc_t->access = gpmc_round_ps_to_ticks(temp);
1631 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1);
1755 t->access /= 1000;
2027 /* access and cycle timings */
2028 of_property_read_u32(np, "gpmc,page-burst-access-ns",
2030 of_property_read_u32(np, "gpmc,access-ns", &gpmc_t->access);
2043 of_property_read_u32(np, "gpmc,wr-access-ns", &gpmc_t->wr_access);