Changeset 3362
- Timestamp:
- Oct 12, 2012 12:53:24 AM (7 months ago)
- File:
-
- 1 edited
-
dev/mmc/sdhci/slot.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dev/mmc/sdhci/slot.fth
r3337 r3362 3 3 0 " #address-cells" integer-property 4 4 0 " #size-cells" integer-property 5 [ifdef] my-clock-on 6 0 value open-count 7 [then] 8 5 9 : open 6 [ifdef] my-clock-on my-clock-on [then] 10 [ifdef] my-clock-on 11 open-count 0= if my-clock-on then 12 open-count 1+ to open-count 13 [then] 7 14 true 8 15 ; 9 16 : close 10 [ifdef] my-clock-off my-clock-off [then] 17 [ifdef] my-clock-off 18 open-count 1 = if my-clock-off then 19 open-count 1- 0 max to open-count 20 [then] 11 21 ; 12 22
Note: See TracChangeset
for help on using the changeset viewer.
